1 <html>
   2 <!--  
   3   @test
   4   @bug 4799136
   5   @summary Tests that type-ahead for dialog works and doesn't block program
   6   @author  area=awt.focus
   7   @library    ../../regtesthelpers
   8   @build      Util        
   9   @run applet TestDialogTypeAhead.html
  10   -->
  11 <head>
  12 <title>  </title>
  13 </head>
  14 <body>
  15 
  16 <h1>TestDialogTypeAhead<br>Bug ID: 4799136 Tests that type-ahead for dialog works and doesn't block program   </h1>
  17 
  18 <p> This is an AUTOMATIC test, simply wait for completion </p>
  19 
  20 <APPLET CODE="TestDialogTypeAhead.class" WIDTH=200 HEIGHT=200></APPLET>
  21 </body>
  22 </html>
  23