changeset 2953 | d8c81312ac1c |
child 21596 | 0e3a39f29dbc |
2952:0679c7600523 | 2953:d8c81312ac1c |
---|---|
1 <HTML> |
|
2 <!-- @test |
|
3 @bug 4023283 |
|
4 @summary Checks that an Error which propogate up to the EventDispatch |
|
5 loop does not crash AWT. |
|
6 @author Andrei Dmitriev: area=awt.event |
|
7 @library ../../regtesthelpers |
|
8 @build Util |
|
9 @run main LoopRobustness |
|
10 --> |
|
11 <HEAD> |
|
12 <TITLE>LoopRobustness</TITLE> |
|
13 </HEAD> |
|
14 <BODY> |
|
15 This is automatic test. |
|
16 |
|
17 <APPLET CODE="LoopRobustness.class" |
|
18 CODEBASE = "." |
|
19 WIDTH=350 HEIGHT=100> |
|
20 </APPLET> |
|
21 </BODY> |
|
22 </HTML> |