class javax.swing.plaf.basic.BasicIconFactory$CheckBoxMenuItemIcon 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.basic.BasicIconFactory$CheckBoxMenuItemIcon
  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.basic.BasicIconFactory$CheckBoxMenuItemIcon this
         0: .line 157
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // javax.swing.plaf.basic.BasicIconFactory$CheckBoxMenuItemIcon this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/plaf/basic/BasicIconFactory$CheckBoxMenuItemIcon;

  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=8, args_size=5
        start local 0 // javax.swing.plaf.basic.BasicIconFactory$CheckBoxMenuItemIcon 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 160
            aload 1 /* c */
            checkcast javax.swing.AbstractButton
            astore 5 /* b */
        start local 5 // javax.swing.AbstractButton b
         1: .line 161
            aload 5 /* b */
            invokevirtual javax.swing.AbstractButton.getModel:()Ljavax/swing/ButtonModel;
            astore 6 /* model */
        start local 6 // javax.swing.ButtonModel model
         2: .line 162
            aload 6 /* model */
            invokeinterface javax.swing.ButtonModel.isSelected:()Z
            istore 7 /* isSelected */
        start local 7 // boolean isSelected
         3: .line 163
            iload 7 /* isSelected */
            ifeq 11
         4: .line 164
            aload 2 /* g */
            iload 3 /* x */
            bipush 7
            iadd
            iload 4 /* y */
            iconst_1
            iadd
            iload 3 /* x */
            bipush 7
            iadd
            iload 4 /* y */
            iconst_3
            iadd
            invokevirtual java.awt.Graphics.drawLine:(IIII)V
         5: .line 165
            aload 2 /* g */
            iload 3 /* x */
            bipush 6
            iadd
            iload 4 /* y */
            iconst_2
            iadd
            iload 3 /* x */
            bipush 6
            iadd
            iload 4 /* y */
            iconst_4
            iadd
            invokevirtual java.awt.Graphics.drawLine:(IIII)V
         6: .line 166
            aload 2 /* g */
            iload 3 /* x */
            iconst_5
            iadd
            iload 4 /* y */
            iconst_3
            iadd
            iload 3 /* x */
            iconst_5
            iadd
            iload 4 /* y */
            iconst_5
            iadd
            invokevirtual java.awt.Graphics.drawLine:(IIII)V
         7: .line 167
            aload 2 /* g */
            iload 3 /* x */
            iconst_4
            iadd
            iload 4 /* y */
            iconst_4
            iadd
            iload 3 /* x */
            iconst_4
            iadd
            iload 4 /* y */
            bipush 6
            iadd
            invokevirtual java.awt.Graphics.drawLine:(IIII)V
         8: .line 168
            aload 2 /* g */
            iload 3 /* x */
            iconst_3
            iadd
            iload 4 /* y */
            iconst_5
            iadd
            iload 3 /* x */
            iconst_3
            iadd
            iload 4 /* y */
            bipush 7
            iadd
            invokevirtual java.awt.Graphics.drawLine:(IIII)V
         9: .line 169
            aload 2 /* g */
            iload 3 /* x */
            iconst_2
            iadd
            iload 4 /* y */
            iconst_4
            iadd
            iload 3 /* x */
            iconst_2
            iadd
            iload 4 /* y */
            bipush 6
            iadd
            invokevirtual java.awt.Graphics.drawLine:(IIII)V
        10: .line 170
            aload 2 /* g */
            iload 3 /* x */
            iconst_1
            iadd
            iload 4 /* y */
            iconst_3
            iadd
            iload 3 /* x */
            iconst_1
            iadd
            iload 4 /* y */
            iconst_5
            iadd
            invokevirtual java.awt.Graphics.drawLine:(IIII)V
        11: .line 172
      StackMap locals: javax.swing.AbstractButton javax.swing.ButtonModel int
      StackMap stack:
            return
        end local 7 // boolean isSelected
        end local 6 // javax.swing.ButtonModel model
        end local 5 // javax.swing.AbstractButton 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.basic.BasicIconFactory$CheckBoxMenuItemIcon this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   12     0        this  Ljavax/swing/plaf/basic/BasicIconFactory$CheckBoxMenuItemIcon;
            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           b  Ljavax/swing/AbstractButton;
            2   12     6       model  Ljavax/swing/ButtonModel;
            3   12     7  isSelected  Z
    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.basic.BasicIconFactory$CheckBoxMenuItemIcon this
         0: .line 173
            bipush 9
            ireturn
        end local 0 // javax.swing.plaf.basic.BasicIconFactory$CheckBoxMenuItemIcon this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/plaf/basic/BasicIconFactory$CheckBoxMenuItemIcon;

  public int getIconHeight();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.swing.plaf.basic.BasicIconFactory$CheckBoxMenuItemIcon this
         0: .line 174
            bipush 9
            ireturn
        end local 0 // javax.swing.plaf.basic.BasicIconFactory$CheckBoxMenuItemIcon this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/plaf/basic/BasicIconFactory$CheckBoxMenuItemIcon;
}
SourceFile: "BasicIconFactory.java"
NestHost: javax.swing.plaf.basic.BasicIconFactory
InnerClasses:
  private CheckBoxMenuItemIcon = javax.swing.plaf.basic.BasicIconFactory$CheckBoxMenuItemIcon of javax.swing.plaf.basic.BasicIconFactory