< prev index next >

test/java/awt/Frame/MiscUndecorated/ActiveSwingWindowTest.java

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

*** 20,37 **** * or visit www.oracle.com if you need additional information or have any * questions. */ /* ! * @test ! * @summary To check proper WINDOW_EVENTS are triggered when JFrame gains or losses the focus ! * @author Jitender(jitender.singh@eng.sun.com) area=AWT ! * @author yan ! * @library ../../../../lib/testlibrary ! * @build ExtendedRobot ! * @run main ActiveSwingWindowTest ! */ import java.awt.*; import java.awt.event.*; import javax.swing.JFrame; import javax.swing.JTextField; --- 20,38 ---- * or visit www.oracle.com if you need additional information or have any * questions. */ /* ! * @test ! * @key headful ! * @summary To check proper WINDOW_EVENTS are triggered when JFrame gains or losses the focus ! * @author Jitender(jitender.singh@eng.sun.com) area=AWT ! * @author yan ! * @library ../../../../lib/testlibrary ! * @build ExtendedRobot ! * @run main ActiveSwingWindowTest ! */ import java.awt.*; import java.awt.event.*; import javax.swing.JFrame; import javax.swing.JTextField;
< prev index next >