< prev index next >

test/javax/swing/JPopupMenu/6583251/bug6583251.java

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

*** 22,37 **** * or visit www.oracle.com if you need additional information or have any * questions. */ /* ! @test ! @bug 6583251 ! @summary One more ClassCastException in Swing with TrayIcon ! @author Alexander Potochkin ! @run main bug6583251 ! */ import javax.swing.*; import java.awt.*; import java.awt.event.MouseEvent; import java.awt.image.BufferedImage; --- 22,38 ---- * or visit www.oracle.com if you need additional information or have any * questions. */ /* ! * @test ! * @key headful ! * @bug 6583251 ! * @summary One more ClassCastException in Swing with TrayIcon ! * @author Alexander Potochkin ! * @run main bug6583251 ! */ import javax.swing.*; import java.awt.*; import java.awt.event.MouseEvent; import java.awt.image.BufferedImage;
< prev index next >