< prev index next >

test/jdk/java/awt/Modal/NullModalityDialogTest/NullModalityDialogTest.java

Print this page
rev 51789 : [mq]: asserts

*** 22,42 **** */ import java.awt.*; import java.awt.event.KeyEvent; ! import static jdk.testlibrary.Asserts.*; /* * @test * @key headful * @bug 8047367 * @summary Check whether a Dialog set with null modality type * behaves like a modeless dialog * ! * @library ../helpers ../../../../lib/testlibrary/ * @build ExtendedRobot * @build Flag * @build TestDialog * @build TestFrame * @build TestWindow --- 22,43 ---- */ import java.awt.*; import java.awt.event.KeyEvent; ! import static jdk.test.lib.Asserts.*; /* * @test * @key headful * @bug 8047367 * @summary Check whether a Dialog set with null modality type * behaves like a modeless dialog * ! * @library ../helpers /lib/testlibrary/ ! * @library /test/lib * @build ExtendedRobot * @build Flag * @build TestDialog * @build TestFrame * @build TestWindow
< prev index next >