< prev index next >

test/java/awt/Dialog/ChildProperties/ChildDialogProperties.java

Print this page
rev 14989 : 8160974: [TESTBUG] Mark more headful tests with @key headful.

*** 19,34 **** * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ ! /* ! @test ! @bug 8057574 ! @summary Verify that child Dialog does not inherit parent's Properties ! @run main ChildDialogProperties */ import java.awt.Color; import java.awt.Dialog; import java.awt.Font; import java.awt.Frame; import java.awt.Label; --- 19,36 ---- * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ ! /* ! * @test ! * @key headful ! * @bug 8057574 ! * @summary Verify that child Dialog does not inherit parent's Properties ! * @run main ChildDialogProperties */ + import java.awt.Color; import java.awt.Dialog; import java.awt.Font; import java.awt.Frame; import java.awt.Label;
< prev index next >