< prev index next >

test/jdk/java/awt/Modal/ToFront/FrameToFrontDocModal1Test.java

Print this page
rev 51789 : [mq]: asserts

*** 29,39 **** * @bug 8050885 * @summary Check that calling toFront method for a frame in presence of * blocking document modal dialog having a visible Frame parent * does not bring the frame to the top of the modal dialog. * ! * @library ../helpers ../../../../lib/testlibrary/ * @build ExtendedRobot * @build Flag * @build TestDialog * @build TestFrame * @run main FrameToFrontDocModal1Test --- 29,40 ---- * @bug 8050885 * @summary Check that calling toFront method for a frame in presence of * blocking document modal dialog having a visible Frame parent * does not bring the frame to the top of the modal dialog. * ! * @library ../helpers /lib/testlibrary/ ! * @library /test/lib * @build ExtendedRobot * @build Flag * @build TestDialog * @build TestFrame * @run main FrameToFrontDocModal1Test
< prev index next >