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   @run        applet ConsumeNextMnemonicKeyTypedTest.html
   8   -->
   9 <head>
  10 <title>ConsumeNextMnemonicKeyTypedTest</title>
  11 </head>
  12 <body>
  13  
  14 <h1>ConsumeNextMnemonicKeyTypedTest<br>Bug ID: 6346690</h1>
  15  
  16 <p>See the dialog box (usually in upper left corner) for instructions</p>
  17  
  18 <APPLET CODE=ConsumeNextMnemonicKeyTypedTest.class WIDTH=200 HEIGHT=200></APPLET>
  19 </body>
  20 </html>