We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52a25fd commit bd41268Copy full SHA for bd41268
test/jdk/javax/swing/JFrame/DefaultCloseOperation.java
@@ -99,7 +99,6 @@ public void init() {
99
100
CloseOpFrame testFrame = new CloseOpFrame();
101
testFrame.setLocationRelativeTo(null);
102
- PassFailJFrame.addTestWindow(testFrame);
103
104
add(new JLabel("JFrame Default Close Operation:"));
105
frameCloseOp = new JComboBox<>();
@@ -127,7 +126,6 @@ public void init() {
127
126
128
testDialog = new CloseOpDialog(testFrame);
129
testDialog.setLocationRelativeTo(null);
130
- PassFailJFrame.addTestWindow(testDialog);
131
132
add(new JLabel("JDialog Default Close Operation:"));
133
dialogCloseOp = new JComboBox<>();
0 commit comments