public abstract class javafx.scene.Cursor
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: javafx.scene.Cursor
  super_class: java.lang.Object
{
  public static final javafx.scene.Cursor DEFAULT;
    descriptor: Ljavafx/scene/Cursor;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final javafx.scene.Cursor CROSSHAIR;
    descriptor: Ljavafx/scene/Cursor;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final javafx.scene.Cursor TEXT;
    descriptor: Ljavafx/scene/Cursor;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final javafx.scene.Cursor WAIT;
    descriptor: Ljavafx/scene/Cursor;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final javafx.scene.Cursor SW_RESIZE;
    descriptor: Ljavafx/scene/Cursor;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final javafx.scene.Cursor SE_RESIZE;
    descriptor: Ljavafx/scene/Cursor;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final javafx.scene.Cursor NW_RESIZE;
    descriptor: Ljavafx/scene/Cursor;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final javafx.scene.Cursor NE_RESIZE;
    descriptor: Ljavafx/scene/Cursor;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final javafx.scene.Cursor N_RESIZE;
    descriptor: Ljavafx/scene/Cursor;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final javafx.scene.Cursor S_RESIZE;
    descriptor: Ljavafx/scene/Cursor;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final javafx.scene.Cursor W_RESIZE;
    descriptor: Ljavafx/scene/Cursor;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final javafx.scene.Cursor E_RESIZE;
    descriptor: Ljavafx/scene/Cursor;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final javafx.scene.Cursor OPEN_HAND;
    descriptor: Ljavafx/scene/Cursor;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final javafx.scene.Cursor CLOSED_HAND;
    descriptor: Ljavafx/scene/Cursor;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final javafx.scene.Cursor HAND;
    descriptor: Ljavafx/scene/Cursor;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final javafx.scene.Cursor MOVE;
    descriptor: Ljavafx/scene/Cursor;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final javafx.scene.Cursor DISAPPEAR;
    descriptor: Ljavafx/scene/Cursor;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final javafx.scene.Cursor H_RESIZE;
    descriptor: Ljavafx/scene/Cursor;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final javafx.scene.Cursor V_RESIZE;
    descriptor: Ljavafx/scene/Cursor;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final javafx.scene.Cursor NONE;
    descriptor: Ljavafx/scene/Cursor;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  private java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 45
            new javafx.scene.Cursor$StandardCursor
            dup
            ldc "DEFAULT"
            getstatic com.sun.javafx.cursor.CursorType.DEFAULT:Lcom/sun/javafx/cursor/CursorType;
            invokespecial javafx.scene.Cursor$StandardCursor.<init>:(Ljava/lang/String;Lcom/sun/javafx/cursor/CursorType;)V
         1: .line 44
            putstatic javafx.scene.Cursor.DEFAULT:Ljavafx/scene/Cursor;
         2: .line 51
            new javafx.scene.Cursor$StandardCursor
            dup
            ldc "CROSSHAIR"
            getstatic com.sun.javafx.cursor.CursorType.CROSSHAIR:Lcom/sun/javafx/cursor/CursorType;
            invokespecial javafx.scene.Cursor$StandardCursor.<init>:(Ljava/lang/String;Lcom/sun/javafx/cursor/CursorType;)V
         3: .line 50
            putstatic javafx.scene.Cursor.CROSSHAIR:Ljavafx/scene/Cursor;
         4: .line 57
            new javafx.scene.Cursor$StandardCursor
            dup
            ldc "TEXT"
            getstatic com.sun.javafx.cursor.CursorType.TEXT:Lcom/sun/javafx/cursor/CursorType;
            invokespecial javafx.scene.Cursor$StandardCursor.<init>:(Ljava/lang/String;Lcom/sun/javafx/cursor/CursorType;)V
         5: .line 56
            putstatic javafx.scene.Cursor.TEXT:Ljavafx/scene/Cursor;
         6: .line 63
            new javafx.scene.Cursor$StandardCursor
            dup
            ldc "WAIT"
            getstatic com.sun.javafx.cursor.CursorType.WAIT:Lcom/sun/javafx/cursor/CursorType;
            invokespecial javafx.scene.Cursor$StandardCursor.<init>:(Ljava/lang/String;Lcom/sun/javafx/cursor/CursorType;)V
         7: .line 62
            putstatic javafx.scene.Cursor.WAIT:Ljavafx/scene/Cursor;
         8: .line 69
            new javafx.scene.Cursor$StandardCursor
            dup
            ldc "SW_RESIZE"
            getstatic com.sun.javafx.cursor.CursorType.SW_RESIZE:Lcom/sun/javafx/cursor/CursorType;
            invokespecial javafx.scene.Cursor$StandardCursor.<init>:(Ljava/lang/String;Lcom/sun/javafx/cursor/CursorType;)V
         9: .line 68
            putstatic javafx.scene.Cursor.SW_RESIZE:Ljavafx/scene/Cursor;
        10: .line 75
            new javafx.scene.Cursor$StandardCursor
            dup
            ldc "SE_RESIZE"
            getstatic com.sun.javafx.cursor.CursorType.SE_RESIZE:Lcom/sun/javafx/cursor/CursorType;
            invokespecial javafx.scene.Cursor$StandardCursor.<init>:(Ljava/lang/String;Lcom/sun/javafx/cursor/CursorType;)V
        11: .line 74
            putstatic javafx.scene.Cursor.SE_RESIZE:Ljavafx/scene/Cursor;
        12: .line 81
            new javafx.scene.Cursor$StandardCursor
            dup
            ldc "NW_RESIZE"
            getstatic com.sun.javafx.cursor.CursorType.NW_RESIZE:Lcom/sun/javafx/cursor/CursorType;
            invokespecial javafx.scene.Cursor$StandardCursor.<init>:(Ljava/lang/String;Lcom/sun/javafx/cursor/CursorType;)V
        13: .line 80
            putstatic javafx.scene.Cursor.NW_RESIZE:Ljavafx/scene/Cursor;
        14: .line 87
            new javafx.scene.Cursor$StandardCursor
            dup
            ldc "NE_RESIZE"
            getstatic com.sun.javafx.cursor.CursorType.NE_RESIZE:Lcom/sun/javafx/cursor/CursorType;
            invokespecial javafx.scene.Cursor$StandardCursor.<init>:(Ljava/lang/String;Lcom/sun/javafx/cursor/CursorType;)V
        15: .line 86
            putstatic javafx.scene.Cursor.NE_RESIZE:Ljavafx/scene/Cursor;
        16: .line 93
            new javafx.scene.Cursor$StandardCursor
            dup
            ldc "N_RESIZE"
            getstatic com.sun.javafx.cursor.CursorType.N_RESIZE:Lcom/sun/javafx/cursor/CursorType;
            invokespecial javafx.scene.Cursor$StandardCursor.<init>:(Ljava/lang/String;Lcom/sun/javafx/cursor/CursorType;)V
        17: .line 92
            putstatic javafx.scene.Cursor.N_RESIZE:Ljavafx/scene/Cursor;
        18: .line 99
            new javafx.scene.Cursor$StandardCursor
            dup
            ldc "S_RESIZE"
            getstatic com.sun.javafx.cursor.CursorType.S_RESIZE:Lcom/sun/javafx/cursor/CursorType;
            invokespecial javafx.scene.Cursor$StandardCursor.<init>:(Ljava/lang/String;Lcom/sun/javafx/cursor/CursorType;)V
        19: .line 98
            putstatic javafx.scene.Cursor.S_RESIZE:Ljavafx/scene/Cursor;
        20: .line 105
            new javafx.scene.Cursor$StandardCursor
            dup
            ldc "W_RESIZE"
            getstatic com.sun.javafx.cursor.CursorType.W_RESIZE:Lcom/sun/javafx/cursor/CursorType;
            invokespecial javafx.scene.Cursor$StandardCursor.<init>:(Ljava/lang/String;Lcom/sun/javafx/cursor/CursorType;)V
        21: .line 104
            putstatic javafx.scene.Cursor.W_RESIZE:Ljavafx/scene/Cursor;
        22: .line 111
            new javafx.scene.Cursor$StandardCursor
            dup
            ldc "E_RESIZE"
            getstatic com.sun.javafx.cursor.CursorType.E_RESIZE:Lcom/sun/javafx/cursor/CursorType;
            invokespecial javafx.scene.Cursor$StandardCursor.<init>:(Ljava/lang/String;Lcom/sun/javafx/cursor/CursorType;)V
        23: .line 110
            putstatic javafx.scene.Cursor.E_RESIZE:Ljavafx/scene/Cursor;
        24: .line 117
            new javafx.scene.Cursor$StandardCursor
            dup
            ldc "OPEN_HAND"
            getstatic com.sun.javafx.cursor.CursorType.OPEN_HAND:Lcom/sun/javafx/cursor/CursorType;
            invokespecial javafx.scene.Cursor$StandardCursor.<init>:(Ljava/lang/String;Lcom/sun/javafx/cursor/CursorType;)V
        25: .line 116
            putstatic javafx.scene.Cursor.OPEN_HAND:Ljavafx/scene/Cursor;
        26: .line 124
            new javafx.scene.Cursor$StandardCursor
            dup
            ldc "CLOSED_HAND"
            getstatic com.sun.javafx.cursor.CursorType.CLOSED_HAND:Lcom/sun/javafx/cursor/CursorType;
            invokespecial javafx.scene.Cursor$StandardCursor.<init>:(Ljava/lang/String;Lcom/sun/javafx/cursor/CursorType;)V
        27: .line 123
            putstatic javafx.scene.Cursor.CLOSED_HAND:Ljavafx/scene/Cursor;
        28: .line 132
            new javafx.scene.Cursor$StandardCursor
            dup
            ldc "HAND"
            getstatic com.sun.javafx.cursor.CursorType.HAND:Lcom/sun/javafx/cursor/CursorType;
            invokespecial javafx.scene.Cursor$StandardCursor.<init>:(Ljava/lang/String;Lcom/sun/javafx/cursor/CursorType;)V
        29: .line 131
            putstatic javafx.scene.Cursor.HAND:Ljavafx/scene/Cursor;
        30: .line 138
            new javafx.scene.Cursor$StandardCursor
            dup
            ldc "MOVE"
            getstatic com.sun.javafx.cursor.CursorType.MOVE:Lcom/sun/javafx/cursor/CursorType;
            invokespecial javafx.scene.Cursor$StandardCursor.<init>:(Ljava/lang/String;Lcom/sun/javafx/cursor/CursorType;)V
        31: .line 137
            putstatic javafx.scene.Cursor.MOVE:Ljavafx/scene/Cursor;
        32: .line 147
            new javafx.scene.Cursor$StandardCursor
            dup
            ldc "DISAPPEAR"
            getstatic com.sun.javafx.cursor.CursorType.DISAPPEAR:Lcom/sun/javafx/cursor/CursorType;
            invokespecial javafx.scene.Cursor$StandardCursor.<init>:(Ljava/lang/String;Lcom/sun/javafx/cursor/CursorType;)V
        33: .line 146
            putstatic javafx.scene.Cursor.DISAPPEAR:Ljavafx/scene/Cursor;
        34: .line 153
            new javafx.scene.Cursor$StandardCursor
            dup
            ldc "H_RESIZE"
            getstatic com.sun.javafx.cursor.CursorType.H_RESIZE:Lcom/sun/javafx/cursor/CursorType;
            invokespecial javafx.scene.Cursor$StandardCursor.<init>:(Ljava/lang/String;Lcom/sun/javafx/cursor/CursorType;)V
        35: .line 152
            putstatic javafx.scene.Cursor.H_RESIZE:Ljavafx/scene/Cursor;
        36: .line 159
            new javafx.scene.Cursor$StandardCursor
            dup
            ldc "V_RESIZE"
            getstatic com.sun.javafx.cursor.CursorType.V_RESIZE:Lcom/sun/javafx/cursor/CursorType;
            invokespecial javafx.scene.Cursor$StandardCursor.<init>:(Ljava/lang/String;Lcom/sun/javafx/cursor/CursorType;)V
        37: .line 158
            putstatic javafx.scene.Cursor.V_RESIZE:Ljavafx/scene/Cursor;
        38: .line 166
            new javafx.scene.Cursor$StandardCursor
            dup
            ldc "NONE"
            getstatic com.sun.javafx.cursor.CursorType.NONE:Lcom/sun/javafx/cursor/CursorType;
            invokespecial javafx.scene.Cursor$StandardCursor.<init>:(Ljava/lang/String;Lcom/sun/javafx/cursor/CursorType;)V
        39: .line 165
            putstatic javafx.scene.Cursor.NONE:Ljavafx/scene/Cursor;
        40: .line 166
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.scene.Cursor this
         0: .line 170
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 168
            aload 0 /* this */
            ldc "CUSTOM"
            putfield javafx.scene.Cursor.name:Ljava/lang/String;
         2: .line 170
            return
        end local 0 // javafx.scene.Cursor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/Cursor;

  void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.scene.Cursor this
        start local 1 // java.lang.String name
         0: .line 171
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 168
            aload 0 /* this */
            ldc "CUSTOM"
            putfield javafx.scene.Cursor.name:Ljava/lang/String;
         2: .line 172
            aload 0 /* this */
            aload 1 /* name */
            putfield javafx.scene.Cursor.name:Ljava/lang/String;
         3: .line 173
            return
        end local 1 // java.lang.String name
        end local 0 // javafx.scene.Cursor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljavafx/scene/Cursor;
            0    4     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  abstract com.sun.javafx.cursor.CursorFrame getCurrentFrame();
    descriptor: ()Lcom/sun/javafx/cursor/CursorFrame;
    flags: (0x0400) ACC_ABSTRACT

  void activate();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // javafx.scene.Cursor this
         0: .line 183
            return
        end local 0 // javafx.scene.Cursor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/Cursor;

  void deactivate();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // javafx.scene.Cursor this
         0: .line 190
            return
        end local 0 // javafx.scene.Cursor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/Cursor;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.Cursor this
         0: .line 197
            aload 0 /* this */
            getfield javafx.scene.Cursor.name:Ljava/lang/String;
            areturn
        end local 0 // javafx.scene.Cursor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/Cursor;

  public static javafx.scene.Cursor cursor(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljavafx/scene/Cursor;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // java.lang.String identifier
         0: .line 214
            aload 0 /* identifier */
            ifnonnull 4
         1: .line 215
            new java.lang.NullPointerException
            dup
         2: .line 216
            ldc "The cursor identifier must not be null"
         3: .line 215
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 219
      StackMap locals:
      StackMap stack:
            aload 0 /* identifier */
            invokestatic javafx.scene.Cursor.isUrl:(Ljava/lang/String;)Z
            ifeq 6
         5: .line 220
            new javafx.scene.ImageCursor
            dup
            new javafx.scene.image.Image
            dup
            aload 0 /* identifier */
            invokespecial javafx.scene.image.Image.<init>:(Ljava/lang/String;)V
            invokespecial javafx.scene.ImageCursor.<init>:(Ljavafx/scene/image/Image;)V
            areturn
         6: .line 223
      StackMap locals:
      StackMap stack:
            aload 0 /* identifier */
            getstatic java.util.Locale.ROOT:Ljava/util/Locale;
            invokevirtual java.lang.String.toUpperCase:(Ljava/util/Locale;)Ljava/lang/String;
            astore 1 /* uName */
        start local 1 // java.lang.String uName
         7: .line 224
            aload 1 /* uName */
            getstatic javafx.scene.Cursor.DEFAULT:Ljavafx/scene/Cursor;
            getfield javafx.scene.Cursor.name:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 9
         8: .line 225
            getstatic javafx.scene.Cursor.DEFAULT:Ljavafx/scene/Cursor;
            areturn
         9: .line 226
      StackMap locals: java.lang.String
      StackMap stack:
            aload 1 /* uName */
            getstatic javafx.scene.Cursor.CROSSHAIR:Ljavafx/scene/Cursor;
            getfield javafx.scene.Cursor.name:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 11
        10: .line 227
            getstatic javafx.scene.Cursor.CROSSHAIR:Ljavafx/scene/Cursor;
            areturn
        11: .line 228
      StackMap locals:
      StackMap stack:
            aload 1 /* uName */
            getstatic javafx.scene.Cursor.TEXT:Ljavafx/scene/Cursor;
            getfield javafx.scene.Cursor.name:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 13
        12: .line 229
            getstatic javafx.scene.Cursor.TEXT:Ljavafx/scene/Cursor;
            areturn
        13: .line 230
      StackMap locals:
      StackMap stack:
            aload 1 /* uName */
            getstatic javafx.scene.Cursor.WAIT:Ljavafx/scene/Cursor;
            getfield javafx.scene.Cursor.name:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 15
        14: .line 231
            getstatic javafx.scene.Cursor.WAIT:Ljavafx/scene/Cursor;
            areturn
        15: .line 232
      StackMap locals:
      StackMap stack:
            aload 1 /* uName */
            getstatic javafx.scene.Cursor.MOVE:Ljavafx/scene/Cursor;
            getfield javafx.scene.Cursor.name:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 17
        16: .line 233
            getstatic javafx.scene.Cursor.MOVE:Ljavafx/scene/Cursor;
            areturn
        17: .line 234
      StackMap locals:
      StackMap stack:
            aload 1 /* uName */
            getstatic javafx.scene.Cursor.SW_RESIZE:Ljavafx/scene/Cursor;
            getfield javafx.scene.Cursor.name:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 19
        18: .line 235
            getstatic javafx.scene.Cursor.SW_RESIZE:Ljavafx/scene/Cursor;
            areturn
        19: .line 236
      StackMap locals:
      StackMap stack:
            aload 1 /* uName */
            getstatic javafx.scene.Cursor.SE_RESIZE:Ljavafx/scene/Cursor;
            getfield javafx.scene.Cursor.name:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 21
        20: .line 237
            getstatic javafx.scene.Cursor.SE_RESIZE:Ljavafx/scene/Cursor;
            areturn
        21: .line 238
      StackMap locals:
      StackMap stack:
            aload 1 /* uName */
            getstatic javafx.scene.Cursor.NW_RESIZE:Ljavafx/scene/Cursor;
            getfield javafx.scene.Cursor.name:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 23
        22: .line 239
            getstatic javafx.scene.Cursor.NW_RESIZE:Ljavafx/scene/Cursor;
            areturn
        23: .line 240
      StackMap locals:
      StackMap stack:
            aload 1 /* uName */
            getstatic javafx.scene.Cursor.NE_RESIZE:Ljavafx/scene/Cursor;
            getfield javafx.scene.Cursor.name:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 25
        24: .line 241
            getstatic javafx.scene.Cursor.NE_RESIZE:Ljavafx/scene/Cursor;
            areturn
        25: .line 242
      StackMap locals:
      StackMap stack:
            aload 1 /* uName */
            getstatic javafx.scene.Cursor.N_RESIZE:Ljavafx/scene/Cursor;
            getfield javafx.scene.Cursor.name:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 27
        26: .line 243
            getstatic javafx.scene.Cursor.N_RESIZE:Ljavafx/scene/Cursor;
            areturn
        27: .line 244
      StackMap locals:
      StackMap stack:
            aload 1 /* uName */
            getstatic javafx.scene.Cursor.S_RESIZE:Ljavafx/scene/Cursor;
            getfield javafx.scene.Cursor.name:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 29
        28: .line 245
            getstatic javafx.scene.Cursor.S_RESIZE:Ljavafx/scene/Cursor;
            areturn
        29: .line 246
      StackMap locals:
      StackMap stack:
            aload 1 /* uName */
            getstatic javafx.scene.Cursor.W_RESIZE:Ljavafx/scene/Cursor;
            getfield javafx.scene.Cursor.name:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 31
        30: .line 247
            getstatic javafx.scene.Cursor.W_RESIZE:Ljavafx/scene/Cursor;
            areturn
        31: .line 248
      StackMap locals:
      StackMap stack:
            aload 1 /* uName */
            getstatic javafx.scene.Cursor.E_RESIZE:Ljavafx/scene/Cursor;
            getfield javafx.scene.Cursor.name:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 33
        32: .line 249
            getstatic javafx.scene.Cursor.E_RESIZE:Ljavafx/scene/Cursor;
            areturn
        33: .line 250
      StackMap locals:
      StackMap stack:
            aload 1 /* uName */
            getstatic javafx.scene.Cursor.OPEN_HAND:Ljavafx/scene/Cursor;
            getfield javafx.scene.Cursor.name:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 35
        34: .line 251
            getstatic javafx.scene.Cursor.OPEN_HAND:Ljavafx/scene/Cursor;
            areturn
        35: .line 252
      StackMap locals:
      StackMap stack:
            aload 1 /* uName */
            getstatic javafx.scene.Cursor.CLOSED_HAND:Ljavafx/scene/Cursor;
            getfield javafx.scene.Cursor.name:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 37
        36: .line 253
            getstatic javafx.scene.Cursor.CLOSED_HAND:Ljavafx/scene/Cursor;
            areturn
        37: .line 254
      StackMap locals:
      StackMap stack:
            aload 1 /* uName */
            getstatic javafx.scene.Cursor.HAND:Ljavafx/scene/Cursor;
            getfield javafx.scene.Cursor.name:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 39
        38: .line 255
            getstatic javafx.scene.Cursor.HAND:Ljavafx/scene/Cursor;
            areturn
        39: .line 256
      StackMap locals:
      StackMap stack:
            aload 1 /* uName */
            getstatic javafx.scene.Cursor.H_RESIZE:Ljavafx/scene/Cursor;
            getfield javafx.scene.Cursor.name:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 41
        40: .line 257
            getstatic javafx.scene.Cursor.H_RESIZE:Ljavafx/scene/Cursor;
            areturn
        41: .line 258
      StackMap locals:
      StackMap stack:
            aload 1 /* uName */
            getstatic javafx.scene.Cursor.V_RESIZE:Ljavafx/scene/Cursor;
            getfield javafx.scene.Cursor.name:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 43
        42: .line 259
            getstatic javafx.scene.Cursor.V_RESIZE:Ljavafx/scene/Cursor;
            areturn
        43: .line 260
      StackMap locals:
      StackMap stack:
            aload 1 /* uName */
            getstatic javafx.scene.Cursor.DISAPPEAR:Ljavafx/scene/Cursor;
            getfield javafx.scene.Cursor.name:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 45
        44: .line 261
            getstatic javafx.scene.Cursor.DISAPPEAR:Ljavafx/scene/Cursor;
            areturn
        45: .line 262
      StackMap locals:
      StackMap stack:
            aload 1 /* uName */
            getstatic javafx.scene.Cursor.NONE:Ljavafx/scene/Cursor;
            getfield javafx.scene.Cursor.name:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 47
        46: .line 263
            getstatic javafx.scene.Cursor.NONE:Ljavafx/scene/Cursor;
            areturn
        47: .line 266
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "Invalid cursor specification"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // java.lang.String uName
        end local 0 // java.lang.String identifier
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   48     0  identifier  Ljava/lang/String;
            7   48     1       uName  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      identifier  final

  private static boolean isUrl(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.String identifier
         0: .line 271
            new java.net.URL
            aload 0 /* identifier */
            invokespecial java.net.URL.<init>:(Ljava/lang/String;)V
         1: .line 272
            goto 4
      StackMap locals:
      StackMap stack: java.net.MalformedURLException
         2: pop
         3: .line 273
            iconst_0
            ireturn
         4: .line 276
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 0 // java.lang.String identifier
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0  identifier  Ljava/lang/String;
      Exception table:
        from    to  target  type
           0     1       2  Class java.net.MalformedURLException
    MethodParameters:
            Name  Flags
      identifier  final
}
SourceFile: "Cursor.java"
NestMembers:
  javafx.scene.Cursor$StandardCursor
InnerClasses:
  private final StandardCursor = javafx.scene.Cursor$StandardCursor of javafx.scene.Cursor