How to handle Windows Events in JAVA

Posted by prasad on Stack Overflow See other posts from Stack Overflow or by prasad
Published on 2010-06-18T06:17:03Z Indexed on 2010/06/18 6:23 UTC
Read the original article Hit count: 182

Filed under:

I'd like to ask another question how to handle Windows' events in Java. To be specific, I'd like to know how to handle events such as mouse moved or mouse clicked in Windows XP and Vista. I want to wire my own custom behavior in my application to these events, even when my application is inactive or otherwise hidden.

All help is appreciated!

© Stack Overflow or respective owner

Related posts about java