-
Bug
-
Resolution: Fixed
-
P4
-
9
-
b161
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8177000 | 10 | Sergey Bylokhov | P4 | Resolved | Fixed | b03 |
Due to coordinate calculation changes for multiscreen configuration, the following text should be used with the constructor:
* Creates a Robot for the given screen device. Coordinates passed
* to Robot method calls like mouseMove, getPixelColor and
* createScreenCapture will be interpreted as being in the same coordinate
* system as the specified screen. Note that depending on the platform
* configuration, multiple screens may either:
* <ul>
* <li>share the same coordinate system to form a combined virtual screen</li>
* <li>use different coordinate systems to act as independent screens</li>
* </ul>
* <p>
* If screen devices are reconfigured such that the coordinate system is
* affected, the behavior of existing Robot objects is undefined.
* Creates a Robot for the given screen device. Coordinates passed
* to Robot method calls like mouseMove, getPixelColor and
* createScreenCapture will be interpreted as being in the same coordinate
* system as the specified screen. Note that depending on the platform
* configuration, multiple screens may either:
* <ul>
* <li>share the same coordinate system to form a combined virtual screen</li>
* <li>use different coordinate systems to act as independent screens</li>
* </ul>
* <p>
* If screen devices are reconfigured such that the coordinate system is
* affected, the behavior of existing Robot objects is undefined.
- backported by
-
JDK-8177000 Javadoc change is required for java.awt.Robot(GraphicsDevice screen) constructor
-
- Resolved
-
- relates to
-
JDK-8013116 Robot moves mouse to point which differs from set in mouseMove on Unity shell
-
- Resolved
-