Searched defs:gdLoc (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/
H A DRobot.java76 private Point gdLoc; field in class:Robot
135 gdLoc = screen.getDefaultConfiguration().getBounds().getLocation();
203 peer.mouseMove(gdLoc.x + x, gdLoc.y + y);
398 Color color = new Color(peer.getRGBPixel(gdLoc.x + x, gdLoc.y + y));
417 translatedRect.translate(gdLoc.x, gdLoc.y);

Completed in 246 milliseconds