< prev index next >

test/jdk/java/awt/Modal/ToFront/DialogToFrontModalTest.java

Print this page
rev 51789 : [mq]: asserts

*** 27,37 **** * @bug 8050885 * @summary Check that calling toFront method for a dialog in presence of * blocking modal dialog does not bring it to the top * of the modal dialog. * ! * @library ../helpers ../../../../lib/testlibrary/ * @build ExtendedRobot * @build Flag * @build TestDialog * @build TestFrame * @run main DialogToFrontModalTest --- 27,38 ---- * @bug 8050885 * @summary Check that calling toFront method for a dialog in presence of * blocking modal dialog does not bring it to the top * of the modal dialog. * ! * @library ../helpers /lib/testlibrary/ ! * @library /test/lib * @build ExtendedRobot * @build Flag * @build TestDialog * @build TestFrame * @run main DialogToFrontModalTest
< prev index next >