< prev index next >

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

Print this page
rev 51789 : [mq]: asserts

@@ -30,11 +30,12 @@
  * @summary Check whether a toolkit modal Dialog created with a Frame
  *          constructor receives focus, whether its components receives focus
  *          and respond to key events. Check also the correctness
  *          of blocking behavior for the parent Frame.
  *
- * @library ../helpers ../../../../lib/testlibrary/
+ * @library ../helpers /lib/testlibrary/
+ * @library /test/lib
  * @build ExtendedRobot
  * @build Flag
  * @build TestDialog
  * @run main BlockingDFToolkitModalTest
  */
< prev index next >