Searched refs:ownedDialog (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/java/awt/Focus/AutoRequestFocusTest/
H A DAutoRequestFocusToFrontTest.java57 static Dialog ownedDialog; field in class:AutoRequestFocusToFrontTest
96 ownedDialog.dispose();
119 ownedDialog = new Dialog(frame2, "Test Owned Dialog");
145 ownedDialog.setBounds(140, 140, 220, 220);
146 ownedDialog.add(ownDlgButton);
198 Test.setWindows(frame2, null, new Window[] {ownedDialog, frame2});
206 Test.setWindows(ownedDialog, null, new Window[] {ownedDialog, frame2});
H A DAutoRequestFocusSetVisibleTest.java52 static Dialog ownedDialog; field in class:AutoRequestFocusSetVisibleTest
84 ownedDialog.dispose();
116 ownedDialog = new Dialog(frame2);
137 ownedDialog.setBounds(180, 180, 140, 140);
138 ownedDialog.add(ownDlgButton);
297 setVisible(ownedDialog, true);
298 setVisible(frame2, false); // 'ownedDialog' will be shown along with the owner.
300 test("Stage 5.2 in progress...", frame2, ownedDialog, ownDlgButton, true);

Completed in 31 milliseconds