< prev index next >

test/java/awt/Focus/KeyEventForBadFocusOwnerTest/KeyEventForBadFocusOwnerTest.java

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


   5  * This code is free software; you can redistribute it and/or modify it
   6  * under the terms of the GNU General Public License version 2 only, as
   7  * published by the Free Software Foundation.
   8  *
   9  * This code is distributed in the hope that it will be useful, but WITHOUT
  10  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  11  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  12  * version 2 for more details (a copy is included in the LICENSE file that
  13  * accompanied this code).
  14  *
  15  * You should have received a copy of the GNU General Public License version
  16  * 2 along with this work; if not, write to the Free Software Foundation,
  17  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  18  *
  19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  20  * or visit www.oracle.com if you need additional information or have any
  21  * questions.
  22  */
  23 /*
  24   @test

  25   @bug 4476629
  26   @library ../../../../javax/swing/regtesthelpers
  27   @build Util
  28   @summary KeyEvents dispatched to old focus owner that is no longer showing
  29   @author son@sparc.spb.su: area=awt.focus
  30   @run main KeyEventForBadFocusOwnerTest
  31 */
  32 
  33 /**
  34  * KeyEventForBadFocusOwnerTest.java
  35  *
  36  * summary: KeyEvents dispatched to old focus owner that is no longer showing
  37  */
  38 
  39 
  40 import java.awt.Robot;
  41 
  42 import java.awt.event.*;
  43 
  44 import javax.swing.*;




   5  * This code is free software; you can redistribute it and/or modify it
   6  * under the terms of the GNU General Public License version 2 only, as
   7  * published by the Free Software Foundation.
   8  *
   9  * This code is distributed in the hope that it will be useful, but WITHOUT
  10  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  11  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  12  * version 2 for more details (a copy is included in the LICENSE file that
  13  * accompanied this code).
  14  *
  15  * You should have received a copy of the GNU General Public License version
  16  * 2 along with this work; if not, write to the Free Software Foundation,
  17  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  18  *
  19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  20  * or visit www.oracle.com if you need additional information or have any
  21  * questions.
  22  */
  23 /*
  24   @test
  25   @key headful
  26   @bug 4476629
  27   @library ../../../../javax/swing/regtesthelpers
  28   @build Util
  29   @summary KeyEvents dispatched to old focus owner that is no longer showing
  30   @author son@sparc.spb.su: area=awt.focus
  31   @run main KeyEventForBadFocusOwnerTest
  32 */
  33 
  34 /**
  35  * KeyEventForBadFocusOwnerTest.java
  36  *
  37  * summary: KeyEvents dispatched to old focus owner that is no longer showing
  38  */
  39 
  40 
  41 import java.awt.Robot;
  42 
  43 import java.awt.event.*;
  44 
  45 import javax.swing.*;


< prev index next >