WindowInitialFocusTest.html revision 0
0N/A<html>
0N/A<!--
0N/A @test
0N/A @bug 6426132
0N/A @summary A Window should be focused upon start (XAWT bug).
0N/A @author anton.tarasov@...: area=awt.focus
0N/A @library /regtesthelpers
0N/A @build Util
0N/A @run applet WindowInitialFocusTest.html
0N/A -->
0N/A<head>
0N/A<title>WindowInitialFocusTest</title>
0N/A</head>
0N/A<body>
0N/A
0N/A<h1>WindowInitialFocusTest<br>Bug ID: 6426132</h1>
0N/A
0N/A<p>See the dialog box (usually in upper left corner) for instructions</p>
0N/A
0N/A<APPLET CODE=WindowInitialFocusTest.class WIDTH=200 HEIGHT=200></APPLET>
0N/A</body>
0N/A</html>