ChoiceKeyEventReaction.html revision 8729:0242fce0f717
1321369Sdim<!--
2226584Sdim Copyright (c) 2005, 2006, Oracle and/or its affiliates. All rights reserved.
3353358Sdim DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4353358Sdim
5353358Sdim This code is free software; you can redistribute it and/or modify it
6226584Sdim under the terms of the GNU General Public License version 2 only, as
7226584Sdim published by the Free Software Foundation.
8226584Sdim
9226584Sdim This code is distributed in the hope that it will be useful, but WITHOUT
10226584Sdim ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11226584Sdim FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
12226584Sdim version 2 for more details (a copy is included in the LICENSE file that
13226584Sdim accompanied this code).
14226584Sdim
15226584Sdim You should have received a copy of the GNU General Public License version
16226584Sdim 2 along with this work; if not, write to the Free Software Foundation,
17226584Sdim Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
18226584Sdim
19226584Sdim Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
20226584Sdim or visit www.oracle.com if you need additional information or have any
21341825Sdim questions.
22309124Sdim-->
23321369Sdim
24249423Sdim<html>
25321369Sdim<!--  
26226584Sdim  @test
27321369Sdim  @bug 6252982
28288943Sdim  @summary PIT: Keyboard FocusTraversal not working when choice's drop-down is visible, on XToolkit
29321369Sdim  @author andrei.dmitriev : area=awt.choice
30249423Sdim  @library ../../regtesthelpers
31321369Sdim  @build Util
32321369Sdim  @run applet ChoiceKeyEventReaction.html
33288943Sdim  -->
34226584Sdim<head>
35226584Sdim<title>  </title>
36226584Sdim</head>
37321369Sdim<body>
38288943Sdim
39288943Sdim<h1>ChoiceKeyEventReaction<br>Bug ID: 6252982 </h1>
40288943Sdim
41288943Sdim<p> This is an AUTOMATIC test, simply wait for completion </p>
42288943Sdim
43288943Sdim<APPLET CODE="ChoiceKeyEventReaction.class" WIDTH=200 HEIGHT=200></APPLET>
44288943Sdim</body>
45321369Sdim</html>
46288943Sdim
47288943Sdim