public class sun.swing.icon.SortArrowIcon implements javax.swing.Icon, javax.swing.plaf.UIResource, java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.swing.icon.SortArrowIcon
  super_class: java.lang.Object
{
  private static final int ARROW_HEIGHT;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 5

  private static final int X_PADDING;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 7

  private boolean ascending;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private java.awt.Color color;
    descriptor: Ljava/awt/Color;
    flags: (0x0002) ACC_PRIVATE

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

  public void <init>(boolean, java.awt.Color);
    descriptor: (ZLjava/awt/Color;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // sun.swing.icon.SortArrowIcon this
        start local 1 // boolean ascending
        start local 2 // java.awt.Color color
         0: .line 63
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 64
            aload 0 /* this */
            iload 1 /* ascending */
            putfield sun.swing.icon.SortArrowIcon.ascending:Z
         2: .line 65
            aload 0 /* this */
            aload 2 /* color */
            putfield sun.swing.icon.SortArrowIcon.color:Ljava/awt/Color;
         3: .line 66
            aload 2 /* color */
            ifnonnull 5
         4: .line 67
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
         5: .line 69
      StackMap locals: sun.swing.icon.SortArrowIcon int java.awt.Color
      StackMap stack:
            return
        end local 2 // java.awt.Color color
        end local 1 // boolean ascending
        end local 0 // sun.swing.icon.SortArrowIcon this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lsun/swing/icon/SortArrowIcon;
            0    6     1  ascending  Z
            0    6     2      color  Ljava/awt/Color;
    MethodParameters:
           Name  Flags
      ascending  
      color      

  public void <init>(boolean, java.lang.String);
    descriptor: (ZLjava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // sun.swing.icon.SortArrowIcon this
        start local 1 // boolean ascending
        start local 2 // java.lang.String colorKey
         0: .line 78
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 79
            aload 0 /* this */
            iload 1 /* ascending */
            putfield sun.swing.icon.SortArrowIcon.ascending:Z
         2: .line 80
            aload 0 /* this */
            aload 2 /* colorKey */
            putfield sun.swing.icon.SortArrowIcon.colorKey:Ljava/lang/String;
         3: .line 81
            aload 2 /* colorKey */
            ifnonnull 5
         4: .line 82
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
         5: .line 84
      StackMap locals: sun.swing.icon.SortArrowIcon int java.lang.String
      StackMap stack:
            return
        end local 2 // java.lang.String colorKey
        end local 1 // boolean ascending
        end local 0 // sun.swing.icon.SortArrowIcon this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lsun/swing/icon/SortArrowIcon;
            0    6     1  ascending  Z
            0    6     2   colorKey  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      ascending  
      colorKey   

  public void paintIcon(java.awt.Component, java.awt.Graphics, int, int);
    descriptor: (Ljava/awt/Component;Ljava/awt/Graphics;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=8, args_size=5
        start local 0 // sun.swing.icon.SortArrowIcon this
        start local 1 // java.awt.Component c
        start local 2 // java.awt.Graphics g
        start local 3 // int x
        start local 4 // int y
         0: .line 87
            aload 2 /* g */
            aload 0 /* this */
            invokevirtual sun.swing.icon.SortArrowIcon.getColor:()Ljava/awt/Color;
            invokevirtual java.awt.Graphics.setColor:(Ljava/awt/Color;)V
         1: .line 88
            bipush 7
            iload 3 /* x */
            iadd
            iconst_2
            iadd
            istore 5 /* startX */
        start local 5 // int startX
         2: .line 89
            aload 0 /* this */
            getfield sun.swing.icon.SortArrowIcon.ascending:Z
            ifeq 13
         3: .line 90
            iload 4 /* y */
            istore 6 /* startY */
        start local 6 // int startY
         4: .line 91
            aload 2 /* g */
            iload 5 /* startX */
            iload 6 /* startY */
            iconst_1
            iconst_1
            invokevirtual java.awt.Graphics.fillRect:(IIII)V
         5: .line 92
            iconst_1
            istore 7 /* line */
        start local 7 // int line
         6: goto 11
         7: .line 93
      StackMap locals: int int int
      StackMap stack:
            aload 2 /* g */
            iload 5 /* startX */
            iload 7 /* line */
            isub
            iload 6 /* startY */
            iload 7 /* line */
            iadd
         8: .line 94
            iload 7 /* line */
            iload 7 /* line */
            iadd
            iconst_1
            iadd
            iconst_1
         9: .line 93
            invokevirtual java.awt.Graphics.fillRect:(IIII)V
        10: .line 92
            iinc 7 /* line */ 1
      StackMap locals:
      StackMap stack:
        11: iload 7 /* line */
            iconst_5
            if_icmplt 7
        end local 7 // int line
        end local 6 // int startY
        12: .line 96
            goto 22
        13: .line 98
      StackMap locals:
      StackMap stack:
            iload 4 /* y */
            iconst_5
            iadd
            iconst_1
            isub
            istore 6 /* startY */
        start local 6 // int startY
        14: .line 99
            aload 2 /* g */
            iload 5 /* startX */
            iload 6 /* startY */
            iconst_1
            iconst_1
            invokevirtual java.awt.Graphics.fillRect:(IIII)V
        15: .line 100
            iconst_1
            istore 7 /* line */
        start local 7 // int line
        16: goto 21
        17: .line 101
      StackMap locals: int int
      StackMap stack:
            aload 2 /* g */
            iload 5 /* startX */
            iload 7 /* line */
            isub
            iload 6 /* startY */
            iload 7 /* line */
            isub
        18: .line 102
            iload 7 /* line */
            iload 7 /* line */
            iadd
            iconst_1
            iadd
            iconst_1
        19: .line 101
            invokevirtual java.awt.Graphics.fillRect:(IIII)V
        20: .line 100
            iinc 7 /* line */ 1
      StackMap locals:
      StackMap stack:
        21: iload 7 /* line */
            iconst_5
            if_icmplt 17
        end local 7 // int line
        end local 6 // int startY
        22: .line 105
      StackMap locals:
      StackMap stack:
            return
        end local 5 // int startX
        end local 4 // int y
        end local 3 // int x
        end local 2 // java.awt.Graphics g
        end local 1 // java.awt.Component c
        end local 0 // sun.swing.icon.SortArrowIcon this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   23     0    this  Lsun/swing/icon/SortArrowIcon;
            0   23     1       c  Ljava/awt/Component;
            0   23     2       g  Ljava/awt/Graphics;
            0   23     3       x  I
            0   23     4       y  I
            2   23     5  startX  I
            4   12     6  startY  I
            6   12     7    line  I
           14   22     6  startY  I
           16   22     7    line  I
    MethodParameters:
      Name  Flags
      c     
      g     
      x     
      y     

  public int getIconWidth();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.swing.icon.SortArrowIcon this
         0: .line 108
            bipush 17
            ireturn
        end local 0 // sun.swing.icon.SortArrowIcon this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/swing/icon/SortArrowIcon;

  public int getIconHeight();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.swing.icon.SortArrowIcon this
         0: .line 112
            bipush 7
            ireturn
        end local 0 // sun.swing.icon.SortArrowIcon this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/swing/icon/SortArrowIcon;

  private java.awt.Color getColor();
    descriptor: ()Ljava/awt/Color;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.swing.icon.SortArrowIcon this
         0: .line 116
            aload 0 /* this */
            getfield sun.swing.icon.SortArrowIcon.color:Ljava/awt/Color;
            ifnull 2
         1: .line 117
            aload 0 /* this */
            getfield sun.swing.icon.SortArrowIcon.color:Ljava/awt/Color;
            areturn
         2: .line 119
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.swing.icon.SortArrowIcon.colorKey:Ljava/lang/String;
            invokestatic javax.swing.UIManager.getColor:(Ljava/lang/Object;)Ljava/awt/Color;
            areturn
        end local 0 // sun.swing.icon.SortArrowIcon this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/swing/icon/SortArrowIcon;
}
SourceFile: "SortArrowIcon.java"