< prev index next >

test/jdk/java/awt/EventDispatchThread/LoopRobustness/LoopRobustness.java

Print this page

        

*** 20,36 **** * or visit www.oracle.com if you need additional information or have any * questions. */ /** ! * * @bug 4023283 * @key headful * @summary Checks that an Error which propogates up to the EventDispatch * loop does not crash AWT. * @author Andrei Dmitriev: area=awt.event * @library ../../regtesthelpers * @build Util * @run main LoopRobustness */ import java.awt.*; --- 20,37 ---- * or visit www.oracle.com if you need additional information or have any * questions. */ /** ! * @test * @bug 4023283 * @key headful * @summary Checks that an Error which propogates up to the EventDispatch * loop does not crash AWT. * @author Andrei Dmitriev: area=awt.event * @library ../../regtesthelpers + * @modules java.desktop/sun.awt * @build Util * @run main LoopRobustness */ import java.awt.*;
< prev index next >