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