23 lines
586 B
HTML
23 lines
586 B
HTML
<html>
|
|
<!--
|
|
@test
|
|
@bug 6480534
|
|
@summary A Frame changing its state from ICONIFIED to NORMAL should regain focus.
|
|
@author anton.tarasov@...: area=awt.focus
|
|
@library ../../regtesthelpers
|
|
@build Util
|
|
@run applet DeiconifiedFrameLoosesFocus.html
|
|
-->
|
|
<head>
|
|
<title>DeiconifiedFrameLoosesFocus</title>
|
|
</head>
|
|
<body>
|
|
|
|
<h1>DeiconifiedFrameLoosesFocus<br>Bug ID: 6480534</h1>
|
|
|
|
<p>See the dialog box (usually in upper left corner) for instructions</p>
|
|
|
|
<APPLET CODE=DeiconifiedFrameLoosesFocus.class WIDTH=200 HEIGHT=200></APPLET>
|
|
</body>
|
|
</html>
|