prasad
prasad

Reputation: 1

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 application is inactive or otherwise hidden.

Upvotes: 0

Views: 160

Answers (1)

Inv3r53
Inv3r53

Reputation: 2969

Check this out: Implementing Listeners for Commonly Handled Events.

Upvotes: 6

Related Questions