File tree 1 file changed +2
-2
lines changed
src/java.desktop/share/classes/java/awt
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 57
57
* events are generated in the platform's native input
58
58
* queue. For example, {@code Robot.mouseMove} will actually move
59
59
* the mouse cursor instead of just generating mouse move events.
60
- * <p>
60
+ *
61
61
* @apiNote When {@code autoWaitForIdle()} is enabled, mouse and key related methods
62
62
* cannot be called on the AWT EDT. This is because when {@code autoWaitForIdle()}
63
63
* is enabled, the mouse and key methods implicitly call {@code waitForIdle()}
@@ -666,7 +666,7 @@ public synchronized boolean isAutoWaitForIdle() {
666
666
/**
667
667
* Sets whether this Robot automatically invokes {@code waitForIdle}
668
668
* after generating an event.
669
- * <p>
669
+ *
670
670
* @apiNote Setting this to true means you cannot call mouse and key-controlling events
671
671
* on the AWT Event Dispatching Thread
672
672
*
You can’t perform that action at this time.
0 commit comments