-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 11, 15
-
Component/s: client-libs
-
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