< prev index next >

test/jdk/java/awt/Modal/ModalBlockingTests/UnblockedDialogModelessTest.java

Print this page
rev 51789 : [mq]: asserts

*** 28,38 **** * @key headful * @bug 8049617 * @summary Check whether a modeless Dialog receives focus; check * if its components receive focus and respond to key events * ! * @library ../helpers ../../../../lib/testlibrary/ * @build ExtendedRobot * @build Flag * @build TestDialog * @run main UnblockedDialogModelessTest */ --- 28,39 ---- * @key headful * @bug 8049617 * @summary Check whether a modeless Dialog receives focus; check * if its components receive focus and respond to key events * ! * @library ../helpers /lib/testlibrary/ ! * @library /test/lib * @build ExtendedRobot * @build Flag * @build TestDialog * @run main UnblockedDialogModelessTest */
< prev index next >