Windows Event handing in Java
I am a newbie to Java and I'd like to know 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 Windows Vista. I want to wire my own custom behavior in my application to these events, even when my applica开发者_如何学Pythontion is inactive or otherwise hidden.
Check this out: Implementing Listeners for Commonly Handled Events.
精彩评论