jdk/test/java/awt/TextArea/UsingWithMouse/SelectionAutoscrollTest.java
changeset 39056 d99e63b6d962
parent 36871 62d3bb5aba7a
equal deleted inserted replaced
39055:92f7fed22d5f 39056:d99e63b6d962
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 
    23 
    24 /*
    24 /*
    25   @test
    25   @test
       
    26   @key headful
    26   @bug 6497109 6734341
    27   @bug 6497109 6734341
    27   @summary TextArea must have selection expanding, and also be autoscrolled, if mouse is dragged from inside.
    28   @summary TextArea must have selection expanding, and also be autoscrolled, if mouse is dragged from inside.
    28   @library ../../regtesthelpers
    29   @library ../../regtesthelpers
    29   @build Util
    30   @build Util
    30   @author Konstantin Voloshin: area=TextArea
    31   @author Konstantin Voloshin: area=TextArea