3132333435363738394041
UIRobot robot; public RobotDelegate() { this.robot = new UIRobot(); try { this.robot.initRobot(); } catch (final AWTException e) { e.printStackTrace(); }