1 <html>
   2 <!--
   3   @test
   4   @bug        6480534
   5   @summary    A Frame changing its state from ICONIFIED to NORMAL should regain focus.
   6   @author     anton.tarasov@...: area=awt.focus
   7   @library    ../../regtesthelpers
   8   @build      Util
   9   @run        applet DeiconifiedFrameLoosesFocus.html
  10   -->
  11 <head>
  12 <title>DeiconifiedFrameLoosesFocus</title>
  13 </head>
  14 <body>
  15  
  16 <h1>DeiconifiedFrameLoosesFocus<br>Bug ID: 6480534</h1>
  17  
  18 <p>See the dialog box (usually in upper left corner) for instructions</p>
  19  
  20 <APPLET CODE=DeiconifiedFrameLoosesFocus.class WIDTH=200 HEIGHT=200></APPLET>
  21 </body>
  22 </html>