mouse : Java Glossary

go to home page M words local find full screen, hide local find menu Google search web for more information on this topic jump to foot of page translate this page with Babelfish punctuation 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 (all) ©1996-2009 Roedy Green, Canadian Mind Products
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 for versions prior to JDK 1.5.

Learning More

Sun’s Javadoc on MouseListener interface : available:
Sun’s Javadoc on MouseMotionListener interface : available:
Sun’s Javadoc on MouseEvent class : available:
Sun’s Javadoc on ActionEvent class : available:
Sun’s Javadoc on MouseInfo class : available:

CMP homejump to top You can get the freshest copy of this page from: or possibly from your local J: drive (Java virtual drive/mindprod.com website mirror)
http://mindprod.com/jgloss/mouse.html J:\mindprod\jgloss\mouse.html
CMP logofeedback Please email your feedback for publication, errors, omissions, typos, formatting errors, ambiguities, unclear wording, broken/redirected link reports, suggestions to improve this page or comments to Roedy Green : feedback email
mindprod.com IP:[65.110.21.43]
view BlogYour face IP:[38.107.191.101]
You are visitor number 9,834.