Searched refs:secondDialog (Results 1 - 3 of 3) sorted by relevance

/openjdk10/jdk/test/java/awt/Modal/MultipleDialogs/
H A DMultipleDialogs4Test.java50 private volatile TestDialog dialog, secondDialog, docChildDialog, appChildDialog; field in class:MultipleDialogs4Test
71 secondDialog = new TestDialog(secondFrame);
72 secondDialog.setModalityType(Dialog.ModalityType.DOCUMENT_MODAL);
73 secondDialog.setLocation(150, 250);
101 secondDialog.checkUnblockedDialog(robot, "This is a document " +
120 secondDialog.clickDummyButton(
129 (int) secondDialog.getLocationOnScreen().x + secondDialog.getSize().width - 25,
130 (int) secondDialog.getLocationOnScreen().y + secondDialog
[all...]
/openjdk10/jdk/test/java/awt/Modal/ModalBlockingTests/
H A DBlockingWindowsDocModalTest.java37 private TestDialog secondDialog, childDialog; field in class:BlockingWindowsDocModalTest
70 secondDialog = new TestDialog(parentDialog);
80 secondDialog = new TestDialog(parentFrame);
86 allWindows.add(secondDialog);
92 secondDialog.setLocation(450, 250);
155 secondDialog.checkBlockedDialog(robot,
205 if (secondDialog != null) { secondDialog.setVisible(true); }
H A DBlockingWindowsTest.java32 private TestDialog dialog, childDialog, secondDialog, dummyDialog, parentDialog; field in class:BlockingWindowsTest
146 secondDialog = new CustomDialog(parentDialog);
148 secondDialog = new CustomDialog(frame);
151 secondDialog.setModal(true);
153 secondDialog.setModalityType(modalityType);
156 secondDialog.setLocation(50, 450);
157 allWindows.add(secondDialog);
216 secondDialog.checkUnblockedDialog(robot,
224 secondDialog.clickCloseButton(robot);
283 if (secondDialog !
[all...]

Completed in 94 milliseconds