< prev index next >

test/jdk/java/awt/Modal/ModalFocusTransferTests/FocusTransferDialogsDocModalTest.java

Print this page
rev 51789 : [mq]: asserts

*** 30,40 **** * @summary Check whether the focus transfer between windows occurs correctly when * the following happens: a document modal dialog (D1) having a null * frame owner is shown; a dialog (D2) having D1 owner is shown; a dialog * with a hidden frame owner is shown. * ! * @library ../helpers ../../../../lib/testlibrary/ * @build ExtendedRobot * @build Flag * @build TestDialog * @build TestFrame * @build TestWindow --- 30,41 ---- * @summary Check whether the focus transfer between windows occurs correctly when * the following happens: a document modal dialog (D1) having a null * frame owner is shown; a dialog (D2) having D1 owner is shown; a dialog * with a hidden frame owner is shown. * ! * @library ../helpers /lib/testlibrary/ ! * @library /test/lib * @build ExtendedRobot * @build Flag * @build TestDialog * @build TestFrame * @build TestWindow
< prev index next >