8297454: javax/swing/JComponent/7154030/bug7154030.java failed with "Exception: Failed to show opaque button"
Reviewed-by: tr, jdv
This commit is contained in:
parent
fa1cebedb5
commit
5753ab5c47
@ -102,6 +102,8 @@ public class bug7154030 {
|
||||
|
||||
robot.waitForIdle(1000);
|
||||
robot.delay(1000);
|
||||
robot.mouseMove(0, 0);
|
||||
robot.waitForIdle();
|
||||
|
||||
Dimension screenSize = Toolkit.getDefaultToolkit().getScreenSize();
|
||||
Rectangle screen = new Rectangle(0, 0, (int) screenSize.getWidth(), (int) screenSize.getHeight());
|
||||
|
Loading…
x
Reference in New Issue
Block a user