jdk/test/java/awt/Cursor/GetSystemCustomCursor/GetSystemCustomCursor.java
changeset 39056 d99e63b6d962
parent 29255 0989118f6e69
equal deleted inserted replaced
39055:92f7fed22d5f 39056:d99e63b6d962
    24 import java.awt.AWTException;
    24 import java.awt.AWTException;
    25 import java.awt.Cursor;
    25 import java.awt.Cursor;
    26 
    26 
    27 /**
    27 /**
    28  * @test
    28  * @test
       
    29  * @key headful
    29  * @bug 8039269
    30  * @bug 8039269
    30  * @author Sergey Bylokhov
    31  * @author Sergey Bylokhov
    31  */
    32  */
    32 public final class GetSystemCustomCursor {
    33 public final class GetSystemCustomCursor {
    33 
    34