< prev index next >
test/javax/swing/JPopupMenu/4458079/bug4458079.java
Print this page
rev 14031 : 8160974: [TESTBUG] Mark more headful tests with @key headful.
This is a backport of fe58d505fffd from jdk9. 228/596 hunks apply without
modifications. 16 hunks required manual rework. The remainder were for files
not present in jdk8u.
@@ -18,18 +18,22 @@
*
* 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 4458079
- @library ../../regtesthelpers
- @build Util
- @summary Tests calling removeAll() from PopupMenuListener
- @author Peter Zhelezniakov
- @run main bug4458079
-*/
+
+/*
+ * @test
+ * @key headful
+ * @bug 4458079
+ * @library ../../regtesthelpers
+ * @build Util
+ * @summary Tests calling removeAll() from PopupMenuListener
+ * @author Peter Zhelezniakov
+ * @run main bug4458079
+ */
+
import java.awt.Robot;
import java.awt.Toolkit;
import java.awt.event.*;
import javax.swing.*;
import javax.swing.event.*;
< prev index next >