mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-04 02:35:33 +00:00
8307079: Update test java/awt/Choice/DragOffNoSelect.java
Reviewed-by: azvegint, serb
This commit is contained in:
parent
9ff555083a
commit
89711f3767
@ -71,7 +71,7 @@ public class DragOffNoSelectTest implements WindowListener, Runnable {
|
||||
}
|
||||
frame.add(theChoice);
|
||||
frame.addWindowListener(testInstance);
|
||||
frame.setSize(400, 400);
|
||||
frame.pack();
|
||||
frame.setLocationRelativeTo(null);
|
||||
|
||||
frame.setVisible(true);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user