23 lines
522 B
HTML
23 lines
522 B
HTML
<html>
|
|
<!--
|
|
@test
|
|
@bug 5039416 6404008
|
|
@summary REGRESSION: Extra mouse click dispatched after press-drag- release sequence.
|
|
@library ../../regtesthelpers
|
|
@build Util
|
|
@author andrei.dmitriev area=awt.event
|
|
@run applet ExtraMouseClick.html
|
|
-->
|
|
<head>
|
|
<title>ExtraMouseClick </title>
|
|
</head>
|
|
<body>
|
|
|
|
<h1>ExtraMouseClick<br>Bug ID: 5039416 </h1>
|
|
|
|
<p> See the dialog box (usually in upper left corner) for instructions</p>
|
|
|
|
<APPLET CODE="ExtraMouseClick.class" WIDTH=200 HEIGHT=200></APPLET>
|
|
</body>
|
|
</html>
|