class javax.swing.plaf.metal.MetalIconFactory$MenuArrowIcon implements javax.swing.Icon, javax.swing.plaf.UIResource, java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javax.swing.plaf.metal.MetalIconFactory$MenuArrowIcon
  super_class: java.lang.Object
{
  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.swing.plaf.metal.MetalIconFactory$MenuArrowIcon this
         0: .line 2016
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // javax.swing.plaf.metal.MetalIconFactory$MenuArrowIcon this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/plaf/metal/MetalIconFactory$MenuArrowIcon;

  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=4, locals=9, args_size=5
        start local 0 // javax.swing.plaf.metal.MetalIconFactory$MenuArrowIcon 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 2020
            aload 1 /* c */
            checkcast javax.swing.JMenuItem
            astore 5 /* b */
        start local 5 // javax.swing.JMenuItem b
         1: .line 2021
            aload 5 /* b */
            invokevirtual javax.swing.JMenuItem.getModel:()Ljavax/swing/ButtonModel;
            astore 6 /* model */
        start local 6 // javax.swing.ButtonModel model
         2: .line 2023
            aload 2 /* g */
            iload 3 /* x */
            iload 4 /* y */
            invokevirtual java.awt.Graphics.translate:(II)V
         3: .line 2025
            aload 6 /* model */
            invokeinterface javax.swing.ButtonModel.isEnabled:()Z
            ifne 6
         4: .line 2027
            aload 2 /* g */
            invokestatic javax.swing.plaf.metal.MetalLookAndFeel.getMenuDisabledForeground:()Ljavax/swing/plaf/ColorUIResource;
            invokevirtual java.awt.Graphics.setColor:(Ljava/awt/Color;)V
         5: .line 2028
            goto 10
         6: .line 2031
      StackMap locals: javax.swing.JMenuItem javax.swing.ButtonModel
      StackMap stack:
            aload 6 /* model */
            invokeinterface javax.swing.ButtonModel.isArmed:()Z
            ifne 7
            aload 1 /* c */
            instanceof javax.swing.JMenu
            ifeq 9
            aload 6 /* model */
            invokeinterface javax.swing.ButtonModel.isSelected:()Z
            ifeq 9
         7: .line 2033
      StackMap locals:
      StackMap stack:
            aload 2 /* g */
            invokestatic javax.swing.plaf.metal.MetalLookAndFeel.getMenuSelectedForeground:()Ljavax/swing/plaf/ColorUIResource;
            invokevirtual java.awt.Graphics.setColor:(Ljava/awt/Color;)V
         8: .line 2034
            goto 10
         9: .line 2037
      StackMap locals:
      StackMap stack:
            aload 2 /* g */
            aload 5 /* b */
            invokevirtual javax.swing.JMenuItem.getForeground:()Ljava/awt/Color;
            invokevirtual java.awt.Graphics.setColor:(Ljava/awt/Color;)V
        10: .line 2040
      StackMap locals:
      StackMap stack:
            aload 5 /* b */
            invokestatic javax.swing.plaf.metal.MetalUtils.isLeftToRight:(Ljava/awt/Component;)Z
            ifeq 16
        11: .line 2041
            iconst_4
            newarray 10
            dup
            iconst_1
            iconst_3
            iastore
            dup
            iconst_2
            iconst_3
            iastore
            astore 7 /* xPoints */
        start local 7 // int[] xPoints
        12: .line 2042
            iconst_4
            newarray 10
            dup
            iconst_1
            iconst_3
            iastore
            dup
            iconst_2
            iconst_4
            iastore
            dup
            iconst_3
            bipush 7
            iastore
            astore 8 /* yPoints */
        start local 8 // int[] yPoints
        13: .line 2043
            aload 2 /* g */
            aload 7 /* xPoints */
            aload 8 /* yPoints */
            iconst_4
            invokevirtual java.awt.Graphics.fillPolygon:([I[II)V
        14: .line 2044
            aload 2 /* g */
            aload 7 /* xPoints */
            aload 8 /* yPoints */
            iconst_4
            invokevirtual java.awt.Graphics.drawPolygon:([I[II)V
        end local 8 // int[] yPoints
        end local 7 // int[] xPoints
        15: .line 2046
            goto 20
        16: .line 2047
      StackMap locals:
      StackMap stack:
            iconst_4
            newarray 10
            dup
            iconst_0
            iconst_4
            iastore
            dup
            iconst_1
            iconst_4
            iastore
            dup
            iconst_2
            iconst_1
            iastore
            dup
            iconst_3
            iconst_1
            iastore
            astore 7 /* xPoints */
        start local 7 // int[] xPoints
        17: .line 2048
            iconst_4
            newarray 10
            dup
            iconst_1
            bipush 7
            iastore
            dup
            iconst_2
            iconst_4
            iastore
            dup
            iconst_3
            iconst_3
            iastore
            astore 8 /* yPoints */
        start local 8 // int[] yPoints
        18: .line 2049
            aload 2 /* g */
            aload 7 /* xPoints */
            aload 8 /* yPoints */
            iconst_4
            invokevirtual java.awt.Graphics.fillPolygon:([I[II)V
        19: .line 2050
            aload 2 /* g */
            aload 7 /* xPoints */
            aload 8 /* yPoints */
            iconst_4
            invokevirtual java.awt.Graphics.drawPolygon:([I[II)V
        end local 8 // int[] yPoints
        end local 7 // int[] xPoints
        20: .line 2053
      StackMap locals:
      StackMap stack:
            aload 2 /* g */
            iload 3 /* x */
            ineg
            iload 4 /* y */
            ineg
            invokevirtual java.awt.Graphics.translate:(II)V
        21: .line 2054
            return
        end local 6 // javax.swing.ButtonModel model
        end local 5 // javax.swing.JMenuItem b
        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 // javax.swing.plaf.metal.MetalIconFactory$MenuArrowIcon this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   22     0     this  Ljavax/swing/plaf/metal/MetalIconFactory$MenuArrowIcon;
            0   22     1        c  Ljava/awt/Component;
            0   22     2        g  Ljava/awt/Graphics;
            0   22     3        x  I
            0   22     4        y  I
            1   22     5        b  Ljavax/swing/JMenuItem;
            2   22     6    model  Ljavax/swing/ButtonModel;
           12   15     7  xPoints  [I
           13   15     8  yPoints  [I
           17   20     7  xPoints  [I
           18   20     8  yPoints  [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 // javax.swing.plaf.metal.MetalIconFactory$MenuArrowIcon this
         0: .line 2056
            getstatic javax.swing.plaf.metal.MetalIconFactory.menuArrowIconSize:Ljava/awt/Dimension;
            getfield java.awt.Dimension.width:I
            ireturn
        end local 0 // javax.swing.plaf.metal.MetalIconFactory$MenuArrowIcon this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/plaf/metal/MetalIconFactory$MenuArrowIcon;

  public int getIconHeight();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.swing.plaf.metal.MetalIconFactory$MenuArrowIcon this
         0: .line 2058
            getstatic javax.swing.plaf.metal.MetalIconFactory.menuArrowIconSize:Ljava/awt/Dimension;
            getfield java.awt.Dimension.height:I
            ireturn
        end local 0 // javax.swing.plaf.metal.MetalIconFactory$MenuArrowIcon this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/plaf/metal/MetalIconFactory$MenuArrowIcon;
}
SourceFile: "MetalIconFactory.java"
NestHost: javax.swing.plaf.metal.MetalIconFactory
InnerClasses:
  private MenuArrowIcon = javax.swing.plaf.metal.MetalIconFactory$MenuArrowIcon of javax.swing.plaf.metal.MetalIconFactory