< prev index next >

test/java/awt/Frame/MiscUndecorated/RepaintTest.java

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

*** 1,6 **** ! /* * Copyright (c) 1999, 2014, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as --- 1,6 ---- ! \/* * Copyright (c) 1999, 2014, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as
*** 19,37 **** * 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 ! * @summary Make sure that on changing state of Undecorated Frame, ! * all the components on it are repainted correctly ! * @author Jitender(jitender.singh@eng.sun.com) area=AWT ! * @author yan ! * @library ../../../../lib/testlibrary ! * @build ExtendedRobot ! * @run main RepaintTest ! */ import java.awt.*; import java.awt.event.*; import javax.swing.JFrame; import javax.swing.JButton; --- 19,38 ---- * 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 ! * @summary Make sure that on changing state of Undecorated Frame, ! * all the components on it are repainted correctly ! * @author Jitender(jitender.singh@eng.sun.com) area=AWT ! * @author yan ! * @library ../../../../lib/testlibrary ! * @build ExtendedRobot ! * @run main RepaintTest ! */ import java.awt.*; import java.awt.event.*; import javax.swing.JFrame; import javax.swing.JButton;
< prev index next >