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