8259650: javax/swing/JComponent/7154030/bug7154030.java still fails with "Exception: Failed to hide opaque button"

Reviewed-by: jdv
This commit is contained in:
Alexander Zuev 2021-01-18 08:23:55 +00:00
parent 3f19ef63b7
commit 917f7e9a95

View File

@ -90,6 +90,7 @@ public class bug7154030 {
}
});
robot.delay(1000);
robot.waitForIdle(1000);
Rectangle bounds = frame.getBounds();