Moves the cursor to the specified position (in screen coordinates).
public final static void setPosition( Point p )
p
A Point object that specifies the x and y coordinates of the desired cursor position.
If the specified coordinates are not within the screen rectangle set by the most recent call to setClip, Windows automatically adjusts the coordinates so that the cursor stays within its clipping rectangle.
See Also getPosition