public class com.apple.laf.AquaButtonRadioUI$RadioButtonBorder extends com.apple.laf.AquaButtonLabeledUI$LabeledButtonBorder
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.apple.laf.AquaButtonRadioUI$RadioButtonBorder
  super_class: com.apple.laf.AquaButtonLabeledUI$LabeledButtonBorder
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaButtonRadioUI$RadioButtonBorder this
         0: .line 62
            aload 0 /* this */
            new com.apple.laf.AquaUtilControlSize$SizeDescriptor
            dup
            new com.apple.laf.AquaUtilControlSize$SizeVariant
            dup
            invokespecial com.apple.laf.AquaUtilControlSize$SizeVariant.<init>:()V
            ldc "RadioButton.margin"
            invokevirtual com.apple.laf.AquaUtilControlSize$SizeVariant.replaceMargins:(Ljava/lang/String;)Lcom/apple/laf/AquaUtilControlSize$SizeVariant;
            invokespecial com.apple.laf.AquaUtilControlSize$SizeDescriptor.<init>:(Lcom/apple/laf/AquaUtilControlSize$SizeVariant;)V
            invokespecial com.apple.laf.AquaButtonLabeledUI$LabeledButtonBorder.<init>:(Lcom/apple/laf/AquaUtilControlSize$SizeDescriptor;)V
         1: .line 63
            aload 0 /* this */
            getfield com.apple.laf.AquaButtonRadioUI$RadioButtonBorder.painter:Lcom/apple/laf/AquaPainter;
            getfield com.apple.laf.AquaPainter.state:Lapple/laf/JRSUIState;
            getstatic apple.laf.JRSUIConstants$Widget.BUTTON_RADIO:Lapple/laf/JRSUIConstants$Widget;
            invokevirtual apple.laf.JRSUIState.set:(Lapple/laf/JRSUIConstants$Property;)V
         2: .line 64
            return
        end local 0 // com.apple.laf.AquaButtonRadioUI$RadioButtonBorder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/apple/laf/AquaButtonRadioUI$RadioButtonBorder;

  public void <init>(com.apple.laf.AquaButtonRadioUI$RadioButtonBorder);
    descriptor: (Lcom/apple/laf/AquaButtonRadioUI$RadioButtonBorder;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaButtonRadioUI$RadioButtonBorder this
        start local 1 // com.apple.laf.AquaButtonRadioUI$RadioButtonBorder other
         0: .line 67
            aload 0 /* this */
            aload 1 /* other */
            invokespecial com.apple.laf.AquaButtonLabeledUI$LabeledButtonBorder.<init>:(Lcom/apple/laf/AquaButtonLabeledUI$LabeledButtonBorder;)V
         1: .line 68
            return
        end local 1 // com.apple.laf.AquaButtonRadioUI$RadioButtonBorder other
        end local 0 // com.apple.laf.AquaButtonRadioUI$RadioButtonBorder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/apple/laf/AquaButtonRadioUI$RadioButtonBorder;
            0    2     1  other  Lcom/apple/laf/AquaButtonRadioUI$RadioButtonBorder;
    MethodParameters:
       Name  Flags
      other  final
}
SourceFile: "AquaButtonRadioUI.java"
NestHost: com.apple.laf.AquaButtonRadioUI
InnerClasses:
  public Widget = apple.laf.JRSUIConstants$Widget of apple.laf.JRSUIConstants
  public abstract LabeledButtonBorder = com.apple.laf.AquaButtonLabeledUI$LabeledButtonBorder of com.apple.laf.AquaButtonLabeledUI
  public RadioButtonBorder = com.apple.laf.AquaButtonRadioUI$RadioButtonBorder of com.apple.laf.AquaButtonRadioUI
  public SizeDescriptor = com.apple.laf.AquaUtilControlSize$SizeDescriptor of com.apple.laf.AquaUtilControlSize
  public SizeVariant = com.apple.laf.AquaUtilControlSize$SizeVariant of com.apple.laf.AquaUtilControlSize
  Property = apple.laf.JRSUIConstants$Property of apple.laf.JRSUIConstants