Skip to content

Commit

Permalink
8196467: javax/swing/JInternalFrame/Test6325652.java fails
Browse files Browse the repository at this point in the history
Backport-of: be762d7ac85910bffd7fd8e91e04d81961c35966
  • Loading branch information
mrserb committed Jan 27, 2023
1 parent c3c871e commit 5274069
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jdk/test/javax/swing/JInternalFrame/Test6325652.java
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ public void select() throws PropertyVetoException {

public static void stepFirst() throws AWTException {
robot = new Robot(); // initialize shared static field first time
robot.setAutoDelay(50);
click(KeyEvent.VK_CONTROL, KeyEvent.VK_F9); // iconify internal frame
}

Expand Down

1 comment on commit 5274069

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.