Constructor and Description |
---|
RobotFactory() |
Modifier and Type | Method and Description |
---|---|
Robot |
newRobotInPrimaryScreen()
Constructs a
object in the coordinate system of the primary screen. |
public Robot newRobotInPrimaryScreen() throws AWTException
Robot
object in the coordinate system of the primary screen.Robot
.AWTException
- if the platform configuration does not allow low-level input control. This exception is always
thrown when GraphicsEnvironment.isHeadless()
returns true
.SecurityException
- if createRobot
permission is not granted.Copyright © 2007-2013 FEST (Fixtures for Easy Software Testing). All Rights Reserved.