final class com.sun.glass.ui.monocle.MonocleCursor extends com.sun.glass.ui.Cursor
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.sun.glass.ui.monocle.MonocleCursor
  super_class: com.sun.glass.ui.Cursor
{
  private byte[] image;
    descriptor: [B
    flags: (0x0002) ACC_PRIVATE

  private int hotspotX;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int hotspotY;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  void <init>(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.glass.ui.monocle.MonocleCursor this
        start local 1 // int type
         0: .line 41
            aload 0 /* this */
            iload 1 /* type */
            invokespecial com.sun.glass.ui.Cursor.<init>:(I)V
         1: .line 42
            aload 0 /* this */
            iload 1 /* type */
            invokestatic com.sun.glass.ui.monocle.MonocleCursor.getImage:(I)[B
            putfield com.sun.glass.ui.monocle.MonocleCursor.image:[B
         2: .line 43
            aload 0 /* this */
            iconst_0
            putfield com.sun.glass.ui.monocle.MonocleCursor.hotspotX:I
         3: .line 44
            aload 0 /* this */
            iconst_0
            putfield com.sun.glass.ui.monocle.MonocleCursor.hotspotY:I
         4: .line 45
            return
        end local 1 // int type
        end local 0 // com.sun.glass.ui.monocle.MonocleCursor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/glass/ui/monocle/MonocleCursor;
            0    5     1  type  I
    MethodParameters:
      Name  Flags
      type  

  void <init>(int, int, com.sun.glass.ui.Pixels);
    descriptor: (IILcom/sun/glass/ui/Pixels;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.sun.glass.ui.monocle.MonocleCursor this
        start local 1 // int x
        start local 2 // int y
        start local 3 // com.sun.glass.ui.Pixels pixels
         0: .line 48
            aload 0 /* this */
            iload 1 /* x */
            iload 2 /* y */
            aload 3 /* pixels */
            invokespecial com.sun.glass.ui.Cursor.<init>:(IILcom/sun/glass/ui/Pixels;)V
         1: .line 49
            return
        end local 3 // com.sun.glass.ui.Pixels pixels
        end local 2 // int y
        end local 1 // int x
        end local 0 // com.sun.glass.ui.monocle.MonocleCursor this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/sun/glass/ui/monocle/MonocleCursor;
            0    2     1       x  I
            0    2     2       y  I
            0    2     3  pixels  Lcom/sun/glass/ui/Pixels;
    MethodParameters:
        Name  Flags
      x       
      y       
      pixels  

  void applyCursor();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // com.sun.glass.ui.monocle.MonocleCursor this
         0: .line 52
            aload 0 /* this */
            invokevirtual com.sun.glass.ui.monocle.MonocleCursor.getType:()I
            istore 1 /* type */
        start local 1 // int type
         1: .line 53
            iload 1 /* type */
            iconst_m1
            if_icmpne 5
         2: .line 56
            invokestatic com.sun.glass.ui.Application.GetApplication:()Lcom/sun/glass/ui/Application;
            checkcast com.sun.glass.ui.monocle.MonocleApplication
         3: .line 57
            iconst_0
            invokevirtual com.sun.glass.ui.monocle.MonocleApplication.staticCursor_setVisible:(Z)V
         4: .line 58
            goto 9
         5: .line 59
      StackMap locals: int
      StackMap stack:
            invokestatic com.sun.glass.ui.monocle.NativePlatformFactory.getNativePlatform:()Lcom/sun/glass/ui/monocle/NativePlatform;
            invokevirtual com.sun.glass.ui.monocle.NativePlatform.getCursor:()Lcom/sun/glass/ui/monocle/NativeCursor;
            astore 2 /* cursor */
        start local 2 // com.sun.glass.ui.monocle.NativeCursor cursor
         6: .line 60
            aload 2 /* cursor */
            aload 0 /* this */
            getfield com.sun.glass.ui.monocle.MonocleCursor.image:[B
            invokevirtual com.sun.glass.ui.monocle.NativeCursor.setImage:([B)V
         7: .line 61
            invokestatic com.sun.glass.ui.Application.GetApplication:()Lcom/sun/glass/ui/Application;
            checkcast com.sun.glass.ui.monocle.MonocleApplication
         8: .line 62
            iconst_1
            invokevirtual com.sun.glass.ui.monocle.MonocleApplication.staticCursor_setVisible:(Z)V
        end local 2 // com.sun.glass.ui.monocle.NativeCursor cursor
         9: .line 64
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int type
        end local 0 // com.sun.glass.ui.monocle.MonocleCursor this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0    this  Lcom/sun/glass/ui/monocle/MonocleCursor;
            1   10     1    type  I
            6    9     2  cursor  Lcom/sun/glass/ui/monocle/NativeCursor;

  protected long _createCursor(int, int, com.sun.glass.ui.Pixels);
    descriptor: (IILcom/sun/glass/ui/Pixels;)J
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.sun.glass.ui.monocle.MonocleCursor this
        start local 1 // int x
        start local 2 // int y
        start local 3 // com.sun.glass.ui.Pixels pixels
         0: .line 68
            aload 0 /* this */
            iload 1 /* x */
            putfield com.sun.glass.ui.monocle.MonocleCursor.hotspotX:I
         1: .line 69
            aload 0 /* this */
            iload 2 /* y */
            putfield com.sun.glass.ui.monocle.MonocleCursor.hotspotY:I
         2: .line 70
            aload 0 /* this */
            aload 3 /* pixels */
            invokevirtual com.sun.glass.ui.Pixels.asByteBuffer:()Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.array:()[B
            putfield com.sun.glass.ui.monocle.MonocleCursor.image:[B
         3: .line 71
            lconst_1
            lreturn
        end local 3 // com.sun.glass.ui.Pixels pixels
        end local 2 // int y
        end local 1 // int x
        end local 0 // com.sun.glass.ui.monocle.MonocleCursor this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/sun/glass/ui/monocle/MonocleCursor;
            0    4     1       x  I
            0    4     2       y  I
            0    4     3  pixels  Lcom/sun/glass/ui/Pixels;
    MethodParameters:
        Name  Flags
      x       
      y       
      pixels  

  private static java.lang.String cursorResourceName(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // int cursorType
         0: .line 75
            iload 0 /* cursorType */
            tableswitch { // 2 - 19
                    2: 17
                    3: 2
                    4: 1
                    5: 5
                    6: 6
                    7: 8
                    8: 12
                    9: 15
                   10: 7
                   11: 9
                   12: 16
                   13: 3
                   14: 18
                   15: 14
                   16: 13
                   17: 11
                   18: 10
                   19: 4
              default: 19
          }
         1: .line 76
      StackMap locals:
      StackMap stack:
            ldc "ClosedHand"
            areturn
         2: .line 77
      StackMap locals:
      StackMap stack:
            ldc "Crosshair"
            areturn
         3: .line 78
      StackMap locals:
      StackMap stack:
            ldc "Disappear"
            areturn
         4: .line 79
      StackMap locals:
      StackMap stack:
            ldc "Move"
            areturn
         5: .line 80
      StackMap locals:
      StackMap stack:
            ldc "OpenHand"
            areturn
         6: .line 81
      StackMap locals:
      StackMap stack:
            ldc "PointingHand"
            areturn
         7: .line 82
      StackMap locals:
      StackMap stack:
            ldc "ResizeDown"
            areturn
         8: .line 83
      StackMap locals:
      StackMap stack:
            ldc "ResizeLeft"
            areturn
         9: .line 84
      StackMap locals:
      StackMap stack:
            ldc "ResizeLeftRight"
            areturn
        10: .line 85
      StackMap locals:
      StackMap stack:
            ldc "ResizeNorthEast"
            areturn
        11: .line 86
      StackMap locals:
      StackMap stack:
            ldc "ResizeNorthWest"
            areturn
        12: .line 87
      StackMap locals:
      StackMap stack:
            ldc "ResizeRight"
            areturn
        13: .line 88
      StackMap locals:
      StackMap stack:
            ldc "ResizeSouthEast"
            areturn
        14: .line 89
      StackMap locals:
      StackMap stack:
            ldc "ResizeSouthWest"
            areturn
        15: .line 90
      StackMap locals:
      StackMap stack:
            ldc "ResizeUp"
            areturn
        16: .line 91
      StackMap locals:
      StackMap stack:
            ldc "ResizeUpDown"
            areturn
        17: .line 92
      StackMap locals:
      StackMap stack:
            ldc "Text"
            areturn
        18: .line 93
      StackMap locals:
      StackMap stack:
            ldc "Wait"
            areturn
        19: .line 94
      StackMap locals:
      StackMap stack:
            ldc "Default"
            areturn
        end local 0 // int cursorType
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   20     0  cursorType  I
    MethodParameters:
            Name  Flags
      cursorType  

  private static byte[] getImage(int);
    descriptor: (I)[B
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=7, args_size=1
        start local 0 // int cursorType
         0: .line 99
            aconst_null
            astore 1 /* in */
        start local 1 // java.io.InputStream in
         1: .line 101
            ldc Lcom/sun/glass/ui/monocle/MonocleCursor;
         2: .line 102
            new java.lang.StringBuilder
            dup
            ldc "Cursor"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         3: .line 103
            iload 0 /* cursorType */
            invokestatic com.sun.glass.ui.monocle.MonocleCursor.cursorResourceName:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         4: .line 104
            ldc "Translucent.raw"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         5: .line 102
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         6: .line 101
            invokevirtual java.lang.Class.getResourceAsStream:(Ljava/lang/String;)Ljava/io/InputStream;
            astore 1 /* in */
         7: .line 105
            sipush 1024
            newarray 8
            astore 2 /* b */
        start local 2 // byte[] b
         8: .line 106
            iconst_0
            istore 3 /* bytesRead */
        start local 3 // int bytesRead
         9: .line 107
            goto 15
        10: .line 108
      StackMap locals: java.io.InputStream byte[] int
      StackMap stack:
            aload 1 /* in */
            aload 2 /* b */
            iload 3 /* bytesRead */
            sipush 1024
            iload 3 /* bytesRead */
            isub
            invokevirtual java.io.InputStream.read:([BII)I
            istore 4 /* read */
        start local 4 // int read
        11: .line 109
            iload 4 /* read */
            iflt 14
        12: .line 110
            iload 3 /* bytesRead */
            iload 4 /* read */
            iadd
            istore 3 /* bytesRead */
        13: .line 111
            goto 15
        14: .line 112
      StackMap locals: int
      StackMap stack:
            new java.io.IOException
            dup
            ldc "Incomplete cursor resource"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
        end local 4 // int read
        15: .line 107
      StackMap locals:
      StackMap stack:
            iload 3 /* bytesRead */
            sipush 1024
            if_icmplt 10
        16: .line 115
            aload 2 /* b */
            astore 6
        17: .line 120
            aload 1 /* in */
            ifnull 21
        18: .line 122
            aload 1 /* in */
            invokevirtual java.io.InputStream.close:()V
        19: .line 123
            goto 21
      StackMap locals: int java.io.InputStream byte[] int top top byte[]
      StackMap stack: java.io.IOException
        20: pop
        21: .line 115
      StackMap locals:
      StackMap stack:
            aload 6
            areturn
        end local 3 // int bytesRead
        end local 2 // byte[] b
        22: .line 116
      StackMap locals: int java.io.InputStream
      StackMap stack: java.io.IOException
            astore 2 /* e */
        start local 2 // java.io.IOException e
        23: .line 117
            aload 2 /* e */
            invokevirtual java.io.IOException.printStackTrace:()V
        24: .line 120
            aload 1 /* in */
            ifnull 28
        25: .line 122
            aload 1 /* in */
            invokevirtual java.io.InputStream.close:()V
        26: .line 123
            goto 28
      StackMap locals: int java.io.InputStream java.io.IOException
      StackMap stack: java.io.IOException
        27: pop
        28: .line 118
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 2 // java.io.IOException e
        29: .line 119
      StackMap locals: int java.io.InputStream
      StackMap stack: java.lang.Throwable
            astore 5
        30: .line 120
            aload 1 /* in */
            ifnull 34
        31: .line 122
            aload 1 /* in */
            invokevirtual java.io.InputStream.close:()V
        32: .line 123
            goto 34
      StackMap locals: int java.io.InputStream top top top java.lang.Throwable
      StackMap stack: java.io.IOException
        33: pop
        34: .line 125
      StackMap locals:
      StackMap stack:
            aload 5
            athrow
        end local 1 // java.io.InputStream in
        end local 0 // int cursorType
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   35     0  cursorType  I
            1   35     1          in  Ljava/io/InputStream;
            8   22     2           b  [B
            9   22     3   bytesRead  I
           11   15     4        read  I
           23   29     2           e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
          18    19      20  Class java.io.IOException
           1    17      22  Class java.io.IOException
          25    26      27  Class java.io.IOException
           1    17      29  any
          22    24      29  any
          31    32      33  Class java.io.IOException
    MethodParameters:
            Name  Flags
      cursorType  
}
SourceFile: "MonocleCursor.java"