1 <html>
   2 <!--  
   3   @test
   4   @bug 5039416 6404008
   5   @summary REGRESSION: Extra mouse click dispatched after press-drag- release sequence.
   6   @library ../../regtesthelpers
   7   @build Util
   8   @author andrei.dmitriev area=awt.event
   9   @run applet ExtraMouseClick.html
  10   -->
  11 <head>
  12 <title>ExtraMouseClick </title>
  13 </head>
  14 <body>
  15 
  16 <h1>ExtraMouseClick<br>Bug ID: 5039416 </h1>
  17 
  18 <p> See the dialog box (usually in upper left corner) for instructions</p>
  19 
  20 <APPLET CODE="ExtraMouseClick.class" WIDTH=200 HEIGHT=200></APPLET>
  21 </body>
  22 </html>