Cross Reference: AppletInitialFocusTest1.html
xref
: /
openjdk7
/
jdk
/
test
/
java
/
awt
/
Focus
/
AppletInitialFocusTest
/
AppletInitialFocusTest1.html
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
200
N/A
<
html
>
201
N/A
<!--
201
N/A
@test
200
N/A
@bug 4411534 4517274
200
N/A
@summary ensures that user's requestFocus() during applet initialization
200
N/A
is not ignored
200
N/A
@author prs area=appletviewer
201
N/A
@library /
regtesthelpers
201
N/A
@build Util
201
N/A
@run applet
AppletInitialFocusTest1.html
200
N/A
-->
200
N/A
<
head
>
200
N/A
<
title
> AppletInitialFocusTest1 </
title
>
200
N/A
</
head
>
200
N/A
<
body
>
200
N/A
200
N/A
<
h1
>AppletInitialFocusTest1<
br
>Bug ID: 4517274</
h1
>
200
N/A
200
N/A
<
p
> See the dialog box (usually in upper left corner) for instructions</
p
>
200
N/A
200
N/A
<
APPLET
CODE=
"
AppletInitialFocusTest1.class
"
WIDTH=
200
HEIGHT=
200
></
APPLET
>
200
N/A
</
body
>
200
N/A
</
html
>
200
N/A