1 <html>
   2 <!--
   3   @test
   4   @bug 6680988
   5   @summary verify that various shortcuts and accelerators work
   6   @author yuri.nesterenko : area=awt.keyboard
   7   @run applet/manual=yesno AcceleratorTest.html
   8   -->
   9 <head>
  10 <title> AcceleratorTest </title>
  11 </head>
  12 <body>
  13 
  14 <h1>AcceleratorTest<br>Bug ID: </h1>
  15 
  16 <p> See the dialog box (usually in upper left corner) for instructions</p>
  17 
  18 <APPLET CODE="AcceleratorTest.class" WIDTH=200 HEIGHT=200></APPLET>
  19 </body>
  20 </html>