< prev index next >

test/javax/swing/JMenu/4417601/bug4417601.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 4417601 ! @summary JMenus with no items paint a tiny menu. ! @author Alexander Potochkin ! @library ../../../../lib/testlibrary ! @build ExtendedRobot ! @run main bug4417601 ! */ import javax.swing.*; import java.awt.event.*; import java.awt.*; --- 18,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 ! * @bug 4417601 ! * @summary JMenus with no items paint a tiny menu. ! * @author Alexander Potochkin ! * @library ../../../../lib/testlibrary ! * @build ExtendedRobot ! * @run main bug4417601 ! */ import javax.swing.*; import java.awt.event.*; import java.awt.*;
< prev index next >