Cross Reference: LoopRobustness.html
xref
: /
openjdk7
/
jdk
/
test
/
java
/
awt
/
EventDispatchThread
/
LoopRobustness
/
LoopRobustness.html
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
1277
N/A
<
HTML
>
1277
N/A
<!-- @test
1277
N/A
@bug 4023283
1277
N/A
@summary Checks that an Error which propogate up to the EventDispatch
1277
N/A
loop does not crash AWT.
1277
N/A
@author Andrei Dmitriev: area=
awt.event
1277
N/A
@library /
regtesthelpers
1277
N/A
@build Util
1277
N/A
@run main LoopRobustness
1277
N/A
-->
1277
N/A
<
HEAD
>
1277
N/A
<
TITLE
>LoopRobustness</
TITLE
>
1277
N/A
</
HEAD
>
1277
N/A
<
BODY
>
1277
N/A
This is automatic test.
1277
N/A
1277
N/A
<
APPLET
CODE=
"
LoopRobustness.class
"
1277
N/A
CODEBASE =
"."
1277
N/A
WIDTH=
350
HEIGHT=
100
>
1277
N/A
</
APPLET
>
1277
N/A
</
BODY
>
1277
N/A
</
HTML
>