Java Glossary : mouse

CMP home Java glossary home Menu no menu Last updated 2004-06-28 by Roedy Green ©1996-2004 Canadian Mind Products

Java definitions: 0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

You are here : home : Java Glossary : M words : mouse.

mouse
In Java you deal with the mouse by fielding events. You get a MouseMotion event at your MouseMotionListener each time the mouse moves or a MouseEvent at your MouseListener each time user clicks a button.

You don't see mouse events that happen outside your component. Further, you won't mouse events on Components like JButton that process MouseEvents and turn them into ActionEvents.

If you want to know what the mouse is doing outside your component, or even outside your application you need to use JDK 1.5 and use the MouseInfo class. To do this in earlier versions, you need to use C++ and JNI, using the Windows

GetCursorPos ( tagPOINT );
I have created a JNI Mouse class that does this.


CMP logo
CMP_home
home
Canadian Mind Products CSS
HTML Checked!
ICRA ratings logo
mindprod.com IP:[24.87.56.253]
Your IP:[80.134.30.163]
You are visitor number 252.
Please send errors, omissions and suggestions
to improve this page to Roedy Green.
You can get a fresh copy of this page from: or possibly from your local J: drive mirror:
http://mindprod.com/jgloss/mouse.html J:\mindprod\jgloss\mouse.html