test/jdk/java/awt/dnd/DisposeFrameOnDragCrash/DisposeFrameOnDragTest.java
changeset 49096 eaef201ec301
parent 47216 71c04702a3d5
equal deleted inserted replaced
49095:a8287712f63b 49096:eaef201ec301
    20  * or visit www.oracle.com if you need additional information or have any
    20  * or visit www.oracle.com if you need additional information or have any
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 
    23 
    24 /**
    24 /**
    25  * @test @summary JVM crash if the frame is disposed in DropTargetListener
    25  * @test
       
    26  * @summary JVM crash if the frame is disposed in DropTargetListener
    26  * @key headful
    27  * @key headful
    27  * @author Petr Pchelko
    28  * @author Petr Pchelko
    28  * @library ../../regtesthelpers
    29  * @library ../../regtesthelpers
    29  * @build Util
    30  * @build Util
    30  * @compile DisposeFrameOnDragTest.java
    31  * @compile DisposeFrameOnDragTest.java