1 <html>
   2 <!--
   3   @test
   4   @bug        6253913
   5   @summary    Tests that a Window shown before its owner is focusable.
   6   @author     anton.tarasov@sun.com: area=awt-focus
   7   @run        applet WindowUpdateFocusabilityTest.html
   8   -->
   9 <head>
  10 <title>WindowUpdateFocusabilityTest</title>
  11 </head>
  12 <body>
  13  
  14 <h1>WindowUpdateFocusabilityTest<br>Bug ID: 6253913</h1>
  15  
  16 <p>See the dialog box (usually in upper left corner) for instructions</p>
  17  
  18 <APPLET CODE=WindowUpdateFocusabilityTest.class WIDTH=200 HEIGHT=200></APPLET>
  19 </body>
  20 </html>