< prev index next >

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

Print this page
rev 51789 : [mq]: asserts

*** 30,40 **** * @summary Check whether an application modal Dialog created with a Dialog * constructor receives focus; whether its components receive focus * and respond to key events, when there are other windows shown. * Also check the correctness of blocking behavior for other windows shown. * ! * @library ../helpers ../../../../lib/testlibrary/ * @build ExtendedRobot * @build Flag * @build TestDialog * @build TestFrame * @build TestWindow --- 30,41 ---- * @summary Check whether an application modal Dialog created with a Dialog * constructor receives focus; whether its components receive focus * and respond to key events, when there are other windows shown. * Also check the correctness of blocking behavior for other windows shown. * ! * @library ../helpers /lib/testlibrary/ ! * @library /test/lib * @build ExtendedRobot * @build Flag * @build TestDialog * @build TestFrame * @build TestWindow
< prev index next >