< prev index next >

test/javax/swing/JPopupMenu/6415145/bug6415145.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 6415145 ! @summary REGRESSION: Selected item is not being updated while dragging above popup menu ! @library ../../../../lib/testlibrary ! @build ExtendedRobot ! @author Mikhail Lapshin ! @run main bug6415145 ! */ import javax.swing.*; import java.awt.event.*; import java.awt.AWTException; import java.awt.Component; --- 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 6415145 ! * @summary REGRESSION: Selected item is not being updated while dragging above popup menu ! * @library ../../../../lib/testlibrary ! * @build ExtendedRobot ! * @author Mikhail Lapshin ! * @run main bug6415145 ! */ import javax.swing.*; import java.awt.event.*; import java.awt.AWTException; import java.awt.Component;
< prev index next >