Cross Reference: ExtraMouseClick.html
xref
: /
openjdk7
/
jdk
/
test
/
java
/
awt
/
Mouse
/
ExtraMouseClick
/
ExtraMouseClick.html
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
0
N/A
<
html
>
0
N/A
<!--
0
N/A
@test
0
N/A
@bug 5039416 6404008
0
N/A
@summary REGRESSION: Extra mouse click dispatched after press-drag- release sequence.
0
N/A
@library /
regtesthelpers
0
N/A
@build Util
0
N/A
@author
andrei.dmitriev
area=
awt.event
0
N/A
@run applet
ExtraMouseClick.html
0
N/A
-->
0
N/A
<
head
>
0
N/A
<
title
>ExtraMouseClick </
title
>
0
N/A
</
head
>
0
N/A
<
body
>
0
N/A
0
N/A
<
h1
>ExtraMouseClick<
br
>Bug ID: 5039416 </
h1
>
0
N/A
0
N/A
<
p
> See the dialog box (usually in upper left corner) for instructions</
p
>
0
N/A
0
N/A
<
APPLET
CODE=
"
ExtraMouseClick.class
"
WIDTH=
200
HEIGHT=
200
></
APPLET
>
0
N/A
</
body
>
0
N/A
</
html
>