Cross Reference: ToFrontFocus.html
xref
: /
openjdk7
/
jdk
/
test
/
java
/
awt
/
Focus
/
ToFrontFocusTest
/
ToFrontFocus.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 4092033 4529626
0
N/A
@summary Tests that toFront makes window focused unless it is non-focusable
0
N/A
@author area=
awt.focus
0
N/A
@library /
regtesthelpers
0
N/A
@build Util
0
N/A
@run applet
ToFrontFocus.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
>ToFrontFocus<
br
>
0
N/A
4092033 : (
P4
/
S5
) -
window.toFront
() method is now also setting focus
0
N/A
4529626 : (
P4
/
S2
) - REGRESSION:In solaris and Linux ,toFront() is not making frame as the Focused.
0
N/A
</
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=
"
ToFrontFocus.class
"
WIDTH=
200
HEIGHT=
200
></
APPLET
>
0
N/A
</
body
>
0
N/A
</
html
>