< prev index next >

test/javax/swing/Popup/6514582/bug6514582.java

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

*** 21,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 ! @bug 6514582 ! @summary SubMenu of a JMenu with no items paints a single pixel tiny menu. ! @author Alexander Potochkin ! @run main bug6514582 ! */ import javax.swing.*; import java.awt.*; public class bug6514582 { --- 21,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 6514582 ! * @summary SubMenu of a JMenu with no items paints a single pixel tiny menu. ! * @author Alexander Potochkin ! * @run main bug6514582 ! */ import javax.swing.*; import java.awt.*; public class bug6514582 {
< prev index next >