Capture (trap) the mouse cursor in a window in Java

Posted by typoknig on Stack Overflow See other posts from Stack Overflow or by typoknig
Published on 2010-03-20T03:34:53Z Indexed on 2010/03/20 3:41 UTC
Read the original article Hit count: 371

Filed under:
|
|

Hi all, I am looking for a way to capture or trap the mouse in a window after it has entered that window much like a mouse is trapped in a virtual machine window until a user presses CTRL+ALT+DEL or release the mouse in some other manner. How do I make this happen in Java? Going full screen is not an option.

© Stack Overflow or respective owner

Related posts about java

Related posts about capture