< prev index next >

test/javax/swing/JPopupMenu/6515446/bug6515446.java

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

*** 19,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 6515446 ! @summary JMenuItems in JPopupMenus not receiving ActionEvents - incompat with 1.5 ! @author Alexander Potochkin ! @library ../../../../lib/testlibrary ! @build ExtendedRobot ! @run main bug6515446 ! */ import javax.swing.*; import java.awt.event.*; import java.awt.*; --- 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 ! * @key headful ! * @bug 6515446 ! * @summary JMenuItems in JPopupMenus not receiving ActionEvents - incompat with 1.5 ! * @author Alexander Potochkin ! * @library ../../../../lib/testlibrary ! * @build ExtendedRobot ! * @run main bug6515446 ! */ import javax.swing.*; import java.awt.event.*; import java.awt.*;
< prev index next >