< prev index next >

test/javax/swing/JScrollBar/bug4202954/bug4202954.java

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

*** 18,35 **** * * 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 4202954 @library ../../../../lib/testlibrary @library ../../regtesthelpers @build Util jdk.testlibrary.OSInfo @author Michael C. Albers @run main bug4202954 ! */ import java.awt.*; import java.awt.event.InputEvent; import javax.swing.*; import jdk.testlibrary.OSInfo; --- 18,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 ! @key headful @bug 4202954 @library ../../../../lib/testlibrary @library ../../regtesthelpers @build Util jdk.testlibrary.OSInfo @author Michael C. Albers @run main bug4202954 ! */ import java.awt.*; import java.awt.event.InputEvent; import javax.swing.*; import jdk.testlibrary.OSInfo;
< prev index next >