blob: e8efd0c4e93f75f0f39936b675ef9b467cf904da [file] [log] [blame]
J. Duke319a3b92007-12-01 00:00:00 +00001<html>
2<!--
3 @test
4 @bug 6426132
5 @summary A Window should be focused upon start (XAWT bug).
6 @author anton.tarasov@...: area=awt.focus
7 @library ../../regtesthelpers
8 @build Util
9 @run applet WindowInitialFocusTest.html
10 -->
11<head>
12<title>WindowInitialFocusTest</title>
13</head>
14<body>
15
16<h1>WindowInitialFocusTest<br>Bug ID: 6426132</h1>
17
18<p>See the dialog box (usually in upper left corner) for instructions</p>
19
20<APPLET CODE=WindowInitialFocusTest.class WIDTH=200 HEIGHT=200></APPLET>
21</body>
22</html>