I know how to find a mouse location inside a
Java JFrame - but is there any way to find the mouse location on the desktop (say in Windows xp) without being in a JFrame?
With Toolbox you can find the resolution of the desktop. With the robot class I can move the mouse around - butI can't find a way to find the current location of the mouse. Any help?
Thanks