My World & ALL World
努力工作
2011年12月16日 星期五
java mouse cursor Location in screen
1.4.2 :
java.awt.Point point = new java.awt.Point(e.getPoint());
SwingUtilities.convertPointFromScreen(point, e.getComponent());
int x=(int) point.getX();
int y=(int) point.getY();
1.5 :
java.awt.MouseInfo
.
getPointerInfo
()
.
getLocation
();
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言