try { robot = new Robot(); // der Cursor wird bewegt robot.mouseMove(absoluteX,absoluteY); } catch (Exception e) { e.printStackTrace(); }