Reputation: 1
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 application is inactive or otherwise hidden.
Upvotes: 0
Views: 160
Reputation: 2969
Check this out: Implementing Listeners for Commonly Handled Events.
Upvotes: 6