public final class com.sun.javafx.webkit.CursorManagerImpl extends com.sun.webkit.CursorManager<javafx.scene.Cursor>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.sun.javafx.webkit.CursorManagerImpl
  super_class: com.sun.webkit.CursorManager
{
  private final java.util.Map<java.lang.String, javafx.scene.Cursor> map;
    descriptor: Ljava/util/Map;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Map<Ljava/lang/String;Ljavafx/scene/Cursor;>;

  private java.util.ResourceBundle bundle;
    descriptor: Ljava/util/ResourceBundle;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.javafx.webkit.CursorManagerImpl this
         0: .line 41
            aload 0 /* this */
            invokespecial com.sun.webkit.CursorManager.<init>:()V
         1: .line 43
            aload 0 /* this */
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putfield com.sun.javafx.webkit.CursorManagerImpl.map:Ljava/util/Map;
         2: .line 41
            return
        end local 0 // com.sun.javafx.webkit.CursorManagerImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/javafx/webkit/CursorManagerImpl;

  protected javafx.scene.Cursor getCustomCursor(com.sun.webkit.graphics.WCImage, int, int);
    descriptor: (Lcom/sun/webkit/graphics/WCImage;II)Ljavafx/scene/Cursor;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // com.sun.javafx.webkit.CursorManagerImpl this
        start local 1 // com.sun.webkit.graphics.WCImage image
        start local 2 // int hotspotX
        start local 3 // int hotspotY
         0: .line 47
            new javafx.scene.ImageCursor
            dup
         1: .line 48
            invokestatic com.sun.javafx.tk.Toolkit.getImageAccessor:()Lcom/sun/javafx/tk/Toolkit$ImageAccessor;
         2: .line 49
            invokestatic com.sun.webkit.graphics.WCGraphicsManager.getGraphicsManager:()Lcom/sun/webkit/graphics/WCGraphicsManager;
            aload 1 /* image */
            invokevirtual com.sun.webkit.graphics.WCGraphicsManager.toPlatformImage:(Lcom/sun/webkit/graphics/WCImage;)Ljava/lang/Object;
         3: .line 48
            invokeinterface com.sun.javafx.tk.Toolkit$ImageAccessor.fromPlatformImage:(Ljava/lang/Object;)Ljavafx/scene/image/Image;
         4: .line 50
            iload 2 /* hotspotX */
            i2d
            iload 3 /* hotspotY */
            i2d
         5: .line 47
            invokespecial javafx.scene.ImageCursor.<init>:(Ljavafx/scene/image/Image;DD)V
            areturn
        end local 3 // int hotspotY
        end local 2 // int hotspotX
        end local 1 // com.sun.webkit.graphics.WCImage image
        end local 0 // com.sun.javafx.webkit.CursorManagerImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lcom/sun/javafx/webkit/CursorManagerImpl;
            0    6     1     image  Lcom/sun/webkit/graphics/WCImage;
            0    6     2  hotspotX  I
            0    6     3  hotspotY  I
    MethodParameters:
          Name  Flags
      image     
      hotspotX  
      hotspotY  

  protected javafx.scene.Cursor getPredefinedCursor(int);
    descriptor: (I)Ljavafx/scene/Cursor;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.javafx.webkit.CursorManagerImpl this
        start local 1 // int type
         0: .line 54
            iload 1 /* type */
            tableswitch { // 0 - 42
                    0: 1
                    1: 2
                    2: 3
                    3: 4
                    4: 5
                    5: 6
                    6: 7
                    7: 8
                    8: 9
                    9: 10
                   10: 11
                   11: 12
                   12: 13
                   13: 14
                   14: 15
                   15: 16
                   16: 17
                   17: 18
                   18: 19
                   19: 20
                   20: 21
                   21: 22
                   22: 23
                   23: 24
                   24: 25
                   25: 26
                   26: 27
                   27: 28
                   28: 29
                   29: 30
                   30: 31
                   31: 32
                   32: 33
                   33: 34
                   34: 35
                   35: 36
                   36: 37
                   37: 38
                   38: 39
                   39: 40
                   40: 41
                   41: 42
                   42: 43
              default: 1
          }
         1: .line 56
      StackMap locals:
      StackMap stack:
            getstatic javafx.scene.Cursor.DEFAULT:Ljavafx/scene/Cursor;
            areturn
         2: .line 57
      StackMap locals:
      StackMap stack:
            getstatic javafx.scene.Cursor.CROSSHAIR:Ljavafx/scene/Cursor;
            areturn
         3: .line 58
      StackMap locals:
      StackMap stack:
            getstatic javafx.scene.Cursor.HAND:Ljavafx/scene/Cursor;
            areturn
         4: .line 59
      StackMap locals:
      StackMap stack:
            getstatic javafx.scene.Cursor.MOVE:Ljavafx/scene/Cursor;
            areturn
         5: .line 60
      StackMap locals:
      StackMap stack:
            getstatic javafx.scene.Cursor.TEXT:Ljavafx/scene/Cursor;
            areturn
         6: .line 61
      StackMap locals:
      StackMap stack:
            getstatic javafx.scene.Cursor.WAIT:Ljavafx/scene/Cursor;
            areturn
         7: .line 62
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "help"
            getstatic javafx.scene.Cursor.DEFAULT:Ljavafx/scene/Cursor;
            invokevirtual com.sun.javafx.webkit.CursorManagerImpl.getCustomCursor:(Ljava/lang/String;Ljavafx/scene/Cursor;)Ljavafx/scene/Cursor;
            areturn
         8: .line 63
      StackMap locals:
      StackMap stack:
            getstatic javafx.scene.Cursor.E_RESIZE:Ljavafx/scene/Cursor;
            areturn
         9: .line 64
      StackMap locals:
      StackMap stack:
            getstatic javafx.scene.Cursor.N_RESIZE:Ljavafx/scene/Cursor;
            areturn
        10: .line 65
      StackMap locals:
      StackMap stack:
            getstatic javafx.scene.Cursor.NE_RESIZE:Ljavafx/scene/Cursor;
            areturn
        11: .line 66
      StackMap locals:
      StackMap stack:
            getstatic javafx.scene.Cursor.NW_RESIZE:Ljavafx/scene/Cursor;
            areturn
        12: .line 67
      StackMap locals:
      StackMap stack:
            getstatic javafx.scene.Cursor.S_RESIZE:Ljavafx/scene/Cursor;
            areturn
        13: .line 68
      StackMap locals:
      StackMap stack:
            getstatic javafx.scene.Cursor.SE_RESIZE:Ljavafx/scene/Cursor;
            areturn
        14: .line 69
      StackMap locals:
      StackMap stack:
            getstatic javafx.scene.Cursor.SW_RESIZE:Ljavafx/scene/Cursor;
            areturn
        15: .line 70
      StackMap locals:
      StackMap stack:
            getstatic javafx.scene.Cursor.W_RESIZE:Ljavafx/scene/Cursor;
            areturn
        16: .line 71
      StackMap locals:
      StackMap stack:
            getstatic javafx.scene.Cursor.V_RESIZE:Ljavafx/scene/Cursor;
            areturn
        17: .line 72
      StackMap locals:
      StackMap stack:
            getstatic javafx.scene.Cursor.H_RESIZE:Ljavafx/scene/Cursor;
            areturn
        18: .line 73
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "resize.nesw"
            getstatic javafx.scene.Cursor.DEFAULT:Ljavafx/scene/Cursor;
            invokevirtual com.sun.javafx.webkit.CursorManagerImpl.getCustomCursor:(Ljava/lang/String;Ljavafx/scene/Cursor;)Ljavafx/scene/Cursor;
            areturn
        19: .line 74
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "resize.nwse"
            getstatic javafx.scene.Cursor.DEFAULT:Ljavafx/scene/Cursor;
            invokevirtual com.sun.javafx.webkit.CursorManagerImpl.getCustomCursor:(Ljava/lang/String;Ljavafx/scene/Cursor;)Ljavafx/scene/Cursor;
            areturn
        20: .line 75
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "resize.column"
            getstatic javafx.scene.Cursor.H_RESIZE:Ljavafx/scene/Cursor;
            invokevirtual com.sun.javafx.webkit.CursorManagerImpl.getCustomCursor:(Ljava/lang/String;Ljavafx/scene/Cursor;)Ljavafx/scene/Cursor;
            areturn
        21: .line 76
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "resize.row"
            getstatic javafx.scene.Cursor.V_RESIZE:Ljavafx/scene/Cursor;
            invokevirtual com.sun.javafx.webkit.CursorManagerImpl.getCustomCursor:(Ljava/lang/String;Ljavafx/scene/Cursor;)Ljavafx/scene/Cursor;
            areturn
        22: .line 77
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "panning.middle"
            getstatic javafx.scene.Cursor.DEFAULT:Ljavafx/scene/Cursor;
            invokevirtual com.sun.javafx.webkit.CursorManagerImpl.getCustomCursor:(Ljava/lang/String;Ljavafx/scene/Cursor;)Ljavafx/scene/Cursor;
            areturn
        23: .line 78
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "panning.east"
            getstatic javafx.scene.Cursor.DEFAULT:Ljavafx/scene/Cursor;
            invokevirtual com.sun.javafx.webkit.CursorManagerImpl.getCustomCursor:(Ljava/lang/String;Ljavafx/scene/Cursor;)Ljavafx/scene/Cursor;
            areturn
        24: .line 79
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "panning.north"
            getstatic javafx.scene.Cursor.DEFAULT:Ljavafx/scene/Cursor;
            invokevirtual com.sun.javafx.webkit.CursorManagerImpl.getCustomCursor:(Ljava/lang/String;Ljavafx/scene/Cursor;)Ljavafx/scene/Cursor;
            areturn
        25: .line 80
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "panning.ne"
            getstatic javafx.scene.Cursor.DEFAULT:Ljavafx/scene/Cursor;
            invokevirtual com.sun.javafx.webkit.CursorManagerImpl.getCustomCursor:(Ljava/lang/String;Ljavafx/scene/Cursor;)Ljavafx/scene/Cursor;
            areturn
        26: .line 81
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "panning.nw"
            getstatic javafx.scene.Cursor.DEFAULT:Ljavafx/scene/Cursor;
            invokevirtual com.sun.javafx.webkit.CursorManagerImpl.getCustomCursor:(Ljava/lang/String;Ljavafx/scene/Cursor;)Ljavafx/scene/Cursor;
            areturn
        27: .line 82
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "panning.south"
            getstatic javafx.scene.Cursor.DEFAULT:Ljavafx/scene/Cursor;
            invokevirtual com.sun.javafx.webkit.CursorManagerImpl.getCustomCursor:(Ljava/lang/String;Ljavafx/scene/Cursor;)Ljavafx/scene/Cursor;
            areturn
        28: .line 83
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "panning.se"
            getstatic javafx.scene.Cursor.DEFAULT:Ljavafx/scene/Cursor;
            invokevirtual com.sun.javafx.webkit.CursorManagerImpl.getCustomCursor:(Ljava/lang/String;Ljavafx/scene/Cursor;)Ljavafx/scene/Cursor;
            areturn
        29: .line 84
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "panning.sw"
            getstatic javafx.scene.Cursor.DEFAULT:Ljavafx/scene/Cursor;
            invokevirtual com.sun.javafx.webkit.CursorManagerImpl.getCustomCursor:(Ljava/lang/String;Ljavafx/scene/Cursor;)Ljavafx/scene/Cursor;
            areturn
        30: .line 85
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "panning.west"
            getstatic javafx.scene.Cursor.DEFAULT:Ljavafx/scene/Cursor;
            invokevirtual com.sun.javafx.webkit.CursorManagerImpl.getCustomCursor:(Ljava/lang/String;Ljavafx/scene/Cursor;)Ljavafx/scene/Cursor;
            areturn
        31: .line 86
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "vertical.text"
            getstatic javafx.scene.Cursor.DEFAULT:Ljavafx/scene/Cursor;
            invokevirtual com.sun.javafx.webkit.CursorManagerImpl.getCustomCursor:(Ljava/lang/String;Ljavafx/scene/Cursor;)Ljavafx/scene/Cursor;
            areturn
        32: .line 87
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "cell"
            getstatic javafx.scene.Cursor.DEFAULT:Ljavafx/scene/Cursor;
            invokevirtual com.sun.javafx.webkit.CursorManagerImpl.getCustomCursor:(Ljava/lang/String;Ljavafx/scene/Cursor;)Ljavafx/scene/Cursor;
            areturn
        33: .line 88
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "context.menu"
            getstatic javafx.scene.Cursor.DEFAULT:Ljavafx/scene/Cursor;
            invokevirtual com.sun.javafx.webkit.CursorManagerImpl.getCustomCursor:(Ljava/lang/String;Ljavafx/scene/Cursor;)Ljavafx/scene/Cursor;
            areturn
        34: .line 89
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "no.drop"
            getstatic javafx.scene.Cursor.DEFAULT:Ljavafx/scene/Cursor;
            invokevirtual com.sun.javafx.webkit.CursorManagerImpl.getCustomCursor:(Ljava/lang/String;Ljavafx/scene/Cursor;)Ljavafx/scene/Cursor;
            areturn
        35: .line 90
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "not.allowed"
            getstatic javafx.scene.Cursor.DEFAULT:Ljavafx/scene/Cursor;
            invokevirtual com.sun.javafx.webkit.CursorManagerImpl.getCustomCursor:(Ljava/lang/String;Ljavafx/scene/Cursor;)Ljavafx/scene/Cursor;
            areturn
        36: .line 91
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "progress"
            getstatic javafx.scene.Cursor.WAIT:Ljavafx/scene/Cursor;
            invokevirtual com.sun.javafx.webkit.CursorManagerImpl.getCustomCursor:(Ljava/lang/String;Ljavafx/scene/Cursor;)Ljavafx/scene/Cursor;
            areturn
        37: .line 92
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "alias"
            getstatic javafx.scene.Cursor.DEFAULT:Ljavafx/scene/Cursor;
            invokevirtual com.sun.javafx.webkit.CursorManagerImpl.getCustomCursor:(Ljava/lang/String;Ljavafx/scene/Cursor;)Ljavafx/scene/Cursor;
            areturn
        38: .line 93
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "zoom.in"
            getstatic javafx.scene.Cursor.DEFAULT:Ljavafx/scene/Cursor;
            invokevirtual com.sun.javafx.webkit.CursorManagerImpl.getCustomCursor:(Ljava/lang/String;Ljavafx/scene/Cursor;)Ljavafx/scene/Cursor;
            areturn
        39: .line 94
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "zoom.out"
            getstatic javafx.scene.Cursor.DEFAULT:Ljavafx/scene/Cursor;
            invokevirtual com.sun.javafx.webkit.CursorManagerImpl.getCustomCursor:(Ljava/lang/String;Ljavafx/scene/Cursor;)Ljavafx/scene/Cursor;
            areturn
        40: .line 95
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "copy"
            getstatic javafx.scene.Cursor.DEFAULT:Ljavafx/scene/Cursor;
            invokevirtual com.sun.javafx.webkit.CursorManagerImpl.getCustomCursor:(Ljava/lang/String;Ljavafx/scene/Cursor;)Ljavafx/scene/Cursor;
            areturn
        41: .line 96
      StackMap locals:
      StackMap stack:
            getstatic javafx.scene.Cursor.NONE:Ljavafx/scene/Cursor;
            areturn
        42: .line 97
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "grab"
            getstatic javafx.scene.Cursor.OPEN_HAND:Ljavafx/scene/Cursor;
            invokevirtual com.sun.javafx.webkit.CursorManagerImpl.getCustomCursor:(Ljava/lang/String;Ljavafx/scene/Cursor;)Ljavafx/scene/Cursor;
            areturn
        43: .line 98
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "grabbing"
            getstatic javafx.scene.Cursor.CLOSED_HAND:Ljavafx/scene/Cursor;
            invokevirtual com.sun.javafx.webkit.CursorManagerImpl.getCustomCursor:(Ljava/lang/String;Ljavafx/scene/Cursor;)Ljavafx/scene/Cursor;
            areturn
        end local 1 // int type
        end local 0 // com.sun.javafx.webkit.CursorManagerImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   44     0  this  Lcom/sun/javafx/webkit/CursorManagerImpl;
            0   44     1  type  I
    MethodParameters:
      Name  Flags
      type  

  private javafx.scene.Cursor getCustomCursor(java.lang.String, javafx.scene.Cursor);
    descriptor: (Ljava/lang/String;Ljavafx/scene/Cursor;)Ljavafx/scene/Cursor;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=8, args_size=3
        start local 0 // com.sun.javafx.webkit.CursorManagerImpl this
        start local 1 // java.lang.String name
        start local 2 // javafx.scene.Cursor predefined
         0: .line 103
            aload 0 /* this */
            getfield com.sun.javafx.webkit.CursorManagerImpl.map:Ljava/util/Map;
            aload 1 /* name */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast javafx.scene.Cursor
            astore 3 /* cursor */
        start local 3 // javafx.scene.Cursor cursor
         1: .line 104
            aload 3 /* cursor */
            ifnonnull 17
         2: .line 106
            aload 0 /* this */
            getfield com.sun.javafx.webkit.CursorManagerImpl.bundle:Ljava/util/ResourceBundle;
            ifnonnull 4
         3: .line 107
            aload 0 /* this */
            ldc "com.sun.javafx.webkit.Cursors"
            invokestatic java.util.Locale.getDefault:()Ljava/util/Locale;
            invokestatic java.util.ResourceBundle.getBundle:(Ljava/lang/String;Ljava/util/Locale;)Ljava/util/ResourceBundle;
            putfield com.sun.javafx.webkit.CursorManagerImpl.bundle:Ljava/util/ResourceBundle;
         4: .line 109
      StackMap locals: javafx.scene.Cursor
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.webkit.CursorManagerImpl.bundle:Ljava/util/ResourceBundle;
            ifnull 14
         5: .line 110
            aload 0 /* this */
            getfield com.sun.javafx.webkit.CursorManagerImpl.bundle:Ljava/util/ResourceBundle;
            new java.lang.StringBuilder
            dup
            aload 1 /* name */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc ".file"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.util.ResourceBundle.getString:(Ljava/lang/String;)Ljava/lang/String;
            astore 4 /* resource */
        start local 4 // java.lang.String resource
         6: .line 111
            new javafx.scene.image.Image
            dup
            ldc Lcom/sun/javafx/webkit/CursorManagerImpl;
            aload 4 /* resource */
            invokevirtual java.lang.Class.getResourceAsStream:(Ljava/lang/String;)Ljava/io/InputStream;
            invokespecial javafx.scene.image.Image.<init>:(Ljava/io/InputStream;)V
            astore 5 /* image */
        start local 5 // javafx.scene.image.Image image
         7: .line 113
            aload 0 /* this */
            getfield com.sun.javafx.webkit.CursorManagerImpl.bundle:Ljava/util/ResourceBundle;
            new java.lang.StringBuilder
            dup
            aload 1 /* name */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc ".hotspotX"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.util.ResourceBundle.getString:(Ljava/lang/String;)Ljava/lang/String;
            astore 4 /* resource */
         8: .line 114
            aload 4 /* resource */
            invokestatic java.lang.Integer.parseInt:(Ljava/lang/String;)I
            istore 6 /* hotspotX */
        start local 6 // int hotspotX
         9: .line 116
            aload 0 /* this */
            getfield com.sun.javafx.webkit.CursorManagerImpl.bundle:Ljava/util/ResourceBundle;
            new java.lang.StringBuilder
            dup
            aload 1 /* name */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc ".hotspotY"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.util.ResourceBundle.getString:(Ljava/lang/String;)Ljava/lang/String;
            astore 4 /* resource */
        10: .line 117
            aload 4 /* resource */
            invokestatic java.lang.Integer.parseInt:(Ljava/lang/String;)I
            istore 7 /* hotspotY */
        start local 7 // int hotspotY
        11: .line 119
            new javafx.scene.ImageCursor
            dup
            aload 5 /* image */
            iload 6 /* hotspotX */
            i2d
            iload 7 /* hotspotY */
            i2d
            invokespecial javafx.scene.ImageCursor.<init>:(Ljavafx/scene/image/Image;DD)V
            astore 3 /* cursor */
        end local 7 // int hotspotY
        end local 6 // int hotspotX
        end local 5 // javafx.scene.image.Image image
        end local 4 // java.lang.String resource
        12: .line 121
            goto 14
      StackMap locals:
      StackMap stack: java.util.MissingResourceException
        13: pop
        14: .line 124
      StackMap locals:
      StackMap stack:
            aload 3 /* cursor */
            ifnonnull 16
        15: .line 125
            aload 2 /* predefined */
            astore 3 /* cursor */
        16: .line 127
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.webkit.CursorManagerImpl.map:Ljava/util/Map;
            aload 1 /* name */
            aload 3 /* cursor */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        17: .line 129
      StackMap locals:
      StackMap stack:
            aload 3 /* cursor */
            areturn
        end local 3 // javafx.scene.Cursor cursor
        end local 2 // javafx.scene.Cursor predefined
        end local 1 // java.lang.String name
        end local 0 // com.sun.javafx.webkit.CursorManagerImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   18     0        this  Lcom/sun/javafx/webkit/CursorManagerImpl;
            0   18     1        name  Ljava/lang/String;
            0   18     2  predefined  Ljavafx/scene/Cursor;
            1   18     3      cursor  Ljavafx/scene/Cursor;
            6   12     4    resource  Ljava/lang/String;
            7   12     5       image  Ljavafx/scene/image/Image;
            9   12     6    hotspotX  I
           11   12     7    hotspotY  I
      Exception table:
        from    to  target  type
           2    12      13  Class java.util.MissingResourceException
    MethodParameters:
            Name  Flags
      name        
      predefined  

  protected java.lang.Object getPredefinedCursor(int);
    descriptor: (I)Ljava/lang/Object;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual com.sun.javafx.webkit.CursorManagerImpl.getPredefinedCursor:(I)Ljavafx/scene/Cursor;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected java.lang.Object getCustomCursor(com.sun.webkit.graphics.WCImage, int, int);
    descriptor: (Lcom/sun/webkit/graphics/WCImage;II)Ljava/lang/Object;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            iload 2
            iload 3
            invokevirtual com.sun.javafx.webkit.CursorManagerImpl.getCustomCursor:(Lcom/sun/webkit/graphics/WCImage;II)Ljavafx/scene/Cursor;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lcom/sun/webkit/CursorManager<Ljavafx/scene/Cursor;>;
SourceFile: "CursorManagerImpl.java"
InnerClasses:
  public abstract ImageAccessor = com.sun.javafx.tk.Toolkit$ImageAccessor of com.sun.javafx.tk.Toolkit