java - JFrame listening for KeyEvent while Iconified -


how can keep jframe listening keyevent while state iconified?

for example after pressing f1 start program (an auto clicker) , iconify frame (remember because of click focus on frame lost!) :)

if you're trying create key-logger program java, don't. it's not tool creating since design isolated os, in other words it's "os-agnostic". need use different tool allegedly nefarious plans such c or c++ since these languages allow closer "metal".


Comments

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -