class sun.tools.jconsole.BorderedComponent$ArrowIcon implements javax.swing.Icon
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.tools.jconsole.BorderedComponent$ArrowIcon
  super_class: java.lang.Object
{
  private int direction;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private javax.swing.JLabel textLabel;
    descriptor: Ljavax/swing/JLabel;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(int, javax.swing.JLabel);
    descriptor: (ILjavax/swing/JLabel;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // sun.tools.jconsole.BorderedComponent$ArrowIcon this
        start local 1 // int direction
        start local 2 // javax.swing.JLabel textLabel
         0: .line 219
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 220
            aload 0 /* this */
            iload 1 /* direction */
            putfield sun.tools.jconsole.BorderedComponent$ArrowIcon.direction:I
         2: .line 221
            aload 0 /* this */
            aload 2 /* textLabel */
            putfield sun.tools.jconsole.BorderedComponent$ArrowIcon.textLabel:Ljavax/swing/JLabel;
         3: .line 222
            return
        end local 2 // javax.swing.JLabel textLabel
        end local 1 // int direction
        end local 0 // sun.tools.jconsole.BorderedComponent$ArrowIcon this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lsun/tools/jconsole/BorderedComponent$ArrowIcon;
            0    4     1  direction  I
            0    4     2  textLabel  Ljavax/swing/JLabel;
    MethodParameters:
           Name  Flags
      direction  
      textLabel  

  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.tools.jconsole.BorderedComponent$ArrowIcon 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 225
            aload 0 /* this */
            invokevirtual sun.tools.jconsole.BorderedComponent$ArrowIcon.getIconWidth:()I
            istore 5 /* w */
        start local 5 // int w
         1: .line 226
            iload 5 /* w */
            istore 6 /* h */
        start local 6 // int h
         2: .line 227
            new java.awt.Polygon
            dup
            invokespecial java.awt.Polygon.<init>:()V
            astore 7 /* p */
        start local 7 // java.awt.Polygon p
         3: .line 228
            aload 0 /* this */
            getfield sun.tools.jconsole.BorderedComponent$ArrowIcon.direction:I
            tableswitch { // 3 - 5
                    3: 4
                    4: 11
                    5: 8
              default: 11
          }
         4: .line 230
      StackMap locals: int int java.awt.Polygon
      StackMap stack:
            aload 7 /* p */
            iload 3 /* x */
            iconst_2
            iadd
            iload 4 /* y */
            invokevirtual java.awt.Polygon.addPoint:(II)V
         5: .line 231
            aload 7 /* p */
            iload 3 /* x */
            iload 5 /* w */
            iadd
            iconst_2
            isub
            iload 4 /* y */
            iload 6 /* h */
            iconst_2
            idiv
            iadd
            invokevirtual java.awt.Polygon.addPoint:(II)V
         6: .line 232
            aload 7 /* p */
            iload 3 /* x */
            iconst_2
            iadd
            iload 4 /* y */
            iload 6 /* h */
            iadd
            iconst_1
            isub
            invokevirtual java.awt.Polygon.addPoint:(II)V
         7: .line 233
            goto 11
         8: .line 236
      StackMap locals:
      StackMap stack:
            aload 7 /* p */
            iload 3 /* x */
            iload 4 /* y */
            iconst_2
            iadd
            invokevirtual java.awt.Polygon.addPoint:(II)V
         9: .line 237
            aload 7 /* p */
            iload 3 /* x */
            iload 5 /* w */
            iconst_2
            idiv
            iadd
            iload 4 /* y */
            iload 6 /* h */
            iadd
            iconst_2
            isub
            invokevirtual java.awt.Polygon.addPoint:(II)V
        10: .line 238
            aload 7 /* p */
            iload 3 /* x */
            iload 5 /* w */
            iadd
            iconst_1
            isub
            iload 4 /* y */
            iconst_2
            iadd
            invokevirtual java.awt.Polygon.addPoint:(II)V
        11: .line 241
      StackMap locals:
      StackMap stack:
            aload 2 /* g */
            aload 7 /* p */
            invokevirtual java.awt.Graphics.fillPolygon:(Ljava/awt/Polygon;)V
        12: .line 242
            return
        end local 7 // java.awt.Polygon p
        end local 6 // int h
        end local 5 // int w
        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.tools.jconsole.BorderedComponent$ArrowIcon this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lsun/tools/jconsole/BorderedComponent$ArrowIcon;
            0   13     1     c  Ljava/awt/Component;
            0   13     2     g  Ljava/awt/Graphics;
            0   13     3     x  I
            0   13     4     y  I
            1   13     5     w  I
            2   13     6     h  I
            3   13     7     p  Ljava/awt/Polygon;
    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.tools.jconsole.BorderedComponent$ArrowIcon this
         0: .line 245
            aload 0 /* this */
            invokevirtual sun.tools.jconsole.BorderedComponent$ArrowIcon.getIconHeight:()I
            ireturn
        end local 0 // sun.tools.jconsole.BorderedComponent$ArrowIcon this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/tools/jconsole/BorderedComponent$ArrowIcon;

  public int getIconHeight();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // sun.tools.jconsole.BorderedComponent$ArrowIcon this
         0: .line 249
            aload 0 /* this */
            getfield sun.tools.jconsole.BorderedComponent$ArrowIcon.textLabel:Ljavax/swing/JLabel;
            invokevirtual javax.swing.JLabel.getGraphics:()Ljava/awt/Graphics;
            astore 1 /* g */
        start local 1 // java.awt.Graphics g
         1: .line 250
            aload 1 /* g */
            ifnull 6
         2: .line 251
            aload 1 /* g */
            aload 0 /* this */
            getfield sun.tools.jconsole.BorderedComponent$ArrowIcon.textLabel:Ljavax/swing/JLabel;
            invokevirtual javax.swing.JLabel.getFont:()Ljava/awt/Font;
            invokevirtual java.awt.Graphics.getFontMetrics:(Ljava/awt/Font;)Ljava/awt/FontMetrics;
            invokevirtual java.awt.FontMetrics.getAscent:()I
            bipush 6
            imul
            bipush 10
            idiv
            istore 2 /* h */
        start local 2 // int h
         3: .line 252
            iload 2 /* h */
            iconst_2
            irem
            ifne 5
         4: .line 253
            iinc 2 /* h */ 1
         5: .line 255
      StackMap locals: java.awt.Graphics int
      StackMap stack:
            iload 2 /* h */
            ireturn
        end local 2 // int h
         6: .line 257
      StackMap locals:
      StackMap stack:
            bipush 7
            ireturn
        end local 1 // java.awt.Graphics g
        end local 0 // sun.tools.jconsole.BorderedComponent$ArrowIcon this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/tools/jconsole/BorderedComponent$ArrowIcon;
            1    7     1     g  Ljava/awt/Graphics;
            3    6     2     h  I
}
SourceFile: "BorderedComponent.java"
NestHost: sun.tools.jconsole.BorderedComponent
InnerClasses:
  private ArrowIcon = sun.tools.jconsole.BorderedComponent$ArrowIcon of sun.tools.jconsole.BorderedComponent