1 <html>
   2 <!--
   3   @test
   4   @bug        6426132
   5   @summary    Modal blocked window shouldn't steal focus when shown, or brought to front.
   6   @author     anton.tarasov@...: area=awt.focus
   7   @library    ../../regtesthelpers        
   8   @build      Util   
   9   @run        applet ModalBlockedStealsFocusTest.html
  10   -->
  11 <head>
  12 <title>ModalBlockedStealsFocusTest</title>
  13 </head>
  14 <body>
  15  
  16 <h1>ModalBlockedStealsFocusTest<br>Bug ID: 6426132</h1>
  17  
  18 <p>See the dialog box (usually in upper left corner) for instructions</p>
  19  
  20 <APPLET CODE=ModalBlockedStealsFocusTest.class WIDTH=200 HEIGHT=200></APPLET>
  21 </body>
  22 </html>