1 <html>
   2 <!--
   3   @test
   4   @bug 4041703 4096228 4025223 4260929
   5   @summary Ensures that appletviewer sets a reasonable default focus for an Applet on start
   6   @author  das area=appletviewer
   7   @library ../../regtesthelpers
   8   @build   Util
   9   @run applet AppletInitialFocusTest.html
  10   -->
  11 <head>
  12 <title> AppletInitialFocusTest </title>
  13 </head>
  14 <body>
  15 
  16 <h1>AppletInitialFocusTest<br>Bug ID: 4041703</h1>
  17 
  18 <p> See the dialog box (usually in upper left corner) for instructions</p>
  19 
  20 <APPLET CODE="AppletInitialFocusTest.class" WIDTH=200 HEIGHT=200></APPLET>
  21 </body>
  22 </html>
  23