< prev index next >

test/jdk/java/awt/Modal/InvisibleParentTest/InvisibleParentTest.java

Print this page
rev 59106 : imported patch client

*** 25,35 **** * @test * @key headful * @bug 6401700 6412803 8058950 * @summary Tests that modal dialog is shown on the screen and * iconified/restored correctly if some of its blocked windows are invisible ! * @requires (os.family == "linux" | os.family == "solaris") * @run main/manual InvisibleParentTest */ import java.awt.Dialog; import java.awt.Frame; import java.awt.GridBagConstraints; --- 25,35 ---- * @test * @key headful * @bug 6401700 6412803 8058950 * @summary Tests that modal dialog is shown on the screen and * iconified/restored correctly if some of its blocked windows are invisible ! * @requires os.family == "linux" * @run main/manual InvisibleParentTest */ import java.awt.Dialog; import java.awt.Frame; import java.awt.GridBagConstraints;
< prev index next >