-
Bug
-
Resolution: Fixed
-
P4
-
11, 15
-
b13
-
generic
-
generic
According to the specification:
* @throws AWTException if the platform configuration does not allow
* low-level input control. This exception is always thrown when
* GraphicsEnvironment.isHeadless() returns true.
public Robot(GraphicsDevice screen) throws AWTException {
But "AWTException" is not thrown if "GraphicsEnvironment.isHeadless() returns true."
* @throws AWTException if the platform configuration does not allow
* low-level input control. This exception is always thrown when
* GraphicsEnvironment.isHeadless() returns true.
public Robot(GraphicsDevice screen) throws AWTException {
But "AWTException" is not thrown if "GraphicsEnvironment.isHeadless() returns true."
- links to