Home
last modified time | relevance | path

Searched refs:ownedWindow (Results 1 – 20 of 20) sorted by relevance

/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/awt/Focus/AutoRequestFocusTest/
H A DAutoRequestFocusSetVisibleTest.java46 static Window ownedWindow; field in AutoRequestFocusSetVisibleTest
72 ownedWindow.dispose(); in recreateGUI()
89 ownedWindow = new Window(frame) { in recreateGUI()
123 ownedWindow.setBounds(180, 180, 140, 140); in recreateGUI()
124 ownedWindow.add(ownWinButton); in recreateGUI()
276 setVisible(ownedWindow, true); in start()
279 test("Stage 5.1 in progress...", frame, ownedWindow, ownWinButton, true); in start()
344 …void test(String msg, final Window showWindow, Window ownedWindow, final Button clickButton, boole… in test() argument
345 Window testWindow = (ownedWindow == null ? showWindow : ownedWindow); in test()
441 void test(String msg, final Window showWindow, Window ownedWindow, Button clickButton) { in test() argument
[all …]
H A DAutoRequestFocusToFrontTest.java52 static Window ownedWindow; field in AutoRequestFocusToFrontTest
85 ownedWindow.dispose(); in recreateGUI()
106 ownedWindow = new Window(frame); in recreateGUI()
132 ownedWindow.setBounds(140, 140, 220, 220); in recreateGUI()
133 ownedWindow.add(ownWinButton); in recreateGUI()
172 Test.setWindows(frame, null, new Window[] {ownedWindow, frame}); in start()
180 Test.setWindows(ownedWindow, null, new Window[] {ownedWindow, frame}); in start()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/awt/Focus/AutoRequestFocusTest/
H A DAutoRequestFocusSetVisibleTest.java46 static Window ownedWindow; field in AutoRequestFocusSetVisibleTest
72 ownedWindow.dispose(); in recreateGUI()
89 ownedWindow = new Window(frame) { in recreateGUI()
123 ownedWindow.setBounds(180, 180, 140, 140); in recreateGUI()
124 ownedWindow.add(ownWinButton); in recreateGUI()
276 setVisible(ownedWindow, true); in start()
279 test("Stage 5.1 in progress...", frame, ownedWindow, ownWinButton, true); in start()
344 …void test(String msg, final Window showWindow, Window ownedWindow, final Button clickButton, boole… in test() argument
345 Window testWindow = (ownedWindow == null ? showWindow : ownedWindow); in test()
441 void test(String msg, final Window showWindow, Window ownedWindow, Button clickButton) { in test() argument
[all …]
H A DAutoRequestFocusToFrontTest.java52 static Window ownedWindow;
85 ownedWindow.dispose();
106 ownedWindow = new Window(frame);
132 ownedWindow.setBounds(140, 140, 220, 220);
133 ownedWindow.add(ownWinButton);
172 Test.setWindows(frame, null, new Window[] {ownedWindow, frame});
180 Test.setWindows(ownedWindow, null, new Window[] {ownedWindow, frame});
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/awt/Focus/AutoRequestFocusTest/
H A DAutoRequestFocusSetVisibleTest.java46 static Window ownedWindow; field in AutoRequestFocusSetVisibleTest
72 ownedWindow.dispose(); in recreateGUI()
89 ownedWindow = new Window(frame) { in recreateGUI()
123 ownedWindow.setBounds(180, 180, 140, 140); in recreateGUI()
124 ownedWindow.add(ownWinButton); in recreateGUI()
276 setVisible(ownedWindow, true); in start()
279 test("Stage 5.1 in progress...", frame, ownedWindow, ownWinButton, true); in start()
344 …void test(String msg, final Window showWindow, Window ownedWindow, final Button clickButton, boole… in test() argument
345 Window testWindow = (ownedWindow == null ? showWindow : ownedWindow); in test()
441 void test(String msg, final Window showWindow, Window ownedWindow, Button clickButton) { in test() argument
[all …]
H A DAutoRequestFocusToFrontTest.java52 static Window ownedWindow; field in AutoRequestFocusToFrontTest
85 ownedWindow.dispose(); in recreateGUI()
106 ownedWindow = new Window(frame); in recreateGUI()
132 ownedWindow.setBounds(140, 140, 220, 220); in recreateGUI()
133 ownedWindow.add(ownWinButton); in recreateGUI()
172 Test.setWindows(frame, null, new Window[] {ownedWindow, frame}); in start()
180 Test.setWindows(ownedWindow, null, new Window[] {ownedWindow, frame}); in start()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/awt/Focus/AutoRequestFocusTest/
H A DAutoRequestFocusSetVisibleTest.java46 static Window ownedWindow; field in AutoRequestFocusSetVisibleTest
72 ownedWindow.dispose(); in recreateGUI()
89 ownedWindow = new Window(frame) { in recreateGUI()
123 ownedWindow.setBounds(180, 180, 140, 140); in recreateGUI()
124 ownedWindow.add(ownWinButton); in recreateGUI()
276 setVisible(ownedWindow, true); in start()
279 test("Stage 5.1 in progress...", frame, ownedWindow, ownWinButton, true); in start()
344 …void test(String msg, final Window showWindow, Window ownedWindow, final Button clickButton, boole… in test() argument
345 Window testWindow = (ownedWindow == null ? showWindow : ownedWindow); in test()
441 void test(String msg, final Window showWindow, Window ownedWindow, Button clickButton) { in test() argument
[all …]
H A DAutoRequestFocusToFrontTest.java52 static Window ownedWindow; field in AutoRequestFocusToFrontTest
85 ownedWindow.dispose(); in recreateGUI()
106 ownedWindow = new Window(frame); in recreateGUI()
132 ownedWindow.setBounds(140, 140, 220, 220); in recreateGUI()
133 ownedWindow.add(ownWinButton); in recreateGUI()
172 Test.setWindows(frame, null, new Window[] {ownedWindow, frame}); in start()
180 Test.setWindows(ownedWindow, null, new Window[] {ownedWindow, frame}); in start()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/awt/Focus/AutoRequestFocusTest/
H A DAutoRequestFocusSetVisibleTest.java46 static Window ownedWindow; field in AutoRequestFocusSetVisibleTest
72 ownedWindow.dispose(); in recreateGUI()
89 ownedWindow = new Window(frame) { in recreateGUI()
123 ownedWindow.setBounds(180, 180, 140, 140); in recreateGUI()
124 ownedWindow.add(ownWinButton); in recreateGUI()
276 setVisible(ownedWindow, true); in start()
279 test("Stage 5.1 in progress...", frame, ownedWindow, ownWinButton, true); in start()
344 …void test(String msg, final Window showWindow, Window ownedWindow, final Button clickButton, boole… in test() argument
345 Window testWindow = (ownedWindow == null ? showWindow : ownedWindow); in test()
441 void test(String msg, final Window showWindow, Window ownedWindow, Button clickButton) { in test() argument
[all …]
H A DAutoRequestFocusToFrontTest.java52 static Window ownedWindow; field in AutoRequestFocusToFrontTest
85 ownedWindow.dispose(); in recreateGUI()
106 ownedWindow = new Window(frame); in recreateGUI()
132 ownedWindow.setBounds(140, 140, 220, 220); in recreateGUI()
133 ownedWindow.add(ownWinButton); in recreateGUI()
172 Test.setWindows(frame, null, new Window[] {ownedWindow, frame}); in start()
180 Test.setWindows(ownedWindow, null, new Window[] {ownedWindow, frame}); in start()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/awt/Focus/AutoRequestFocusTest/
H A DAutoRequestFocusSetVisibleTest.java51 static Window ownedWindow; field in AutoRequestFocusSetVisibleTest
81 ownedWindow.dispose(); in recreateGUI()
98 ownedWindow = new Window(frame) { in recreateGUI()
132 ownedWindow.setBounds(180, 180, 140, 140); in recreateGUI()
133 ownedWindow.add(ownWinButton); in recreateGUI()
285 setVisible(ownedWindow, true); in start()
288 test("Stage 5.1 in progress...", frame, ownedWindow, ownWinButton, true); in start()
353 …void test(String msg, final Window showWindow, Window ownedWindow, final Button clickButton, boole… in test() argument
354 Window testWindow = (ownedWindow == null ? showWindow : ownedWindow); in test()
450 void test(String msg, final Window showWindow, Window ownedWindow, Button clickButton) { in test() argument
[all …]
H A DAutoRequestFocusToFrontTest.java57 static Window ownedWindow; field in AutoRequestFocusToFrontTest
94 ownedWindow.dispose(); in recreateGUI()
115 ownedWindow = new Window(frame); in recreateGUI()
141 ownedWindow.setBounds(140, 140, 220, 220); in recreateGUI()
142 ownedWindow.add(ownWinButton); in recreateGUI()
181 Test.setWindows(frame, null, new Window[] {ownedWindow, frame}); in start()
189 Test.setWindows(ownedWindow, null, new Window[] {ownedWindow, frame}); in start()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/awt/Focus/AutoRequestFocusTest/
H A DAutoRequestFocusSetVisibleTest.java51 static Window ownedWindow; field in AutoRequestFocusSetVisibleTest
81 ownedWindow.dispose(); in recreateGUI()
98 ownedWindow = new Window(frame) { in recreateGUI()
132 ownedWindow.setBounds(180, 180, 140, 140); in recreateGUI()
133 ownedWindow.add(ownWinButton); in recreateGUI()
285 setVisible(ownedWindow, true); in start()
288 test("Stage 5.1 in progress...", frame, ownedWindow, ownWinButton, true); in start()
353 …void test(String msg, final Window showWindow, Window ownedWindow, final Button clickButton, boole… in test() argument
354 Window testWindow = (ownedWindow == null ? showWindow : ownedWindow); in test()
450 void test(String msg, final Window showWindow, Window ownedWindow, Button clickButton) { in test() argument
[all …]
H A DAutoRequestFocusToFrontTest.java57 static Window ownedWindow; field in AutoRequestFocusToFrontTest
94 ownedWindow.dispose(); in recreateGUI()
115 ownedWindow = new Window(frame); in recreateGUI()
141 ownedWindow.setBounds(140, 140, 220, 220); in recreateGUI()
142 ownedWindow.add(ownWinButton); in recreateGUI()
181 Test.setWindows(frame, null, new Window[] {ownedWindow, frame}); in start()
189 Test.setWindows(ownedWindow, null, new Window[] {ownedWindow, frame}); in start()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/awt/Focus/AutoRequestFocusTest/
H A DAutoRequestFocusSetVisibleTest.java51 static Window ownedWindow; field in AutoRequestFocusSetVisibleTest
81 ownedWindow.dispose(); in recreateGUI()
98 ownedWindow = new Window(frame) { in recreateGUI()
132 ownedWindow.setBounds(180, 180, 140, 140); in recreateGUI()
133 ownedWindow.add(ownWinButton); in recreateGUI()
285 setVisible(ownedWindow, true); in start()
288 test("Stage 5.1 in progress...", frame, ownedWindow, ownWinButton, true); in start()
353 …void test(String msg, final Window showWindow, Window ownedWindow, final Button clickButton, boole… in test() argument
354 Window testWindow = (ownedWindow == null ? showWindow : ownedWindow); in test()
450 void test(String msg, final Window showWindow, Window ownedWindow, Button clickButton) { in test() argument
[all …]
H A DAutoRequestFocusToFrontTest.java57 static Window ownedWindow; field in AutoRequestFocusToFrontTest
94 ownedWindow.dispose(); in recreateGUI()
115 ownedWindow = new Window(frame); in recreateGUI()
141 ownedWindow.setBounds(140, 140, 220, 220); in recreateGUI()
142 ownedWindow.add(ownWinButton); in recreateGUI()
181 Test.setWindows(frame, null, new Window[] {ownedWindow, frame}); in start()
189 Test.setWindows(ownedWindow, null, new Window[] {ownedWindow, frame}); in start()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/awt/Focus/AutoRequestFocusTest/
H A DAutoRequestFocusSetVisibleTest.java50 static Window ownedWindow; field in AutoRequestFocusSetVisibleTest
83 ownedWindow.dispose(); in recreateGUI()
100 ownedWindow = new Window(frame) { in recreateGUI()
134 ownedWindow.setBounds(180, 180, 140, 140); in recreateGUI()
135 ownedWindow.add(ownWinButton); in recreateGUI()
287 setVisible(ownedWindow, true); in start()
290 test("Stage 5.1 in progress...", frame, ownedWindow, ownWinButton, true); in start()
355 …void test(String msg, final Window showWindow, Window ownedWindow, final Button clickButton, boole… in test() argument
356 Window testWindow = (ownedWindow == null ? showWindow : ownedWindow); in test()
452 void test(String msg, final Window showWindow, Window ownedWindow, Button clickButton) { in test() argument
[all …]
H A DAutoRequestFocusToFrontTest.java55 static Window ownedWindow; field in AutoRequestFocusToFrontTest
95 ownedWindow.dispose(); in recreateGUI()
116 ownedWindow = new Window(frame); in recreateGUI()
142 ownedWindow.setBounds(140, 140, 220, 220); in recreateGUI()
143 ownedWindow.add(ownWinButton); in recreateGUI()
182 Test.setWindows(frame, null, new Window[] {ownedWindow, frame}); in start()
190 Test.setWindows(ownedWindow, null, new Window[] {ownedWindow, frame}); in start()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/awt/Focus/AutoRequestFocusTest/
H A DAutoRequestFocusSetVisibleTest.java50 static Window ownedWindow; field in AutoRequestFocusSetVisibleTest
83 ownedWindow.dispose(); in recreateGUI()
100 ownedWindow = new Window(frame) { in recreateGUI()
134 ownedWindow.setBounds(180, 180, 140, 140); in recreateGUI()
135 ownedWindow.add(ownWinButton); in recreateGUI()
287 setVisible(ownedWindow, true); in start()
290 test("Stage 5.1 in progress...", frame, ownedWindow, ownWinButton, true); in start()
355 …void test(String msg, final Window showWindow, Window ownedWindow, final Button clickButton, boole… in test() argument
356 Window testWindow = (ownedWindow == null ? showWindow : ownedWindow); in test()
452 void test(String msg, final Window showWindow, Window ownedWindow, Button clickButton) { in test() argument
[all …]
H A DAutoRequestFocusToFrontTest.java55 static Window ownedWindow; field in AutoRequestFocusToFrontTest
95 ownedWindow.dispose(); in recreateGUI()
116 ownedWindow = new Window(frame); in recreateGUI()
142 ownedWindow.setBounds(140, 140, 220, 220); in recreateGUI()
143 ownedWindow.add(ownWinButton); in recreateGUI()
182 Test.setWindows(frame, null, new Window[] {ownedWindow, frame}); in start()
190 Test.setWindows(ownedWindow, null, new Window[] {ownedWindow, frame}); in start()