< prev index next >

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

Print this page
rev 51789 : [mq]: asserts

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