We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 456d7ac commit f142618Copy full SHA for f142618
jdk/test/java/awt/Mouse/TitleBarDoubleClick/TitleBarDoubleClick.java
@@ -71,7 +71,6 @@ public void start ()
71
frame.addMouseListener(this);
72
frame.addWindowListener(this);
73
frame.setVisible(true);
74
- Util.waitForIdle(robot);
75
}// start()
76
77
// Move the mouse into the title bar and double click to maximize the
0 commit comments