> it didn't work
Ever curious, I threw the following into the main() method of what I'm
working on at the moment:Robot rob = new Robot();
rob.mouseMove(5, 5);
rob.mousePress(InputEvent.BUTTON1_MASK);
rob.mouseMove(225, 225);
rob.mouseRelease(InputEvent.BUTTON1_MASK);
Sure enough, my Eclipse editor moved.