public class javax.swing.plaf.metal.MetalBorders$ToggleButtonBorder extends javax.swing.plaf.metal.MetalBorders$ButtonBorder
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: javax.swing.plaf.metal.MetalBorders$ToggleButtonBorder
  super_class: javax.swing.plaf.metal.MetalBorders$ButtonBorder
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.swing.plaf.metal.MetalBorders$ToggleButtonBorder this
         0: .line 893
            aload 0 /* this */
            invokespecial javax.swing.plaf.metal.MetalBorders$ButtonBorder.<init>:()V
            return
        end local 0 // javax.swing.plaf.metal.MetalBorders$ToggleButtonBorder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/plaf/metal/MetalBorders$ToggleButtonBorder;

  public void paintBorder(java.awt.Component, java.awt.Graphics, int, int, int, int);
    descriptor: (Ljava/awt/Component;Ljava/awt/Graphics;IIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=9, args_size=7
        start local 0 // javax.swing.plaf.metal.MetalBorders$ToggleButtonBorder this
        start local 1 // java.awt.Component c
        start local 2 // java.awt.Graphics g
        start local 3 // int x
        start local 4 // int y
        start local 5 // int w
        start local 6 // int h
         0: .line 895
            aload 1 /* c */
            checkcast javax.swing.AbstractButton
            astore 7 /* button */
        start local 7 // javax.swing.AbstractButton button
         1: .line 896
            aload 7 /* button */
            invokevirtual javax.swing.AbstractButton.getModel:()Ljavax/swing/ButtonModel;
            astore 8 /* model */
        start local 8 // javax.swing.ButtonModel model
         2: .line 897
            invokestatic javax.swing.plaf.metal.MetalLookAndFeel.usingOcean:()Z
            ifeq 9
         3: .line 898
            aload 8 /* model */
            invokeinterface javax.swing.ButtonModel.isArmed:()Z
            ifne 4
            aload 7 /* button */
            invokevirtual javax.swing.AbstractButton.isEnabled:()Z
            ifne 6
         4: .line 899
      StackMap locals: javax.swing.AbstractButton javax.swing.ButtonModel
      StackMap stack:
            aload 0 /* this */
            aload 1 /* c */
            aload 2 /* g */
            iload 3 /* x */
            iload 4 /* y */
            iload 5 /* w */
            iload 6 /* h */
            invokespecial javax.swing.plaf.metal.MetalBorders$ButtonBorder.paintBorder:(Ljava/awt/Component;Ljava/awt/Graphics;IIII)V
         5: .line 900
            goto 8
         6: .line 902
      StackMap locals:
      StackMap stack:
            aload 2 /* g */
            invokestatic javax.swing.plaf.metal.MetalLookAndFeel.getControlDarkShadow:()Ljavax/swing/plaf/ColorUIResource;
            invokevirtual java.awt.Graphics.setColor:(Ljava/awt/Color;)V
         7: .line 903
            aload 2 /* g */
            iconst_0
            iconst_0
            iload 5 /* w */
            iconst_1
            isub
            iload 6 /* h */
            iconst_1
            isub
            invokevirtual java.awt.Graphics.drawRect:(IIII)V
         8: .line 905
      StackMap locals:
      StackMap stack:
            return
         9: .line 907
      StackMap locals:
      StackMap stack:
            aload 1 /* c */
            invokevirtual java.awt.Component.isEnabled:()Z
            ifne 12
        10: .line 908
            aload 2 /* g */
            iload 3 /* x */
            iload 4 /* y */
            iload 5 /* w */
            iconst_1
            isub
            iload 6 /* h */
            iconst_1
            isub
            invokestatic javax.swing.plaf.metal.MetalUtils.drawDisabledBorder:(Ljava/awt/Graphics;IIII)V
        11: .line 909
            goto 19
        12: .line 910
      StackMap locals:
      StackMap stack:
            aload 8 /* model */
            invokeinterface javax.swing.ButtonModel.isPressed:()Z
            ifeq 15
            aload 8 /* model */
            invokeinterface javax.swing.ButtonModel.isArmed:()Z
            ifeq 15
        13: .line 911
            aload 2 /* g */
            iload 3 /* x */
            iload 4 /* y */
            iload 5 /* w */
            iload 6 /* h */
            invokestatic javax.swing.plaf.metal.MetalUtils.drawPressed3DBorder:(Ljava/awt/Graphics;IIII)V
        14: .line 912
            goto 19
      StackMap locals:
      StackMap stack:
        15: aload 8 /* model */
            invokeinterface javax.swing.ButtonModel.isSelected:()Z
            ifeq 18
        16: .line 913
            aload 2 /* g */
            iload 3 /* x */
            iload 4 /* y */
            iload 5 /* w */
            iload 6 /* h */
            invokestatic javax.swing.plaf.metal.MetalUtils.drawDark3DBorder:(Ljava/awt/Graphics;IIII)V
        17: .line 914
            goto 19
        18: .line 915
      StackMap locals:
      StackMap stack:
            aload 2 /* g */
            iload 3 /* x */
            iload 4 /* y */
            iload 5 /* w */
            iload 6 /* h */
            invokestatic javax.swing.plaf.metal.MetalUtils.drawFlush3DBorder:(Ljava/awt/Graphics;IIII)V
        19: .line 918
      StackMap locals:
      StackMap stack:
            return
        end local 8 // javax.swing.ButtonModel model
        end local 7 // javax.swing.AbstractButton button
        end local 6 // int h
        end local 5 // int w
        end local 4 // int y
        end local 3 // int x
        end local 2 // java.awt.Graphics g
        end local 1 // java.awt.Component c
        end local 0 // javax.swing.plaf.metal.MetalBorders$ToggleButtonBorder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   20     0    this  Ljavax/swing/plaf/metal/MetalBorders$ToggleButtonBorder;
            0   20     1       c  Ljava/awt/Component;
            0   20     2       g  Ljava/awt/Graphics;
            0   20     3       x  I
            0   20     4       y  I
            0   20     5       w  I
            0   20     6       h  I
            1   20     7  button  Ljavax/swing/AbstractButton;
            2   20     8   model  Ljavax/swing/ButtonModel;
    MethodParameters:
      Name  Flags
      c     
      g     
      x     
      y     
      w     
      h     
}
SourceFile: "MetalBorders.java"
NestHost: javax.swing.plaf.metal.MetalBorders
InnerClasses:
  public ButtonBorder = javax.swing.plaf.metal.MetalBorders$ButtonBorder of javax.swing.plaf.metal.MetalBorders
  public ToggleButtonBorder = javax.swing.plaf.metal.MetalBorders$ToggleButtonBorder of javax.swing.plaf.metal.MetalBorders