JInput and main frame.

Is it possible to receive mouse and keyboard events when main JFrame is not visible (or application doesn’t have windows at all)? Other controllers work, but for mouse and keyboard main frame must be visible and with focus…

If you use directx only mode yes (assuming you are on windows), you will only get one mouse and one keyboard instead of as many as are plugged in.

HTH

Endolf

Thanks for your help and sorry for duplicate question, I somehow didn’t associate my problem with previous posts. By the way I think it would be good idea to make some sort of readme or FAQ (apart of javadoc) explaining this kind of issues, methods of loading plugins and with links to useful tutorials like this about deploying webstart applications (http://www.cokeandcode.com/webstarthowto).