class sun.lwawt.LWCheckboxPeer$CheckboxDelegate$1 extends javax.swing.JCheckBox
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.lwawt.LWCheckboxPeer$CheckboxDelegate$1
  super_class: javax.swing.JCheckBox
{
  final sun.lwawt.LWCheckboxPeer$CheckboxDelegate this$1;
    descriptor: Lsun/lwawt/LWCheckboxPeer$CheckboxDelegate;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(sun.lwawt.LWCheckboxPeer$CheckboxDelegate);
    descriptor: (Lsun/lwawt/LWCheckboxPeer$CheckboxDelegate;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.lwawt.LWCheckboxPeer$CheckboxDelegate$1 this
         0: .line 155
            aload 0 /* this */
            aload 1
            putfield sun.lwawt.LWCheckboxPeer$CheckboxDelegate$1.this$1:Lsun/lwawt/LWCheckboxPeer$CheckboxDelegate;
            aload 0 /* this */
            invokespecial javax.swing.JCheckBox.<init>:()V
            return
        end local 0 // sun.lwawt.LWCheckboxPeer$CheckboxDelegate$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/LWCheckboxPeer$CheckboxDelegate$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public boolean hasFocus();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.lwawt.LWCheckboxPeer$CheckboxDelegate$1 this
         0: .line 158
            aload 0 /* this */
            getfield sun.lwawt.LWCheckboxPeer$CheckboxDelegate$1.this$1:Lsun/lwawt/LWCheckboxPeer$CheckboxDelegate;
            invokestatic sun.lwawt.LWCheckboxPeer$CheckboxDelegate.access$0:(Lsun/lwawt/LWCheckboxPeer$CheckboxDelegate;)Lsun/lwawt/LWCheckboxPeer;
            invokevirtual sun.lwawt.LWCheckboxPeer.getTarget:()Ljava/awt/Component;
            checkcast java.awt.Checkbox
            invokevirtual java.awt.Checkbox.hasFocus:()Z
            ireturn
        end local 0 // sun.lwawt.LWCheckboxPeer$CheckboxDelegate$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/LWCheckboxPeer$CheckboxDelegate$1;
}
SourceFile: "LWCheckboxPeer.java"
EnclosingMethod: sun.lwawt.LWCheckboxPeer$CheckboxDelegate.<init>:(Lsun/lwawt/LWCheckboxPeer;)V
NestHost: sun.lwawt.LWCheckboxPeer
InnerClasses:
  final CheckboxDelegate = sun.lwawt.LWCheckboxPeer$CheckboxDelegate of sun.lwawt.LWCheckboxPeer
  sun.lwawt.LWCheckboxPeer$CheckboxDelegate$1