Moving the Cursor on the Screen
try {
// These coordinates are screen coordinates
int xCoord = 500;
int yCoord = 500;
// Move the cursor
Robot robot = new Robot();
robot.mouseMove(xCoord, yCoord);
} catch (AWTException e) {
}
ThankXXXXXXXXXXXXX
Thank you.....
beleza
The only problem with this is that it calls the mouseMoved?