1 <html>
   2 <!--
   3   @test
   4   @bug        6346690
   5   @summary    Tests that key_typed is consumed after mnemonic key_pressed is handled for a menu item.
   6   @author     anton.tarasov@sun.com: area=awt-focus
   7   @library   ../../../../lib/testlibrary
   8   @build jdk.testlibrary.OSInfo
   9   @run        applet ConsumeNextMnemonicKeyTypedTest.html
  10   -->
  11 <head>
  12 <title>ConsumeNextMnemonicKeyTypedTest</title>
  13 </head>
  14 <body>
  15  
  16 <h1>ConsumeNextMnemonicKeyTypedTest<br>Bug ID: 6346690</h1>
  17  
  18 <p>See the dialog box (usually in upper left corner) for instructions</p>
  19  
  20 <APPLET CODE=ConsumeNextMnemonicKeyTypedTest.class WIDTH=200 HEIGHT=200></APPLET>
  21 </body>
  22 </html>