ok i have a program that will keep moving the mouse when the
applet is
minimized, but how would i make it possible to pause that application.
like for instance say the applet is minimized, and I want to be able
to press the letter 'P' for pause.
right now it works when the applet is focusable, but i want to be able to do it when its not.
thanks,
Justin
p.s
does it have to do with setting the window focusable(true)?