< prev index next >

test/java/awt/Choice/ChoiceLocationTest/ChoiceLocationTest.java

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

*** 20,36 **** * or visit www.oracle.com if you need additional information or have any * questions. */ /* ! @test ! @bug 7159566 ! @summary The choice positioned in the top of applet when clicking the choice. ! @author Petr Pchelko ! @library ../../regtesthelpers ! @build Util ! @run main ChoiceLocationTest */ import java.awt.*; import javax.swing.*; import java.awt.event.InputEvent; --- 20,37 ---- * or visit www.oracle.com if you need additional information or have any * questions. */ /* ! * @test ! * @key headful ! * @bug 7159566 ! * @summary The choice positioned in the top of applet when clicking the choice. ! * @author Petr Pchelko ! * @library ../../regtesthelpers ! * @build Util ! * @run main ChoiceLocationTest */ import java.awt.*; import javax.swing.*; import java.awt.event.InputEvent;
< prev index next >