1 <html>
   2 <!--  
   3   @test
   4   @bug 4664415
   5   @summary Test that double clicking the titlebar does not send RELEASE/CLICKED
   6   @library    ../../regtesthelpers
   7   @build      Util        
   8   @author bchristi: area=Mouse 
   9   @run applet TitleBarDoubleClick.html
  10   -->
  11 <head>
  12 <title>  </title>
  13 </head>
  14 <body>
  15 
  16 <h1>TitleBarDoubleClick<br>Bug ID: 9999999 XXX_CHANGE_THIS </h1>
  17 
  18 <p> This is an AUTOMATIC test, simply wait for completion </p>
  19 
  20 <APPLET CODE="TitleBarDoubleClick.class" WIDTH=200 HEIGHT=200></APPLET>
  21 </body>
  22 </html>
  23