class sun.lwawt.LWCheckboxPeer$1 implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.lwawt.LWCheckboxPeer$1
  super_class: java.lang.Object
{
  final sun.lwawt.LWCheckboxPeer this$0;
    descriptor: Lsun/lwawt/LWCheckboxPeer;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final java.awt.event.ItemEvent val$e;
    descriptor: Ljava/awt/event/ItemEvent;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(sun.lwawt.LWCheckboxPeer, java.awt.event.ItemEvent);
    descriptor: (Lsun/lwawt/LWCheckboxPeer;Ljava/awt/event/ItemEvent;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // sun.lwawt.LWCheckboxPeer$1 this
         0: .line 81
            aload 0 /* this */
            aload 1
            putfield sun.lwawt.LWCheckboxPeer$1.this$0:Lsun/lwawt/LWCheckboxPeer;
            aload 0 /* this */
            aload 2
            putfield sun.lwawt.LWCheckboxPeer$1.val$e:Ljava/awt/event/ItemEvent;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.lwawt.LWCheckboxPeer$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/LWCheckboxPeer$1;
    MethodParameters:
        Name  Flags
      this$0  final
      val$e   final

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=1
        start local 0 // sun.lwawt.LWCheckboxPeer$1 this
         0: .line 84
            iconst_1
            istore 1 /* postEvent */
        start local 1 // boolean postEvent
         1: .line 85
            aload 0 /* this */
            getfield sun.lwawt.LWCheckboxPeer$1.this$0:Lsun/lwawt/LWCheckboxPeer;
            invokevirtual sun.lwawt.LWCheckboxPeer.getTarget:()Ljava/awt/Component;
            checkcast java.awt.Checkbox
            invokevirtual java.awt.Checkbox.getCheckboxGroup:()Ljava/awt/CheckboxGroup;
            astore 2 /* group */
        start local 2 // java.awt.CheckboxGroup group
         2: .line 86
            aload 2 /* group */
            ifnull 13
         3: .line 87
            aload 0 /* this */
            getfield sun.lwawt.LWCheckboxPeer$1.val$e:Ljava/awt/event/ItemEvent;
            invokevirtual java.awt.event.ItemEvent.getStateChange:()I
            iconst_1
            if_icmpne 9
         4: .line 88
            aload 2 /* group */
            invokevirtual java.awt.CheckboxGroup.getSelectedCheckbox:()Ljava/awt/Checkbox;
            aload 0 /* this */
            getfield sun.lwawt.LWCheckboxPeer$1.this$0:Lsun/lwawt/LWCheckboxPeer;
            invokevirtual sun.lwawt.LWCheckboxPeer.getTarget:()Ljava/awt/Component;
            if_acmpeq 7
         5: .line 89
            aload 2 /* group */
            aload 0 /* this */
            getfield sun.lwawt.LWCheckboxPeer$1.this$0:Lsun/lwawt/LWCheckboxPeer;
            invokevirtual sun.lwawt.LWCheckboxPeer.getTarget:()Ljava/awt/Component;
            checkcast java.awt.Checkbox
            invokevirtual java.awt.CheckboxGroup.setSelectedCheckbox:(Ljava/awt/Checkbox;)V
         6: .line 90
            goto 17
         7: .line 91
      StackMap locals: int java.awt.CheckboxGroup
      StackMap stack:
            iconst_0
            istore 1 /* postEvent */
         8: .line 93
            goto 17
         9: .line 94
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 1 /* postEvent */
        10: .line 95
            aload 2 /* group */
            invokevirtual java.awt.CheckboxGroup.getSelectedCheckbox:()Ljava/awt/Checkbox;
            aload 0 /* this */
            getfield sun.lwawt.LWCheckboxPeer$1.this$0:Lsun/lwawt/LWCheckboxPeer;
            invokevirtual sun.lwawt.LWCheckboxPeer.getTarget:()Ljava/awt/Component;
            if_acmpne 17
        11: .line 98
            aload 0 /* this */
            getfield sun.lwawt.LWCheckboxPeer$1.this$0:Lsun/lwawt/LWCheckboxPeer;
            invokevirtual sun.lwawt.LWCheckboxPeer.getTarget:()Ljava/awt/Component;
            checkcast java.awt.Checkbox
            iconst_1
            invokevirtual java.awt.Checkbox.setState:(Z)V
        12: .line 101
            goto 17
        13: .line 102
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.lwawt.LWCheckboxPeer$1.this$0:Lsun/lwawt/LWCheckboxPeer;
            invokevirtual sun.lwawt.LWCheckboxPeer.getTarget:()Ljava/awt/Component;
            checkcast java.awt.Checkbox
            aload 0 /* this */
            getfield sun.lwawt.LWCheckboxPeer$1.val$e:Ljava/awt/event/ItemEvent;
            invokevirtual java.awt.event.ItemEvent.getStateChange:()I
        14: .line 103
            iconst_1
            if_icmpne 15
            iconst_1
            goto 16
      StackMap locals:
      StackMap stack: java.awt.Checkbox
        15: iconst_0
        16: .line 102
      StackMap locals: sun.lwawt.LWCheckboxPeer$1 int java.awt.CheckboxGroup
      StackMap stack: java.awt.Checkbox int
            invokevirtual java.awt.Checkbox.setState:(Z)V
        17: .line 105
      StackMap locals:
      StackMap stack:
            iload 1 /* postEvent */
            ifeq 23
        18: .line 106
            aload 0 /* this */
            getfield sun.lwawt.LWCheckboxPeer$1.this$0:Lsun/lwawt/LWCheckboxPeer;
            new java.awt.event.ItemEvent
            dup
            aload 0 /* this */
            getfield sun.lwawt.LWCheckboxPeer$1.this$0:Lsun/lwawt/LWCheckboxPeer;
            invokevirtual sun.lwawt.LWCheckboxPeer.getTarget:()Ljava/awt/Component;
            checkcast java.awt.ItemSelectable
        19: .line 107
            sipush 701
        20: .line 108
            aload 0 /* this */
            getfield sun.lwawt.LWCheckboxPeer$1.this$0:Lsun/lwawt/LWCheckboxPeer;
            invokevirtual sun.lwawt.LWCheckboxPeer.getTarget:()Ljava/awt/Component;
            checkcast java.awt.Checkbox
            invokevirtual java.awt.Checkbox.getLabel:()Ljava/lang/String;
        21: .line 109
            aload 0 /* this */
            getfield sun.lwawt.LWCheckboxPeer$1.val$e:Ljava/awt/event/ItemEvent;
            invokevirtual java.awt.event.ItemEvent.getStateChange:()I
            invokespecial java.awt.event.ItemEvent.<init>:(Ljava/awt/ItemSelectable;ILjava/lang/Object;I)V
        22: .line 106
            invokevirtual sun.lwawt.LWCheckboxPeer.postEvent:(Ljava/awt/AWTEvent;)V
        23: .line 111
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.awt.CheckboxGroup group
        end local 1 // boolean postEvent
        end local 0 // sun.lwawt.LWCheckboxPeer$1 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   24     0       this  Lsun/lwawt/LWCheckboxPeer$1;
            1   24     1  postEvent  Z
            2   24     2      group  Ljava/awt/CheckboxGroup;
}
SourceFile: "LWCheckboxPeer.java"
EnclosingMethod: sun.lwawt.LWCheckboxPeer.itemStateChanged:(Ljava/awt/event/ItemEvent;)V
NestHost: sun.lwawt.LWCheckboxPeer
InnerClasses:
  sun.lwawt.LWCheckboxPeer$1