mouse : Java Glossary

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 Java version 1.5 and use the MouseInfo class. To do this in earlier versions, you need to use C++ and JNI (Java Native Interface), using the Windows

GetCursorPos ( tagPOINT );
I have created a JNI Mouse class that does this for versions prior to JDK (Java Development Kit) 1.5.

Learning More

Oracle’s Javadoc on MouseListener interface : available:
Oracle’s Javadoc on MouseMotionListener interface : available:
Oracle’s Javadoc on MouseEvent class : available:
Oracle’s Javadoc on ActionEvent class : available:
Oracle’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
logo
Please email your , letters to the editor, errors, omissions, typos, formatting errors, ambiguities, unclear wording, broken/redirected link reports, suggestions to improve this page or comments to Roedy Green : feedback email. If you want your message, your name or email kept confidential, not considered for public posting, please explicitly specify that. Unless you state otherwise, I will treat your message as a letter to the editor that I may or may not publish in the feedback section. After that, it will be too late to retract it. If you disagree with something I said, please quote it and cite the web page where you found it, tell me why you think it is wrong, and, if possible, provide some supporting evidence. Threatening to kill me or spouting obscenities has yet to persuade me to change my mind.
mindprod.com IP:[65.110.21.43]
view BlogYour face IP:[38.107.179.211]
You are visitor number 11,584.