test/jdk/java/awt/TextArea/DisposeTest/TestDispose.java
changeset 49096 eaef201ec301
parent 47216 71c04702a3d5
equal deleted inserted replaced
49095:a8287712f63b 49096:eaef201ec301
    25  * Portions Copyright (c) 2012 IBM Corporation
    25  * Portions Copyright (c) 2012 IBM Corporation
    26  */
    26  */
    27 
    27 
    28 /* @test
    28 /* @test
    29  * @bug 7155298
    29  * @bug 7155298
       
    30  * @key headful
    30  * @run main/othervm/timeout=60 TestDispose
    31  * @run main/othervm/timeout=60 TestDispose
    31  * @summary Editable TextArea blocks GUI application from exit.
    32  * @summary Editable TextArea blocks GUI application from exit.
    32  * @author Sean Chou
    33  * @author Sean Chou
    33  */
    34  */
    34 
    35