Skip to content

Commit

Permalink
Backport 89711f376751d4cfa05758705867afedfafeb602
Browse files Browse the repository at this point in the history
  • Loading branch information
duke committed Aug 8, 2023
1 parent 482f224 commit 99e6d76
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

0 comments on commit 99e6d76

Please sign in to comment.