8297454: javax/swing/JComponent/7154030/bug7154030.java failed with "Exception: Failed to show opaque button"

Reviewed-by: tr, jdv
This commit is contained in:
Prasanta Sadhukhan 2023-03-06 10:20:23 +00:00
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());