final class sun.lwawt.LWCheckboxPeer$CheckboxDelegate extends javax.swing.JComponent
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: sun.lwawt.LWCheckboxPeer$CheckboxDelegate
  super_class: javax.swing.JComponent
{
  private final javax.swing.JCheckBox cb;
    descriptor: Ljavax/swing/JCheckBox;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final javax.swing.JRadioButton rb;
    descriptor: Ljavax/swing/JRadioButton;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  final sun.lwawt.LWCheckboxPeer this$0;
    descriptor: Lsun/lwawt/LWCheckboxPeer;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(sun.lwawt.LWCheckboxPeer);
    descriptor: (Lsun/lwawt/LWCheckboxPeer;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // sun.lwawt.LWCheckboxPeer$CheckboxDelegate this
         0: .line 153
            aload 0 /* this */
            aload 1
            putfield sun.lwawt.LWCheckboxPeer$CheckboxDelegate.this$0:Lsun/lwawt/LWCheckboxPeer;
         1: .line 154
            aload 0 /* this */
            invokespecial javax.swing.JComponent.<init>:()V
         2: .line 155
            aload 0 /* this */
            new sun.lwawt.LWCheckboxPeer$CheckboxDelegate$1
            dup
            aload 0 /* this */
            invokespecial sun.lwawt.LWCheckboxPeer$CheckboxDelegate$1.<init>:(Lsun/lwawt/LWCheckboxPeer$CheckboxDelegate;)V
            putfield sun.lwawt.LWCheckboxPeer$CheckboxDelegate.cb:Ljavax/swing/JCheckBox;
         3: .line 161
            aload 0 /* this */
            new sun.lwawt.LWCheckboxPeer$CheckboxDelegate$2
            dup
            aload 0 /* this */
            invokespecial sun.lwawt.LWCheckboxPeer$CheckboxDelegate$2.<init>:(Lsun/lwawt/LWCheckboxPeer$CheckboxDelegate;)V
            putfield sun.lwawt.LWCheckboxPeer$CheckboxDelegate.rb:Ljavax/swing/JRadioButton;
         4: .line 167
            aload 0 /* this */
            aconst_null
            invokevirtual sun.lwawt.LWCheckboxPeer$CheckboxDelegate.setLayout:(Ljava/awt/LayoutManager;)V
         5: .line 168
            aload 0 /* this */
            iconst_0
            invokevirtual sun.lwawt.LWCheckboxPeer$CheckboxDelegate.setRadioButton:(Z)V
         6: .line 169
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.lwawt.LWCheckboxPeer$CheckboxDelegate.rb:Ljavax/swing/JRadioButton;
            invokevirtual sun.lwawt.LWCheckboxPeer$CheckboxDelegate.add:(Ljava/awt/Component;)Ljava/awt/Component;
            pop
         7: .line 170
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.lwawt.LWCheckboxPeer$CheckboxDelegate.cb:Ljavax/swing/JCheckBox;
            invokevirtual sun.lwawt.LWCheckboxPeer$CheckboxDelegate.add:(Ljava/awt/Component;)Ljava/awt/Component;
            pop
         8: .line 171
            return
        end local 0 // sun.lwawt.LWCheckboxPeer$CheckboxDelegate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lsun/lwawt/LWCheckboxPeer$CheckboxDelegate;
    MethodParameters:
        Name  Flags
      this$0  final

  public void setEnabled(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.lwawt.LWCheckboxPeer$CheckboxDelegate this
        start local 1 // boolean enabled
         0: .line 175
            aload 0 /* this */
            iload 1 /* enabled */
            invokespecial javax.swing.JComponent.setEnabled:(Z)V
         1: .line 176
            aload 0 /* this */
            getfield sun.lwawt.LWCheckboxPeer$CheckboxDelegate.rb:Ljavax/swing/JRadioButton;
            iload 1 /* enabled */
            invokevirtual javax.swing.JRadioButton.setEnabled:(Z)V
         2: .line 177
            aload 0 /* this */
            getfield sun.lwawt.LWCheckboxPeer$CheckboxDelegate.cb:Ljavax/swing/JCheckBox;
            iload 1 /* enabled */
            invokevirtual javax.swing.JCheckBox.setEnabled:(Z)V
         3: .line 178
            return
        end local 1 // boolean enabled
        end local 0 // sun.lwawt.LWCheckboxPeer$CheckboxDelegate this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lsun/lwawt/LWCheckboxPeer$CheckboxDelegate;
            0    4     1  enabled  Z
    MethodParameters:
         Name  Flags
      enabled  final

  public void setOpaque(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.lwawt.LWCheckboxPeer$CheckboxDelegate this
        start local 1 // boolean isOpaque
         0: .line 182
            aload 0 /* this */
            iload 1 /* isOpaque */
            invokespecial javax.swing.JComponent.setOpaque:(Z)V
         1: .line 183
            aload 0 /* this */
            getfield sun.lwawt.LWCheckboxPeer$CheckboxDelegate.rb:Ljavax/swing/JRadioButton;
            iload 1 /* isOpaque */
            invokevirtual javax.swing.JRadioButton.setOpaque:(Z)V
         2: .line 184
            aload 0 /* this */
            getfield sun.lwawt.LWCheckboxPeer$CheckboxDelegate.cb:Ljavax/swing/JCheckBox;
            iload 1 /* isOpaque */
            invokevirtual javax.swing.JCheckBox.setOpaque:(Z)V
         3: .line 185
            return
        end local 1 // boolean isOpaque
        end local 0 // sun.lwawt.LWCheckboxPeer$CheckboxDelegate this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lsun/lwawt/LWCheckboxPeer$CheckboxDelegate;
            0    4     1  isOpaque  Z
    MethodParameters:
          Name  Flags
      isOpaque  final

  public void reshape(int, int, int, int);
    descriptor: (IIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // sun.lwawt.LWCheckboxPeer$CheckboxDelegate this
        start local 1 // int x
        start local 2 // int y
        start local 3 // int w
        start local 4 // int h
         0: .line 191
            aload 0 /* this */
            iload 1 /* x */
            iload 2 /* y */
            iload 3 /* w */
            iload 4 /* h */
            invokespecial javax.swing.JComponent.reshape:(IIII)V
         1: .line 192
            aload 0 /* this */
            getfield sun.lwawt.LWCheckboxPeer$CheckboxDelegate.cb:Ljavax/swing/JCheckBox;
            iconst_0
            iconst_0
            iload 3 /* w */
            iload 4 /* h */
            invokevirtual javax.swing.JCheckBox.setBounds:(IIII)V
         2: .line 193
            aload 0 /* this */
            getfield sun.lwawt.LWCheckboxPeer$CheckboxDelegate.rb:Ljavax/swing/JRadioButton;
            iconst_0
            iconst_0
            iload 3 /* w */
            iload 4 /* h */
            invokevirtual javax.swing.JRadioButton.setBounds:(IIII)V
         3: .line 194
            return
        end local 4 // int h
        end local 3 // int w
        end local 2 // int y
        end local 1 // int x
        end local 0 // sun.lwawt.LWCheckboxPeer$CheckboxDelegate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/lwawt/LWCheckboxPeer$CheckboxDelegate;
            0    4     1     x  I
            0    4     2     y  I
            0    4     3     w  I
            0    4     4     h  I
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
      Name  Flags
      x     final
      y     final
      w     final
      h     final

  public java.awt.Dimension getPreferredSize();
    descriptor: ()Ljava/awt/Dimension;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.lwawt.LWCheckboxPeer$CheckboxDelegate this
         0: .line 198
            aload 0 /* this */
            invokevirtual sun.lwawt.LWCheckboxPeer$CheckboxDelegate.getCurrentButton:()Ljavax/swing/JToggleButton;
            invokevirtual javax.swing.JToggleButton.getPreferredSize:()Ljava/awt/Dimension;
            areturn
        end local 0 // sun.lwawt.LWCheckboxPeer$CheckboxDelegate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/LWCheckboxPeer$CheckboxDelegate;

  public java.awt.Dimension getMinimumSize();
    descriptor: ()Ljava/awt/Dimension;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.lwawt.LWCheckboxPeer$CheckboxDelegate this
         0: .line 204
            aload 0 /* this */
            invokevirtual sun.lwawt.LWCheckboxPeer$CheckboxDelegate.getCurrentButton:()Ljavax/swing/JToggleButton;
            invokevirtual javax.swing.JToggleButton.getMinimumSize:()Ljava/awt/Dimension;
            areturn
        end local 0 // sun.lwawt.LWCheckboxPeer$CheckboxDelegate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/LWCheckboxPeer$CheckboxDelegate;
    RuntimeVisibleAnnotations: 
      java.beans.Transient()

  void setRadioButton(boolean);
    descriptor: (Z)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.lwawt.LWCheckboxPeer$CheckboxDelegate this
        start local 1 // boolean showRadioButton
         0: .line 208
            aload 0 /* this */
            getfield sun.lwawt.LWCheckboxPeer$CheckboxDelegate.rb:Ljavax/swing/JRadioButton;
            iload 1 /* showRadioButton */
            invokevirtual javax.swing.JRadioButton.setVisible:(Z)V
         1: .line 209
            aload 0 /* this */
            getfield sun.lwawt.LWCheckboxPeer$CheckboxDelegate.cb:Ljavax/swing/JCheckBox;
            iload 1 /* showRadioButton */
            ifeq 2
            iconst_0
            goto 3
      StackMap locals:
      StackMap stack: javax.swing.JCheckBox
         2: iconst_1
      StackMap locals: sun.lwawt.LWCheckboxPeer$CheckboxDelegate int
      StackMap stack: javax.swing.JCheckBox int
         3: invokevirtual javax.swing.JCheckBox.setVisible:(Z)V
         4: .line 210
            return
        end local 1 // boolean showRadioButton
        end local 0 // sun.lwawt.LWCheckboxPeer$CheckboxDelegate this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    5     0             this  Lsun/lwawt/LWCheckboxPeer$CheckboxDelegate;
            0    5     1  showRadioButton  Z
    MethodParameters:
                 Name  Flags
      showRadioButton  final

  javax.swing.JToggleButton getCurrentButton();
    descriptor: ()Ljavax/swing/JToggleButton;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.lwawt.LWCheckboxPeer$CheckboxDelegate this
         0: .line 214
            aload 0 /* this */
            getfield sun.lwawt.LWCheckboxPeer$CheckboxDelegate.cb:Ljavax/swing/JCheckBox;
            invokevirtual javax.swing.JCheckBox.isVisible:()Z
            ifeq 1
            aload 0 /* this */
            getfield sun.lwawt.LWCheckboxPeer$CheckboxDelegate.cb:Ljavax/swing/JCheckBox;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield sun.lwawt.LWCheckboxPeer$CheckboxDelegate.rb:Ljavax/swing/JRadioButton;
      StackMap locals:
      StackMap stack: javax.swing.JToggleButton
         2: areturn
        end local 0 // sun.lwawt.LWCheckboxPeer$CheckboxDelegate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/lwawt/LWCheckboxPeer$CheckboxDelegate;
    RuntimeVisibleAnnotations: 
      java.beans.Transient()

  void setText(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.lwawt.LWCheckboxPeer$CheckboxDelegate this
        start local 1 // java.lang.String label
         0: .line 218
            aload 0 /* this */
            getfield sun.lwawt.LWCheckboxPeer$CheckboxDelegate.cb:Ljavax/swing/JCheckBox;
            aload 1 /* label */
            invokevirtual javax.swing.JCheckBox.setText:(Ljava/lang/String;)V
         1: .line 219
            aload 0 /* this */
            getfield sun.lwawt.LWCheckboxPeer$CheckboxDelegate.rb:Ljavax/swing/JRadioButton;
            aload 1 /* label */
            invokevirtual javax.swing.JRadioButton.setText:(Ljava/lang/String;)V
         2: .line 220
            return
        end local 1 // java.lang.String label
        end local 0 // sun.lwawt.LWCheckboxPeer$CheckboxDelegate this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lsun/lwawt/LWCheckboxPeer$CheckboxDelegate;
            0    3     1  label  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      label  final

  void setSelected(boolean);
    descriptor: (Z)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.lwawt.LWCheckboxPeer$CheckboxDelegate this
        start local 1 // boolean state
         0: .line 223
            aload 0 /* this */
            getfield sun.lwawt.LWCheckboxPeer$CheckboxDelegate.cb:Ljavax/swing/JCheckBox;
            iload 1 /* state */
            invokevirtual javax.swing.JCheckBox.setSelected:(Z)V
         1: .line 224
            aload 0 /* this */
            getfield sun.lwawt.LWCheckboxPeer$CheckboxDelegate.rb:Ljavax/swing/JRadioButton;
            iload 1 /* state */
            invokevirtual javax.swing.JRadioButton.setSelected:(Z)V
         2: .line 225
            return
        end local 1 // boolean state
        end local 0 // sun.lwawt.LWCheckboxPeer$CheckboxDelegate this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lsun/lwawt/LWCheckboxPeer$CheckboxDelegate;
            0    3     1  state  Z
    MethodParameters:
       Name  Flags
      state  final

  static sun.lwawt.LWCheckboxPeer access$0(sun.lwawt.LWCheckboxPeer$CheckboxDelegate);
    descriptor: (Lsun/lwawt/LWCheckboxPeer$CheckboxDelegate;)Lsun/lwawt/LWCheckboxPeer;
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 148
            aload 0
            getfield sun.lwawt.LWCheckboxPeer$CheckboxDelegate.this$0:Lsun/lwawt/LWCheckboxPeer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "LWCheckboxPeer.java"
NestHost: sun.lwawt.LWCheckboxPeer
InnerClasses:
  final CheckboxDelegate = sun.lwawt.LWCheckboxPeer$CheckboxDelegate of sun.lwawt.LWCheckboxPeer
  sun.lwawt.LWCheckboxPeer$CheckboxDelegate$1
  sun.lwawt.LWCheckboxPeer$CheckboxDelegate$2