Cross Reference: ScrollSelectionTest.html
xref
: /
openjdk7
/
jdk
/
test
/
java
/
awt
/
TextField
/
ScrollSelectionTest
/
ScrollSelectionTest.html
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
220
N/A
<
html
>
220
N/A
<!--
220
N/A
@test
220
N/A
@bug 4118621
220
N/A
@summary tests that selected text isn't scrolled if there is enough room.
220
N/A
@author prs: area=TextField
220
N/A
@run
applet
/
manual
=yesno
ScrollSelectionTest.html
220
N/A
-->
220
N/A
<
head
>
220
N/A
<
title
> ScrollSelectionTest </
title
>
220
N/A
</
head
>
220
N/A
<
body
>
220
N/A
220
N/A
<
h1
>ScrollSelectionTest<
br
>4118621: </
h1
>
220
N/A
220
N/A
<
p
> See the dialog box (usually in upper left corner) for instructions</
p
>
220
N/A
220
N/A
<
APPLET
CODE=
"
ScrollSelectionTest.class
"
WIDTH=
300
HEIGHT=
300
></
APPLET
>
220
N/A
</
body
>
220
N/A
</
html
>