public class com.apple.laf.AquaButtonBorder$Toggle extends com.apple.laf.AquaButtonBorder
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.apple.laf.AquaButtonBorder$Toggle
  super_class: com.apple.laf.AquaButtonBorder
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaButtonBorder$Toggle this
         0: .line 267
            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
            bipush 6
            bipush 6
            bipush 6
            bipush 6
            invokevirtual com.apple.laf.AquaUtilControlSize$SizeVariant.alterMargins:(IIII)Lcom/apple/laf/AquaUtilControlSize$SizeVariant;
            invokespecial com.apple.laf.AquaUtilControlSize$SizeDescriptor.<init>:(Lcom/apple/laf/AquaUtilControlSize$SizeVariant;)V
            invokespecial com.apple.laf.AquaButtonBorder.<init>:(Lcom/apple/laf/AquaUtilControlSize$SizeDescriptor;)V
         1: .line 268
            return
        end local 0 // com.apple.laf.AquaButtonBorder$Toggle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/apple/laf/AquaButtonBorder$Toggle;

  public void <init>(com.apple.laf.AquaButtonBorder$Toggle);
    descriptor: (Lcom/apple/laf/AquaButtonBorder$Toggle;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaButtonBorder$Toggle this
        start local 1 // com.apple.laf.AquaButtonBorder$Toggle other
         0: .line 271
            aload 0 /* this */
            aload 1 /* other */
            invokespecial com.apple.laf.AquaButtonBorder.<init>:(Lcom/apple/laf/AquaButtonBorder;)V
         1: .line 272
            return
        end local 1 // com.apple.laf.AquaButtonBorder$Toggle other
        end local 0 // com.apple.laf.AquaButtonBorder$Toggle this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/apple/laf/AquaButtonBorder$Toggle;
            0    2     1  other  Lcom/apple/laf/AquaButtonBorder$Toggle;
    MethodParameters:
       Name  Flags
      other  final

  protected void doButtonPaint(javax.swing.AbstractButton, javax.swing.ButtonModel, java.awt.Graphics, int, int, int, int);
    descriptor: (Ljavax/swing/AbstractButton;Ljavax/swing/ButtonModel;Ljava/awt/Graphics;IIII)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=9, locals=8, args_size=8
        start local 0 // com.apple.laf.AquaButtonBorder$Toggle this
        start local 1 // javax.swing.AbstractButton b
        start local 2 // javax.swing.ButtonModel model
        start local 3 // java.awt.Graphics g
        start local 4 // int x
        start local 5 // int y
        start local 6 // int width
        start local 7 // int height
         0: .line 275
            iload 7 /* height */
            bipush 23
            if_icmplt 1
            iload 6 /* width */
            bipush 16
            if_icmpge 4
         1: .line 276
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaButtonBorder$Toggle.painter:Lcom/apple/laf/AquaPainter;
            getfield com.apple.laf.AquaPainter.state:Lapple/laf/JRSUIState;
            getstatic apple.laf.JRSUIConstants$Widget.BUTTON_BEVEL:Lapple/laf/JRSUIConstants$Widget;
            invokevirtual apple.laf.JRSUIState.set:(Lapple/laf/JRSUIConstants$Property;)V
         2: .line 277
            aload 0 /* this */
            aload 1 /* b */
            aload 2 /* model */
            aload 3 /* g */
            iload 4 /* x */
            iload 5 /* y */
            iload 6 /* width */
            iload 7 /* height */
            invokespecial com.apple.laf.AquaButtonBorder.doButtonPaint:(Ljavax/swing/AbstractButton;Ljavax/swing/ButtonModel;Ljava/awt/Graphics;IIII)V
         3: .line 278
            return
         4: .line 281
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaButtonBorder$Toggle.painter:Lcom/apple/laf/AquaPainter;
            getfield com.apple.laf.AquaPainter.state:Lapple/laf/JRSUIState;
            getstatic apple.laf.JRSUIConstants$Widget.BUTTON_BEVEL_ROUND:Lapple/laf/JRSUIConstants$Widget;
            invokevirtual apple.laf.JRSUIState.set:(Lapple/laf/JRSUIConstants$Property;)V
         5: .line 282
            aload 0 /* this */
            aload 1 /* b */
            aload 2 /* model */
            aload 3 /* g */
            iload 4 /* x */
            iload 5 /* y */
            iconst_1
            iadd
            iload 6 /* width */
            iload 7 /* height */
            iconst_1
            isub
            invokespecial com.apple.laf.AquaButtonBorder.doButtonPaint:(Ljavax/swing/AbstractButton;Ljavax/swing/ButtonModel;Ljava/awt/Graphics;IIII)V
         6: .line 283
            return
        end local 7 // int height
        end local 6 // int width
        end local 5 // int y
        end local 4 // int x
        end local 3 // java.awt.Graphics g
        end local 2 // javax.swing.ButtonModel model
        end local 1 // javax.swing.AbstractButton b
        end local 0 // com.apple.laf.AquaButtonBorder$Toggle this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lcom/apple/laf/AquaButtonBorder$Toggle;
            0    7     1       b  Ljavax/swing/AbstractButton;
            0    7     2   model  Ljavax/swing/ButtonModel;
            0    7     3       g  Ljava/awt/Graphics;
            0    7     4       x  I
            0    7     5       y  I
            0    7     6   width  I
            0    7     7  height  I
    MethodParameters:
        Name  Flags
      b       final
      model   final
      g       final
      x       final
      y       final
      width   final
      height  final
}
SourceFile: "AquaButtonBorder.java"
NestHost: com.apple.laf.AquaButtonBorder
InnerClasses:
  public Widget = apple.laf.JRSUIConstants$Widget of apple.laf.JRSUIConstants
  public Toggle = com.apple.laf.AquaButtonBorder$Toggle of com.apple.laf.AquaButtonBorder
  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