jdk/test/java/awt/dnd/Button2DragTest/Button2DragTest.java
changeset 39056 d99e63b6d962
parent 38383 c76fffbf4ef5
equal deleted inserted replaced
39055:92f7fed22d5f 39056:d99e63b6d962
    39 
    39 
    40 import test.java.awt.regtesthelpers.Util;
    40 import test.java.awt.regtesthelpers.Util;
    41 
    41 
    42 /**
    42 /**
    43  * @test
    43  * @test
       
    44  * @key headful
    44  * @bug 4955110
    45  * @bug 4955110
    45  * @summary tests that DragSourceDragEvent.getDropAction() accords to its new
    46  * @summary tests that DragSourceDragEvent.getDropAction() accords to its new
    46  *          spec (does not depend on the user drop action)
    47  *          spec (does not depend on the user drop action)
    47  * @library ../../regtesthelpers
    48  * @library ../../regtesthelpers
    48  * @build Util
    49  * @build Util