Cross Reference: SelectionAutoscrollTest.html
xref
: /
openjdk7
/
jdk
/
test
/
java
/
awt
/
TextArea
/
UsingWithMouse
/
SelectionAutoscrollTest.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 6497109
0
N/A
@summary TextArea must have selection expanding, and also be autoscrolled, if mouse is dragged from inside.
0
N/A
@author Konstantin Voloshin: area=TextArea
0
N/A
@library /
regtesthelpers
0
N/A
@build Util
0
N/A
@run applet
SelectionAutoscrollTest.html
0
N/A
-->
0
N/A
<
head
>
0
N/A
<
title
> </
title
>
0
N/A
</
head
>
0
N/A
<
body
>
0
N/A
0
N/A
<
h1
>SelectionAutoscrollTest<
br
>Bug ID: 6497109</
h1
>
0
N/A
0
N/A
<
p
> This is an AUTOMATIC test, simply wait for completion </
p
>
0
N/A
0
N/A
<
APPLET
CODE=
"
SelectionAutoscrollTest.class
"
WIDTH=
200
HEIGHT=
200
></
APPLET
>
0
N/A
</
body
>
0
N/A
</
html
>