Home
last modified time | relevance | path

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

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/awt/Focus/AutoRequestFocusTest/
H A DAutoRequestFocusToFrontTest.java59 static Dialog ownedDialog; field in AutoRequestFocusToFrontTest
95 ownedDialog.dispose(); in recreateGUI()
118 ownedDialog = new Dialog(frame2, "Test Owned Dialog"); in recreateGUI()
144 ownedDialog.setBounds(140, 140, 220, 220); in recreateGUI()
145 ownedDialog.add(ownDlgButton); in recreateGUI()
197 Test.setWindows(frame2, null, new Window[] {ownedDialog, frame2}); in start()
205 Test.setWindows(ownedDialog, null, new Window[] {ownedDialog, frame2}); in start()
H A DAutoRequestFocusSetVisibleTest.java53 static Dialog ownedDialog; field in AutoRequestFocusSetVisibleTest
82 ownedDialog.dispose(); in recreateGUI()
114 ownedDialog = new Dialog(frame2); in recreateGUI()
135 ownedDialog.setBounds(180, 180, 140, 140); in recreateGUI()
136 ownedDialog.add(ownDlgButton); in recreateGUI()
295 setVisible(ownedDialog, true); in start()
298 test("Stage 5.2 in progress...", frame2, ownedDialog, ownDlgButton, true); in start()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/awt/Focus/AutoRequestFocusTest/
H A DAutoRequestFocusToFrontTest.java54 static Dialog ownedDialog; field in AutoRequestFocusToFrontTest
86 ownedDialog.dispose(); in recreateGUI()
109 ownedDialog = new Dialog(frame2, "Test Owned Dialog"); in recreateGUI()
135 ownedDialog.setBounds(140, 140, 220, 220); in recreateGUI()
136 ownedDialog.add(ownDlgButton); in recreateGUI()
188 Test.setWindows(frame2, null, new Window[] {ownedDialog, frame2}); in start()
196 Test.setWindows(ownedDialog, null, new Window[] {ownedDialog, frame2}); in start()
H A DAutoRequestFocusSetVisibleTest.java48 static Dialog ownedDialog; field in AutoRequestFocusSetVisibleTest
73 ownedDialog.dispose(); in recreateGUI()
105 ownedDialog = new Dialog(frame2); in recreateGUI()
126 ownedDialog.setBounds(180, 180, 140, 140); in recreateGUI()
127 ownedDialog.add(ownDlgButton); in recreateGUI()
286 setVisible(ownedDialog, true); in start()
289 test("Stage 5.2 in progress...", frame2, ownedDialog, ownDlgButton, true); in start()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/awt/Focus/AutoRequestFocusTest/
H A DAutoRequestFocusToFrontTest.java59 static Dialog ownedDialog; field in AutoRequestFocusToFrontTest
95 ownedDialog.dispose(); in recreateGUI()
118 ownedDialog = new Dialog(frame2, "Test Owned Dialog"); in recreateGUI()
144 ownedDialog.setBounds(140, 140, 220, 220); in recreateGUI()
145 ownedDialog.add(ownDlgButton); in recreateGUI()
197 Test.setWindows(frame2, null, new Window[] {ownedDialog, frame2}); in start()
205 Test.setWindows(ownedDialog, null, new Window[] {ownedDialog, frame2}); in start()
H A DAutoRequestFocusSetVisibleTest.java53 static Dialog ownedDialog; field in AutoRequestFocusSetVisibleTest
82 ownedDialog.dispose(); in recreateGUI()
114 ownedDialog = new Dialog(frame2); in recreateGUI()
135 ownedDialog.setBounds(180, 180, 140, 140); in recreateGUI()
136 ownedDialog.add(ownDlgButton); in recreateGUI()
295 setVisible(ownedDialog, true); in start()
298 test("Stage 5.2 in progress...", frame2, ownedDialog, ownDlgButton, true); in start()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/awt/Focus/AutoRequestFocusTest/
H A DAutoRequestFocusToFrontTest.java59 static Dialog ownedDialog; field in AutoRequestFocusToFrontTest
95 ownedDialog.dispose(); in recreateGUI()
118 ownedDialog = new Dialog(frame2, "Test Owned Dialog"); in recreateGUI()
144 ownedDialog.setBounds(140, 140, 220, 220); in recreateGUI()
145 ownedDialog.add(ownDlgButton); in recreateGUI()
197 Test.setWindows(frame2, null, new Window[] {ownedDialog, frame2}); in start()
205 Test.setWindows(ownedDialog, null, new Window[] {ownedDialog, frame2}); in start()
H A DAutoRequestFocusSetVisibleTest.java53 static Dialog ownedDialog; field in AutoRequestFocusSetVisibleTest
82 ownedDialog.dispose(); in recreateGUI()
114 ownedDialog = new Dialog(frame2); in recreateGUI()
135 ownedDialog.setBounds(180, 180, 140, 140); in recreateGUI()
136 ownedDialog.add(ownDlgButton); in recreateGUI()
295 setVisible(ownedDialog, true); in start()
298 test("Stage 5.2 in progress...", frame2, ownedDialog, ownDlgButton, true); in start()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/awt/Focus/AutoRequestFocusTest/
H A DAutoRequestFocusToFrontTest.java54 static Dialog ownedDialog; field in AutoRequestFocusToFrontTest
86 ownedDialog.dispose(); in recreateGUI()
109 ownedDialog = new Dialog(frame2, "Test Owned Dialog"); in recreateGUI()
135 ownedDialog.setBounds(140, 140, 220, 220); in recreateGUI()
136 ownedDialog.add(ownDlgButton); in recreateGUI()
188 Test.setWindows(frame2, null, new Window[] {ownedDialog, frame2}); in start()
196 Test.setWindows(ownedDialog, null, new Window[] {ownedDialog, frame2}); in start()
H A DAutoRequestFocusSetVisibleTest.java48 static Dialog ownedDialog; field in AutoRequestFocusSetVisibleTest
73 ownedDialog.dispose(); in recreateGUI()
105 ownedDialog = new Dialog(frame2); in recreateGUI()
126 ownedDialog.setBounds(180, 180, 140, 140); in recreateGUI()
127 ownedDialog.add(ownDlgButton); in recreateGUI()
286 setVisible(ownedDialog, true); in start()
289 test("Stage 5.2 in progress...", frame2, ownedDialog, ownDlgButton, true); in start()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/awt/Focus/AutoRequestFocusTest/
H A DAutoRequestFocusToFrontTest.java54 static Dialog ownedDialog;
86 ownedDialog.dispose();
109 ownedDialog = new Dialog(frame2, "Test Owned Dialog");
135 ownedDialog.setBounds(140, 140, 220, 220);
136 ownedDialog.add(ownDlgButton);
188 Test.setWindows(frame2, null, new Window[] {ownedDialog, frame2});
196 Test.setWindows(ownedDialog, null, new Window[] {ownedDialog, frame2});
H A DAutoRequestFocusSetVisibleTest.java48 static Dialog ownedDialog; field in AutoRequestFocusSetVisibleTest
73 ownedDialog.dispose(); in recreateGUI()
105 ownedDialog = new Dialog(frame2); in recreateGUI()
126 ownedDialog.setBounds(180, 180, 140, 140); in recreateGUI()
127 ownedDialog.add(ownDlgButton); in recreateGUI()
286 setVisible(ownedDialog, true); in start()
289 test("Stage 5.2 in progress...", frame2, ownedDialog, ownDlgButton, true); in start()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/awt/Focus/AutoRequestFocusTest/
H A DAutoRequestFocusToFrontTest.java54 static Dialog ownedDialog; field in AutoRequestFocusToFrontTest
86 ownedDialog.dispose(); in recreateGUI()
109 ownedDialog = new Dialog(frame2, "Test Owned Dialog"); in recreateGUI()
135 ownedDialog.setBounds(140, 140, 220, 220); in recreateGUI()
136 ownedDialog.add(ownDlgButton); in recreateGUI()
188 Test.setWindows(frame2, null, new Window[] {ownedDialog, frame2}); in start()
196 Test.setWindows(ownedDialog, null, new Window[] {ownedDialog, frame2}); in start()
H A DAutoRequestFocusSetVisibleTest.java48 static Dialog ownedDialog; field in AutoRequestFocusSetVisibleTest
73 ownedDialog.dispose(); in recreateGUI()
105 ownedDialog = new Dialog(frame2); in recreateGUI()
126 ownedDialog.setBounds(180, 180, 140, 140); in recreateGUI()
127 ownedDialog.add(ownDlgButton); in recreateGUI()
286 setVisible(ownedDialog, true); in start()
289 test("Stage 5.2 in progress...", frame2, ownedDialog, ownDlgButton, true); in start()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/awt/Focus/AutoRequestFocusTest/
H A DAutoRequestFocusToFrontTest.java54 static Dialog ownedDialog; field in AutoRequestFocusToFrontTest
86 ownedDialog.dispose(); in recreateGUI()
109 ownedDialog = new Dialog(frame2, "Test Owned Dialog"); in recreateGUI()
135 ownedDialog.setBounds(140, 140, 220, 220); in recreateGUI()
136 ownedDialog.add(ownDlgButton); in recreateGUI()
188 Test.setWindows(frame2, null, new Window[] {ownedDialog, frame2}); in start()
196 Test.setWindows(ownedDialog, null, new Window[] {ownedDialog, frame2}); in start()
H A DAutoRequestFocusSetVisibleTest.java48 static Dialog ownedDialog; field in AutoRequestFocusSetVisibleTest
73 ownedDialog.dispose(); in recreateGUI()
105 ownedDialog = new Dialog(frame2); in recreateGUI()
126 ownedDialog.setBounds(180, 180, 140, 140); in recreateGUI()
127 ownedDialog.add(ownDlgButton); in recreateGUI()
286 setVisible(ownedDialog, true); in start()
289 test("Stage 5.2 in progress...", frame2, ownedDialog, ownDlgButton, true); in start()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/awt/Focus/AutoRequestFocusTest/
H A DAutoRequestFocusToFrontTest.java57 static Dialog ownedDialog; field in AutoRequestFocusToFrontTest
96 ownedDialog.dispose(); in recreateGUI()
119 ownedDialog = new Dialog(frame2, "Test Owned Dialog"); in recreateGUI()
145 ownedDialog.setBounds(140, 140, 220, 220); in recreateGUI()
146 ownedDialog.add(ownDlgButton); in recreateGUI()
198 Test.setWindows(frame2, null, new Window[] {ownedDialog, frame2}); in start()
206 Test.setWindows(ownedDialog, null, new Window[] {ownedDialog, frame2}); in start()
H A DAutoRequestFocusSetVisibleTest.java52 static Dialog ownedDialog; field in AutoRequestFocusSetVisibleTest
84 ownedDialog.dispose(); in recreateGUI()
116 ownedDialog = new Dialog(frame2); in recreateGUI()
137 ownedDialog.setBounds(180, 180, 140, 140); in recreateGUI()
138 ownedDialog.add(ownDlgButton); in recreateGUI()
297 setVisible(ownedDialog, true); in start()
300 test("Stage 5.2 in progress...", frame2, ownedDialog, ownDlgButton, true); in start()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/awt/Focus/AutoRequestFocusTest/
H A DAutoRequestFocusToFrontTest.java57 static Dialog ownedDialog; field in AutoRequestFocusToFrontTest
96 ownedDialog.dispose(); in recreateGUI()
119 ownedDialog = new Dialog(frame2, "Test Owned Dialog"); in recreateGUI()
145 ownedDialog.setBounds(140, 140, 220, 220); in recreateGUI()
146 ownedDialog.add(ownDlgButton); in recreateGUI()
198 Test.setWindows(frame2, null, new Window[] {ownedDialog, frame2}); in start()
206 Test.setWindows(ownedDialog, null, new Window[] {ownedDialog, frame2}); in start()
H A DAutoRequestFocusSetVisibleTest.java52 static Dialog ownedDialog; field in AutoRequestFocusSetVisibleTest
84 ownedDialog.dispose(); in recreateGUI()
116 ownedDialog = new Dialog(frame2); in recreateGUI()
137 ownedDialog.setBounds(180, 180, 140, 140); in recreateGUI()
138 ownedDialog.add(ownDlgButton); in recreateGUI()
297 setVisible(ownedDialog, true); in start()
300 test("Stage 5.2 in progress...", frame2, ownedDialog, ownDlgButton, true); in start()