Cross Reference: ModalBlockedStealsFocusTest.html
xref
: /
openjdk7
/
jdk
/
test
/
java
/
awt
/
Focus
/
ModalBlockedStealsFocusTest
/
ModalBlockedStealsFocusTest.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 6426132
0
N/A
@summary Modal blocked window shouldn't steal focus when shown, or brought to front.
0
N/A
@author anton.tarasov@...: area=
awt.focus
0
N/A
@library /
regtesthelpers
0
N/A
@build Util
0
N/A
@run applet
ModalBlockedStealsFocusTest.html
0
N/A
-->
0
N/A
<
head
>
0
N/A
<
title
>ModalBlockedStealsFocusTest</
title
>
0
N/A
</
head
>
0
N/A
<
body
>
0
N/A
0
N/A
<
h1
>ModalBlockedStealsFocusTest<
br
>Bug ID: 6426132</
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=
ModalBlockedStealsFocusTest.class
WIDTH=
200
HEIGHT=
200
></
APPLET
>
0
N/A
</
body
>
0
N/A
</
html
>