> I have a Java GUI process and I want to receive mouse moved events
> even though the mouse is not over my application (my app. can be
> minimized while the mouse moves).
I do not think there is anything that will send you events in this case.
However, with JDK 1.5, you can poll the mouse position using:
MouseInfo.getPointerInfo().getLocation();

Signature
Regards,
John McGrath
Anat B - 14 Apr 2005 07:33 GMT