Global mouseListener in java for linux
Hi there I'm making a progr开发者_StackOverflowam about linux control and I need to read mouse location and events outside my app window.
Checkout the java.awt.MouseInfo
class.
http://download.oracle.com/javase/1.5.0/docs/api/java/awt/MouseInfo.html
精彩评论