Hallo,
Wie lese ich die absolute Mausposition aus? Also 0,0 wäre links oben Bildschirmrand
Hey.
Ab Java 5:
Point pointerOnScreen = MouseInfo.getPointerInfo().getLocation();
Siehe dazu:
http://java.sun.com/javase/6/docs/api/java/awt/Mouse…
http://java.sun.com/javase/6/docs/api/java/awt/Point…
Viel Erfolg noch,
Chris