< prev index next >

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

Print this page
rev 51789 : [mq]: asserts

*** 30,40 **** * @summary Check whether a modeless Dialog created with a Frame * constructor receives focus, whether its components receive focus * and respond to key events. Check also the correctness * of the blocking behavior for the parent Frame. * ! * @library ../helpers ../../../../lib/testlibrary/ * @build ExtendedRobot * @build Flag * @build TestDialog * @build TestFrame * @run main BlockingFDModelessTest --- 30,41 ---- * @summary Check whether a modeless Dialog created with a Frame * constructor receives focus, whether its components receive focus * and respond to key events. Check also the correctness * of the blocking behavior for the parent Frame. * ! * @library ../helpers /lib/testlibrary/ ! * @library /test/lib * @build ExtendedRobot * @build Flag * @build TestDialog * @build TestFrame * @run main BlockingFDModelessTest
< prev index next >