public class javax.swing.plaf.metal.MetalComboBoxIcon implements javax.swing.Icon, java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: javax.swing.plaf.metal.MetalComboBoxIcon
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.swing.plaf.metal.MetalComboBoxIcon this
         0: .line 44
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // javax.swing.plaf.metal.MetalComboBoxIcon this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/plaf/metal/MetalComboBoxIcon;

  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=6, locals=7, args_size=5
        start local 0 // javax.swing.plaf.metal.MetalComboBoxIcon 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 50
            aload 1 /* c */
            checkcast javax.swing.JComponent
            astore 5 /* component */
        start local 5 // javax.swing.JComponent component
         1: .line 51
            aload 0 /* this */
            invokevirtual javax.swing.plaf.metal.MetalComboBoxIcon.getIconWidth:()I
            istore 6 /* iconWidth */
        start local 6 // int iconWidth
         2: .line 53
            aload 2 /* g */
            iload 3 /* x */
            iload 4 /* y */
            invokevirtual java.awt.Graphics.translate:(II)V
         3: .line 55
            aload 2 /* g */
            aload 5 /* component */
            invokevirtual javax.swing.JComponent.isEnabled:()Z
            ifeq 5
         4: .line 56
            invokestatic javax.swing.plaf.metal.MetalLookAndFeel.getControlInfo:()Ljavax/swing/plaf/ColorUIResource;
            goto 6
         5: .line 57
      StackMap locals: javax.swing.plaf.metal.MetalComboBoxIcon java.awt.Component java.awt.Graphics int int javax.swing.JComponent int
      StackMap stack: java.awt.Graphics
            invokestatic javax.swing.plaf.metal.MetalLookAndFeel.getControlShadow:()Ljavax/swing/plaf/ColorUIResource;
         6: .line 55
      StackMap locals: javax.swing.plaf.metal.MetalComboBoxIcon java.awt.Component java.awt.Graphics int int javax.swing.JComponent int
      StackMap stack: java.awt.Graphics javax.swing.plaf.ColorUIResource
            invokevirtual java.awt.Graphics.setColor:(Ljava/awt/Color;)V
         7: .line 58
            aload 2 /* g */
            iconst_4
            newarray 10
            dup
            iconst_1
            iconst_5
            iastore
            dup
            iconst_2
            iload 6 /* iconWidth */
            iconst_5
            isub
            iastore
            dup
            iconst_3
            iload 6 /* iconWidth */
            iastore
         8: .line 59
            iconst_4
            newarray 10
            dup
            iconst_1
            iconst_5
            iastore
            dup
            iconst_2
            iconst_5
            iastore
            iconst_4
         9: .line 58
            invokevirtual java.awt.Graphics.fillPolygon:([I[II)V
        10: .line 60
            aload 2 /* g */
            iload 3 /* x */
            ineg
            iload 4 /* y */
            ineg
            invokevirtual java.awt.Graphics.translate:(II)V
        11: .line 61
            return
        end local 6 // int iconWidth
        end local 5 // javax.swing.JComponent component
        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.MetalComboBoxIcon this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   12     0       this  Ljavax/swing/plaf/metal/MetalComboBoxIcon;
            0   12     1          c  Ljava/awt/Component;
            0   12     2          g  Ljava/awt/Graphics;
            0   12     3          x  I
            0   12     4          y  I
            1   12     5  component  Ljavax/swing/JComponent;
            2   12     6  iconWidth  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.MetalComboBoxIcon this
         0: .line 66
            bipush 10
            ireturn
        end local 0 // javax.swing.plaf.metal.MetalComboBoxIcon this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/plaf/metal/MetalComboBoxIcon;

  public int getIconHeight();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.swing.plaf.metal.MetalComboBoxIcon this
         0: .line 71
            iconst_5
            ireturn
        end local 0 // javax.swing.plaf.metal.MetalComboBoxIcon this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/plaf/metal/MetalComboBoxIcon;
}
SourceFile: "MetalComboBoxIcon.java"