Skip to content

Commit

Permalink
8307079: Update test java/awt/Choice/DragOffNoSelect.java
Browse files Browse the repository at this point in the history
Backport-of: 89711f376751d4cfa05758705867afedfafeb602
  • Loading branch information
Andrew Lu authored and GoeLin committed Sep 22, 2023
1 parent cd3c64f commit 72d97e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/jdk/java/awt/Choice/DragOffNoSelectTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ static void createUI() {
}
frame.add(theChoice);
frame.addWindowListener(testInstance);
frame.setSize(400, 400);
frame.pack();
frame.setLocationRelativeTo(null);

frame.setVisible(true);
Expand Down

1 comment on commit 72d97e0

@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.