1 <html>
   2 <!--  
   3   @test
   4   @bug        5082319
   5   @summary    Tests that focus request for already focused component doesn't block key events.
   6   @author     anton.tarasov@sun.com
   7   @run applet FocusSubRequestTest.html
   8   -->
   9 <head>
  10 <title>FocusSubRequestTest</title>
  11 </head>
  12 <body>
  13 
  14 <h1>FocusSubRequestTest<br>Bug ID: 5082319</h1>
  15 
  16 <p> See the dialog box (usually in upper left corner) for instructions</p>
  17 
  18 <APPLET CODE="FocusSubRequestTest.class" WIDTH=200 HEIGHT=200></APPLET>
  19 </body>
  20 </html>