-
Bug
-
Resolution: Duplicate
-
P4
-
6
-
x86
-
windows_xp
Robot.waitForIdle currently uses invokeAndWait to tell when all events have been dispatched. invokeAndWait waits for all normal and high priority events to be dispatched, but not low priority events (paint events) to be dispatched. waitForIdle should wait for all events to be dispatched.
###@###.### 2005-03-30 00:39:52 GMT
###@###.### 2005-03-30 00:39:52 GMT
- duplicates
-
JDK-8056911 Remove internal API usage from ExtendedRobot class
- Resolved