public abstract class com.apple.laf.AquaBorder implements javax.swing.border.Border, javax.swing.plaf.UIResource
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.apple.laf.AquaBorder
  super_class: java.lang.Object
{
  protected final com.apple.laf.AquaPainter<? extends apple.laf.JRSUIState> painter;
    descriptor: Lcom/apple/laf/AquaPainter;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Signature: Lcom/apple/laf/AquaPainter<+Lapple/laf/JRSUIState;>;

  protected final com.apple.laf.AquaUtilControlSize$SizeDescriptor sizeDescriptor;
    descriptor: Lcom/apple/laf/AquaUtilControlSize$SizeDescriptor;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected com.apple.laf.AquaUtilControlSize$SizeVariant sizeVariant;
    descriptor: Lcom/apple/laf/AquaUtilControlSize$SizeVariant;
    flags: (0x0004) ACC_PROTECTED

  protected void <init>(com.apple.laf.AquaUtilControlSize$SizeDescriptor);
    descriptor: (Lcom/apple/laf/AquaUtilControlSize$SizeDescriptor;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaBorder this
        start local 1 // com.apple.laf.AquaUtilControlSize$SizeDescriptor sizeDescriptor
         0: .line 45
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 46
            aload 0 /* this */
            aload 1 /* sizeDescriptor */
            putfield com.apple.laf.AquaBorder.sizeDescriptor:Lcom/apple/laf/AquaUtilControlSize$SizeDescriptor;
         2: .line 47
            aload 0 /* this */
            aload 1 /* sizeDescriptor */
            getstatic apple.laf.JRSUIConstants$Size.REGULAR:Lapple/laf/JRSUIConstants$Size;
            invokevirtual com.apple.laf.AquaUtilControlSize$SizeDescriptor.get:(Lapple/laf/JRSUIConstants$Size;)Lcom/apple/laf/AquaUtilControlSize$SizeVariant;
            putfield com.apple.laf.AquaBorder.sizeVariant:Lcom/apple/laf/AquaUtilControlSize$SizeVariant;
         3: .line 48
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaBorder.createPainter:()Lcom/apple/laf/AquaPainter;
            putfield com.apple.laf.AquaBorder.painter:Lcom/apple/laf/AquaPainter;
         4: .line 49
            return
        end local 1 // com.apple.laf.AquaUtilControlSize$SizeDescriptor sizeDescriptor
        end local 0 // com.apple.laf.AquaBorder this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    5     0            this  Lcom/apple/laf/AquaBorder;
            0    5     1  sizeDescriptor  Lcom/apple/laf/AquaUtilControlSize$SizeDescriptor;
    MethodParameters:
                Name  Flags
      sizeDescriptor  final

  protected com.apple.laf.AquaPainter<? extends apple.laf.JRSUIState> createPainter();
    descriptor: ()Lcom/apple/laf/AquaPainter;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.apple.laf.AquaBorder this
         0: .line 52
            invokestatic apple.laf.JRSUIState.getInstance:()Lapple/laf/JRSUIState;
            invokestatic com.apple.laf.AquaPainter.create:(Lapple/laf/JRSUIState;)Lcom/apple/laf/AquaPainter;
            astore 1 /* painter */
        start local 1 // com.apple.laf.AquaPainter painter
         1: .line 53
            aload 1 /* painter */
            getfield com.apple.laf.AquaPainter.state:Lapple/laf/JRSUIState;
            getstatic apple.laf.JRSUIConstants$AlignmentVertical.CENTER:Lapple/laf/JRSUIConstants$AlignmentVertical;
            invokevirtual apple.laf.JRSUIState.set:(Lapple/laf/JRSUIConstants$Property;)V
         2: .line 54
            aload 1 /* painter */
            getfield com.apple.laf.AquaPainter.state:Lapple/laf/JRSUIState;
            getstatic apple.laf.JRSUIConstants$AlignmentHorizontal.CENTER:Lapple/laf/JRSUIConstants$AlignmentHorizontal;
            invokevirtual apple.laf.JRSUIState.set:(Lapple/laf/JRSUIConstants$Property;)V
         3: .line 55
            aload 1 /* painter */
            areturn
        end local 1 // com.apple.laf.AquaPainter painter
        end local 0 // com.apple.laf.AquaBorder this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lcom/apple/laf/AquaBorder;
            1    4     1  painter  Lcom/apple/laf/AquaPainter<Lapple/laf/JRSUIState;>;
    Signature: ()Lcom/apple/laf/AquaPainter<+Lapple/laf/JRSUIState;>;

  protected void <init>(com.apple.laf.AquaBorder);
    descriptor: (Lcom/apple/laf/AquaBorder;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaBorder this
        start local 1 // com.apple.laf.AquaBorder other
         0: .line 58
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 59
            aload 0 /* this */
            aload 1 /* other */
            getfield com.apple.laf.AquaBorder.sizeDescriptor:Lcom/apple/laf/AquaUtilControlSize$SizeDescriptor;
            putfield com.apple.laf.AquaBorder.sizeDescriptor:Lcom/apple/laf/AquaUtilControlSize$SizeDescriptor;
         2: .line 60
            aload 0 /* this */
            aload 1 /* other */
            getfield com.apple.laf.AquaBorder.sizeVariant:Lcom/apple/laf/AquaUtilControlSize$SizeVariant;
            putfield com.apple.laf.AquaBorder.sizeVariant:Lcom/apple/laf/AquaUtilControlSize$SizeVariant;
         3: .line 61
            aload 0 /* this */
            aload 1 /* other */
            getfield com.apple.laf.AquaBorder.painter:Lcom/apple/laf/AquaPainter;
            getfield com.apple.laf.AquaPainter.state:Lapple/laf/JRSUIState;
            invokevirtual apple.laf.JRSUIState.derive:()Lapple/laf/JRSUIState;
            invokestatic com.apple.laf.AquaPainter.create:(Lapple/laf/JRSUIState;)Lcom/apple/laf/AquaPainter;
            putfield com.apple.laf.AquaBorder.painter:Lcom/apple/laf/AquaPainter;
         4: .line 62
            aload 0 /* this */
            getfield com.apple.laf.AquaBorder.painter:Lcom/apple/laf/AquaPainter;
            getfield com.apple.laf.AquaPainter.state:Lapple/laf/JRSUIState;
            getstatic apple.laf.JRSUIConstants$AlignmentVertical.CENTER:Lapple/laf/JRSUIConstants$AlignmentVertical;
            invokevirtual apple.laf.JRSUIState.set:(Lapple/laf/JRSUIConstants$Property;)V
         5: .line 63
            aload 0 /* this */
            getfield com.apple.laf.AquaBorder.painter:Lcom/apple/laf/AquaPainter;
            getfield com.apple.laf.AquaPainter.state:Lapple/laf/JRSUIState;
            getstatic apple.laf.JRSUIConstants$AlignmentHorizontal.CENTER:Lapple/laf/JRSUIConstants$AlignmentHorizontal;
            invokevirtual apple.laf.JRSUIState.set:(Lapple/laf/JRSUIConstants$Property;)V
         6: .line 64
            return
        end local 1 // com.apple.laf.AquaBorder other
        end local 0 // com.apple.laf.AquaBorder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lcom/apple/laf/AquaBorder;
            0    7     1  other  Lcom/apple/laf/AquaBorder;
    MethodParameters:
       Name  Flags
      other  final

  protected void setSize(apple.laf.JRSUIConstants$Size);
    descriptor: (Lapple/laf/JRSUIConstants$Size;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaBorder this
        start local 1 // apple.laf.JRSUIConstants$Size size
         0: .line 67
            aload 0 /* this */
            aload 0 /* this */
            getfield com.apple.laf.AquaBorder.sizeDescriptor:Lcom/apple/laf/AquaUtilControlSize$SizeDescriptor;
            aload 1 /* size */
            invokevirtual com.apple.laf.AquaUtilControlSize$SizeDescriptor.get:(Lapple/laf/JRSUIConstants$Size;)Lcom/apple/laf/AquaUtilControlSize$SizeVariant;
            putfield com.apple.laf.AquaBorder.sizeVariant:Lcom/apple/laf/AquaUtilControlSize$SizeVariant;
         1: .line 68
            aload 0 /* this */
            getfield com.apple.laf.AquaBorder.painter:Lcom/apple/laf/AquaPainter;
            getfield com.apple.laf.AquaPainter.state:Lapple/laf/JRSUIState;
            aload 1 /* size */
            invokevirtual apple.laf.JRSUIState.set:(Lapple/laf/JRSUIConstants$Property;)V
         2: .line 69
            return
        end local 1 // apple.laf.JRSUIConstants$Size size
        end local 0 // com.apple.laf.AquaBorder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/apple/laf/AquaBorder;
            0    3     1  size  Lapple/laf/JRSUIConstants$Size;
    MethodParameters:
      Name  Flags
      size  final

  public java.awt.Insets getBorderInsets(java.awt.Component);
    descriptor: (Ljava/awt/Component;)Ljava/awt/Insets;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaBorder this
        start local 1 // java.awt.Component c
         0: .line 73
            aload 0 /* this */
            getfield com.apple.laf.AquaBorder.sizeVariant:Lcom/apple/laf/AquaUtilControlSize$SizeVariant;
            getfield com.apple.laf.AquaUtilControlSize$SizeVariant.margins:Ljava/awt/Insets;
            invokevirtual java.awt.Insets.clone:()Ljava/lang/Object;
            checkcast java.awt.Insets
            areturn
        end local 1 // java.awt.Component c
        end local 0 // com.apple.laf.AquaBorder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/laf/AquaBorder;
            0    1     1     c  Ljava/awt/Component;
    MethodParameters:
      Name  Flags
      c     final

  protected com.apple.laf.AquaBorder deriveBorderForSize(apple.laf.JRSUIConstants$Size);
    descriptor: (Lapple/laf/JRSUIConstants$Size;)Lcom/apple/laf/AquaBorder;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // com.apple.laf.AquaBorder this
        start local 1 // apple.laf.JRSUIConstants$Size size
         0: .line 78
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            astore 2 /* clazz */
        start local 2 // java.lang.Class clazz
         1: .line 79
            aload 2 /* clazz */
            iconst_1
            anewarray java.lang.Class
            dup
            iconst_0
            aload 2 /* clazz */
            aastore
            invokevirtual java.lang.Class.getConstructor:([Ljava/lang/Class;)Ljava/lang/reflect/Constructor;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            aastore
            invokevirtual java.lang.reflect.Constructor.newInstance:([Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.apple.laf.AquaBorder
            astore 3 /* border */
        start local 3 // com.apple.laf.AquaBorder border
         2: .line 80
            aload 3 /* border */
            aload 1 /* size */
            invokevirtual com.apple.laf.AquaBorder.setSize:(Lapple/laf/JRSUIConstants$Size;)V
         3: .line 81
            aload 3 /* border */
         4: areturn
        end local 3 // com.apple.laf.AquaBorder border
        end local 2 // java.lang.Class clazz
         5: .line 82
      StackMap locals:
      StackMap stack: java.lang.Throwable
            pop
         6: .line 83
            aconst_null
            areturn
        end local 1 // apple.laf.JRSUIConstants$Size size
        end local 0 // com.apple.laf.AquaBorder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lcom/apple/laf/AquaBorder;
            0    7     1    size  Lapple/laf/JRSUIConstants$Size;
            1    5     2   clazz  Ljava/lang/Class<+Lcom/apple/laf/AquaBorder;>;
            2    5     3  border  Lcom/apple/laf/AquaBorder;
      Exception table:
        from    to  target  type
           0     4       5  Class java.lang.Throwable
    MethodParameters:
      Name  Flags
      size  final

  public static void repaintBorder(javax.swing.JComponent);
    descriptor: (Ljavax/swing/JComponent;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=6, args_size=1
        start local 0 // javax.swing.JComponent c
         0: .line 88
            aload 0 /* c */
            astore 1 /* borderedComponent */
        start local 1 // javax.swing.JComponent borderedComponent
         1: .line 89
            aload 0 /* c */
            invokevirtual javax.swing.JComponent.getBorder:()Ljavax/swing/border/Border;
            astore 2 /* border */
        start local 2 // javax.swing.border.Border border
         2: .line 90
            aload 2 /* border */
            ifnonnull 7
         3: .line 92
            aload 0 /* c */
            invokevirtual javax.swing.JComponent.getParent:()Ljava/awt/Container;
            astore 3 /* p */
        start local 3 // java.awt.Container p
         4: .line 93
            aload 3 /* p */
            instanceof javax.swing.JViewport
            ifeq 7
         5: .line 94
            aload 3 /* p */
            invokevirtual java.awt.Container.getParent:()Ljava/awt/Container;
            checkcast javax.swing.JComponent
            astore 1 /* borderedComponent */
         6: .line 95
            aload 1 /* borderedComponent */
            ifnull 7
            aload 1 /* borderedComponent */
            invokevirtual javax.swing.JComponent.getBorder:()Ljavax/swing/border/Border;
            astore 2 /* border */
        end local 3 // java.awt.Container p
         7: .line 102
      StackMap locals: javax.swing.JComponent javax.swing.border.Border
      StackMap stack:
            aload 2 /* border */
            ifnull 8
            aload 1 /* borderedComponent */
            ifnonnull 9
      StackMap locals:
      StackMap stack:
         8: return
         9: .line 104
      StackMap locals:
      StackMap stack:
            aload 1 /* borderedComponent */
            invokevirtual javax.swing.JComponent.getWidth:()I
            istore 3 /* width */
        start local 3 // int width
        10: .line 105
            aload 1 /* borderedComponent */
            invokevirtual javax.swing.JComponent.getHeight:()I
            istore 4 /* height */
        start local 4 // int height
        11: .line 106
            aload 1 /* borderedComponent */
            invokevirtual javax.swing.JComponent.getInsets:()Ljava/awt/Insets;
            astore 5 /* i */
        start local 5 // java.awt.Insets i
        12: .line 108
            aload 1 /* borderedComponent */
            iconst_0
            iconst_0
            iload 3 /* width */
            aload 5 /* i */
            getfield java.awt.Insets.top:I
            invokevirtual javax.swing.JComponent.repaint:(IIII)V
        13: .line 109
            aload 1 /* borderedComponent */
            iconst_0
            iconst_0
            aload 5 /* i */
            getfield java.awt.Insets.left:I
            iload 4 /* height */
            invokevirtual javax.swing.JComponent.repaint:(IIII)V
        14: .line 110
            aload 1 /* borderedComponent */
            iconst_0
            iload 4 /* height */
            aload 5 /* i */
            getfield java.awt.Insets.bottom:I
            isub
            iload 3 /* width */
            aload 5 /* i */
            getfield java.awt.Insets.bottom:I
            invokevirtual javax.swing.JComponent.repaint:(IIII)V
        15: .line 111
            aload 1 /* borderedComponent */
            iload 3 /* width */
            aload 5 /* i */
            getfield java.awt.Insets.right:I
            isub
            iconst_0
            aload 5 /* i */
            getfield java.awt.Insets.right:I
            iload 4 /* height */
            invokevirtual javax.swing.JComponent.repaint:(IIII)V
        16: .line 112
            return
        end local 5 // java.awt.Insets i
        end local 4 // int height
        end local 3 // int width
        end local 2 // javax.swing.border.Border border
        end local 1 // javax.swing.JComponent borderedComponent
        end local 0 // javax.swing.JComponent c
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   17     0                  c  Ljavax/swing/JComponent;
            1   17     1  borderedComponent  Ljavax/swing/JComponent;
            2   17     2             border  Ljavax/swing/border/Border;
            4    7     3                  p  Ljava/awt/Container;
           10   17     3              width  I
           11   17     4             height  I
           12   17     5                  i  Ljava/awt/Insets;
    MethodParameters:
      Name  Flags
      c     final

  protected boolean isFocused(java.awt.Component);
    descriptor: (Ljava/awt/Component;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=4, args_size=2
        start local 0 // com.apple.laf.AquaBorder this
        start local 1 // java.awt.Component c
         0: .line 117
            aload 1 /* c */
            astore 2 /* focusable */
        start local 2 // java.awt.Component focusable
         1: .line 119
            aload 1 /* c */
            instanceof javax.swing.JScrollPane
            ifeq 6
         2: .line 120
            aload 1 /* c */
            checkcast javax.swing.JScrollPane
            invokevirtual javax.swing.JScrollPane.getViewport:()Ljavax/swing/JViewport;
            astore 3 /* vp */
        start local 3 // javax.swing.JViewport vp
         3: .line 121
            aload 3 /* vp */
            ifnull 8
         4: .line 122
            aload 3 /* vp */
            invokevirtual javax.swing.JViewport.getView:()Ljava/awt/Component;
            astore 2 /* focusable */
         5: .line 124
            aload 2 /* focusable */
            instanceof javax.swing.text.JTextComponent
            ifeq 8
            iconst_0
            ireturn
        end local 3 // javax.swing.JViewport vp
         6: .line 126
      StackMap locals: java.awt.Component
      StackMap stack:
            aload 2 /* focusable */
            instanceof javax.swing.text.JTextComponent
            ifeq 8
         7: .line 128
            aload 2 /* focusable */
            checkcast javax.swing.text.JTextComponent
            invokevirtual javax.swing.text.JTextComponent.isEditable:()Z
            ifne 8
            iconst_0
            ireturn
         8: .line 131
      StackMap locals:
      StackMap stack:
            aload 2 /* focusable */
            ifnull 9
            aload 2 /* focusable */
            instanceof javax.swing.JComponent
            ifeq 9
            aload 2 /* focusable */
            checkcast javax.swing.JComponent
            invokevirtual javax.swing.JComponent.hasFocus:()Z
            ifeq 9
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         9: iconst_0
            ireturn
        end local 2 // java.awt.Component focusable
        end local 1 // java.awt.Component c
        end local 0 // com.apple.laf.AquaBorder this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   10     0       this  Lcom/apple/laf/AquaBorder;
            0   10     1          c  Ljava/awt/Component;
            1   10     2  focusable  Ljava/awt/Component;
            3    6     3         vp  Ljavax/swing/JViewport;
    MethodParameters:
      Name  Flags
      c     final

  public boolean isBorderOpaque();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaBorder this
         0: .line 135
            iconst_0
            ireturn
        end local 0 // com.apple.laf.AquaBorder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/laf/AquaBorder;

  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=7, args_size=7
        start local 0 // com.apple.laf.AquaBorder 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 139
            aload 0 /* this */
            getfield com.apple.laf.AquaBorder.painter:Lcom/apple/laf/AquaPainter;
            aload 2 /* g */
            aload 1 /* c */
            iload 3 /* x */
            iload 4 /* y */
            iload 5 /* w */
            iload 6 /* h */
            invokevirtual com.apple.laf.AquaPainter.paint:(Ljava/awt/Graphics;Ljava/awt/Component;IIII)V
         1: .line 140
            return
        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 // com.apple.laf.AquaBorder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/apple/laf/AquaBorder;
            0    2     1     c  Ljava/awt/Component;
            0    2     2     g  Ljava/awt/Graphics;
            0    2     3     x  I
            0    2     4     y  I
            0    2     5     w  I
            0    2     6     h  I
    MethodParameters:
      Name  Flags
      c     final
      g     final
      x     final
      y     final
      w     final
      h     final
}
SourceFile: "AquaBorder.java"
NestMembers:
  com.apple.laf.AquaBorder$Default
InnerClasses:
  public AlignmentHorizontal = apple.laf.JRSUIConstants$AlignmentHorizontal of apple.laf.JRSUIConstants
  public AlignmentVertical = apple.laf.JRSUIConstants$AlignmentVertical of apple.laf.JRSUIConstants
  public Size = apple.laf.JRSUIConstants$Size of apple.laf.JRSUIConstants
  Default = com.apple.laf.AquaBorder$Default of com.apple.laf.AquaBorder
  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