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

/openjdk7/jdk/src/share/classes/java/awt/
H A DRobot.java46 * is needed. The primary purpose of Robot is to facilitate
52 * queue. For example, <code>Robot.mouseMove</code> will actually move
58 * when trying to construct Robot objects. For example, X-Window systems
62 * Applications that use Robot for purposes other than self-testing should
68 public class Robot { class
81 * Constructs a Robot object in the coordinate system of the primary screen.
92 public Robot() throws AWTException { method in class:Robot
101 * Creates a Robot for the given screen device. Coordinates passed
102 * to Robot method calls like mouseMove and createScreenCapture will
113 * affected, the behavior of existing Robot object
128 public Robot(GraphicsDevice screen) throws AWTException { method in class:Robot
[all...]

Completed in 29 milliseconds