public class com.apple.laf.AquaTextFieldBorder extends com.apple.laf.AquaBorder
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.apple.laf.AquaTextFieldBorder
  super_class: com.apple.laf.AquaBorder
{
  protected static final com.apple.laf.AquaUtils$RecyclableSingleton<com.apple.laf.AquaTextFieldBorder> instance;
    descriptor: Lcom/apple/laf/AquaUtils$RecyclableSingleton;
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    Signature: Lcom/apple/laf/AquaUtils$RecyclableSingleton<Lcom/apple/laf/AquaTextFieldBorder;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 39
            new com.apple.laf.AquaUtils$RecyclableSingletonFromDefaultConstructor
            dup
            ldc Lcom/apple/laf/AquaTextFieldBorder;
            invokespecial com.apple.laf.AquaUtils$RecyclableSingletonFromDefaultConstructor.<init>:(Ljava/lang/Class;)V
            putstatic com.apple.laf.AquaTextFieldBorder.instance:Lcom/apple/laf/AquaUtils$RecyclableSingleton;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static com.apple.laf.AquaTextFieldBorder getTextFieldBorder();
    descriptor: ()Lcom/apple/laf/AquaTextFieldBorder;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 41
            getstatic com.apple.laf.AquaTextFieldBorder.instance:Lcom/apple/laf/AquaUtils$RecyclableSingleton;
            invokevirtual com.apple.laf.AquaUtils$RecyclableSingleton.get:()Ljava/lang/Object;
            checkcast com.apple.laf.AquaTextFieldBorder
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaTextFieldBorder this
         0: .line 45
            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 7
            bipush 6
            bipush 7
            invokevirtual com.apple.laf.AquaUtilControlSize$SizeVariant.alterMargins:(IIII)Lcom/apple/laf/AquaUtilControlSize$SizeVariant;
            iconst_3
            iconst_3
            iconst_3
            iconst_3
            invokevirtual com.apple.laf.AquaUtilControlSize$SizeVariant.alterInsets:(IIII)Lcom/apple/laf/AquaUtilControlSize$SizeVariant;
            invokespecial com.apple.laf.AquaUtilControlSize$SizeDescriptor.<init>:(Lcom/apple/laf/AquaUtilControlSize$SizeVariant;)V
            invokespecial com.apple.laf.AquaTextFieldBorder.<init>:(Lcom/apple/laf/AquaUtilControlSize$SizeDescriptor;)V
         1: .line 46
            aload 0 /* this */
            getfield com.apple.laf.AquaTextFieldBorder.painter:Lcom/apple/laf/AquaPainter;
            getfield com.apple.laf.AquaPainter.state:Lapple/laf/JRSUIState;
            getstatic apple.laf.JRSUIConstants$Widget.FRAME_TEXT_FIELD:Lapple/laf/JRSUIConstants$Widget;
            invokevirtual apple.laf.JRSUIState.set:(Lapple/laf/JRSUIConstants$Property;)V
         2: .line 47
            aload 0 /* this */
            getfield com.apple.laf.AquaTextFieldBorder.painter:Lcom/apple/laf/AquaPainter;
            getfield com.apple.laf.AquaPainter.state:Lapple/laf/JRSUIState;
            getstatic apple.laf.JRSUIConstants$FrameOnly.YES:Lapple/laf/JRSUIConstants$FrameOnly;
            invokevirtual apple.laf.JRSUIState.set:(Lapple/laf/JRSUIConstants$Property;)V
         3: .line 48
            aload 0 /* this */
            getfield com.apple.laf.AquaTextFieldBorder.painter:Lcom/apple/laf/AquaPainter;
            getfield com.apple.laf.AquaPainter.state:Lapple/laf/JRSUIState;
            getstatic apple.laf.JRSUIConstants$Size.LARGE:Lapple/laf/JRSUIConstants$Size;
            invokevirtual apple.laf.JRSUIState.set:(Lapple/laf/JRSUIConstants$Property;)V
         4: .line 49
            return
        end local 0 // com.apple.laf.AquaTextFieldBorder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/apple/laf/AquaTextFieldBorder;

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

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

  protected void setSize(apple.laf.JRSUIConstants$Size);
    descriptor: (Lapple/laf/JRSUIConstants$Size;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaTextFieldBorder this
        start local 1 // apple.laf.JRSUIConstants$Size size
         0: .line 60
            aload 0 /* this */
            aload 1 /* size */
            invokespecial com.apple.laf.AquaBorder.setSize:(Lapple/laf/JRSUIConstants$Size;)V
         1: .line 61
            aload 0 /* this */
            getfield com.apple.laf.AquaTextFieldBorder.painter:Lcom/apple/laf/AquaPainter;
            getfield com.apple.laf.AquaPainter.state:Lapple/laf/JRSUIState;
            getstatic apple.laf.JRSUIConstants$Size.LARGE:Lapple/laf/JRSUIConstants$Size;
            invokevirtual apple.laf.JRSUIState.set:(Lapple/laf/JRSUIConstants$Property;)V
         2: .line 62
            return
        end local 1 // apple.laf.JRSUIConstants$Size size
        end local 0 // com.apple.laf.AquaTextFieldBorder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/apple/laf/AquaTextFieldBorder;
            0    3     1  size  Lapple/laf/JRSUIConstants$Size;
    MethodParameters:
      Name  Flags
      size  final

  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=12, args_size=7
        start local 0 // com.apple.laf.AquaTextFieldBorder 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 width
        start local 6 // int height
         0: .line 68
            aload 1 /* c */
            instanceof javax.swing.text.JTextComponent
            ifne 5
         1: .line 69
            aload 0 /* this */
            getfield com.apple.laf.AquaTextFieldBorder.painter:Lcom/apple/laf/AquaPainter;
            getfield com.apple.laf.AquaPainter.state:Lapple/laf/JRSUIState;
            getstatic apple.laf.JRSUIConstants$State.ACTIVE:Lapple/laf/JRSUIConstants$State;
            invokevirtual apple.laf.JRSUIState.set:(Lapple/laf/JRSUIConstants$Property;)V
         2: .line 70
            aload 0 /* this */
            getfield com.apple.laf.AquaTextFieldBorder.painter:Lcom/apple/laf/AquaPainter;
            getfield com.apple.laf.AquaPainter.state:Lapple/laf/JRSUIState;
            getstatic apple.laf.JRSUIConstants$Focused.NO:Lapple/laf/JRSUIConstants$Focused;
            invokevirtual apple.laf.JRSUIState.set:(Lapple/laf/JRSUIConstants$Property;)V
         3: .line 71
            aload 0 /* this */
            getfield com.apple.laf.AquaTextFieldBorder.painter:Lcom/apple/laf/AquaPainter;
            aload 2 /* g */
            aload 1 /* c */
            iload 3 /* x */
            iload 4 /* y */
            iload 5 /* width */
            iload 6 /* height */
            invokevirtual com.apple.laf.AquaPainter.paint:(Ljava/awt/Graphics;Ljava/awt/Component;IIII)V
         4: .line 72
            return
         5: .line 75
      StackMap locals:
      StackMap stack:
            aload 1 /* c */
            checkcast javax.swing.text.JTextComponent
            astore 7 /* jc */
        start local 7 // javax.swing.text.JTextComponent jc
         6: .line 76
            aload 7 /* jc */
            invokestatic com.apple.laf.AquaTextFieldBorder.getStateFor:(Ljavax/swing/text/JTextComponent;)Lapple/laf/JRSUIConstants$State;
            astore 8 /* state */
        start local 8 // apple.laf.JRSUIConstants$State state
         7: .line 77
            aload 0 /* this */
            getfield com.apple.laf.AquaTextFieldBorder.painter:Lcom/apple/laf/AquaPainter;
            getfield com.apple.laf.AquaPainter.state:Lapple/laf/JRSUIState;
            aload 8 /* state */
            invokevirtual apple.laf.JRSUIState.set:(Lapple/laf/JRSUIConstants$Property;)V
         8: .line 78
            aload 0 /* this */
            getfield com.apple.laf.AquaTextFieldBorder.painter:Lcom/apple/laf/AquaPainter;
            getfield com.apple.laf.AquaPainter.state:Lapple/laf/JRSUIState;
            getstatic apple.laf.JRSUIConstants$State.ACTIVE:Lapple/laf/JRSUIConstants$State;
            aload 8 /* state */
            if_acmpne 9
            aload 7 /* jc */
            invokevirtual javax.swing.text.JTextComponent.hasFocus:()Z
            ifeq 9
            getstatic apple.laf.JRSUIConstants$Focused.YES:Lapple/laf/JRSUIConstants$Focused;
            goto 10
      StackMap locals: com.apple.laf.AquaTextFieldBorder java.awt.Component java.awt.Graphics int int int int javax.swing.text.JTextComponent apple.laf.JRSUIConstants$State
      StackMap stack: apple.laf.JRSUIState
         9: getstatic apple.laf.JRSUIConstants$Focused.NO:Lapple/laf/JRSUIConstants$Focused;
      StackMap locals: com.apple.laf.AquaTextFieldBorder java.awt.Component java.awt.Graphics int int int int javax.swing.text.JTextComponent apple.laf.JRSUIConstants$State
      StackMap stack: apple.laf.JRSUIState apple.laf.JRSUIConstants$Focused
        10: invokevirtual apple.laf.JRSUIState.set:(Lapple/laf/JRSUIConstants$Property;)V
        11: .line 80
            aload 7 /* jc */
            invokevirtual javax.swing.text.JTextComponent.isOpaque:()Z
            ifeq 14
        12: .line 81
            aload 0 /* this */
            getfield com.apple.laf.AquaTextFieldBorder.painter:Lcom/apple/laf/AquaPainter;
            aload 2 /* g */
            aload 1 /* c */
            iload 3 /* x */
            iload 4 /* y */
            iload 5 /* width */
            iload 6 /* height */
            invokevirtual com.apple.laf.AquaPainter.paint:(Ljava/awt/Graphics;Ljava/awt/Component;IIII)V
        13: .line 82
            return
        14: .line 85
      StackMap locals:
      StackMap stack:
            aload 7 /* jc */
            iload 6 /* height */
            invokestatic com.apple.laf.AquaTextFieldBorder.getShrinkageFor:(Ljavax/swing/text/JTextComponent;I)I
            istore 9 /* shrinkage */
        start local 9 // int shrinkage
        15: .line 86
            aload 0 /* this */
            iload 9 /* shrinkage */
            invokevirtual com.apple.laf.AquaTextFieldBorder.getSubInsets:(I)Ljava/awt/Insets;
            astore 10 /* subInsets */
        start local 10 // java.awt.Insets subInsets
        16: .line 87
            iload 3 /* x */
            aload 10 /* subInsets */
            getfield java.awt.Insets.left:I
            iadd
            istore 3 /* x */
        17: .line 88
            iload 4 /* y */
            aload 10 /* subInsets */
            getfield java.awt.Insets.top:I
            iadd
            istore 4 /* y */
        18: .line 89
            iload 5 /* width */
            aload 10 /* subInsets */
            getfield java.awt.Insets.left:I
            aload 10 /* subInsets */
            getfield java.awt.Insets.right:I
            iadd
            isub
            istore 5 /* width */
        19: .line 90
            iload 6 /* height */
            aload 10 /* subInsets */
            getfield java.awt.Insets.top:I
            aload 10 /* subInsets */
            getfield java.awt.Insets.bottom:I
            iadd
            isub
            istore 6 /* height */
        20: .line 92
            iload 9 /* shrinkage */
            ifle 25
        21: .line 93
            aload 2 /* g */
            invokevirtual java.awt.Graphics.getClipBounds:()Ljava/awt/Rectangle;
            astore 11 /* clipBounds */
        start local 11 // java.awt.Rectangle clipBounds
        22: .line 94
            aload 11 /* clipBounds */
            dup
            getfield java.awt.Rectangle.x:I
            iload 9 /* shrinkage */
            iadd
            putfield java.awt.Rectangle.x:I
        23: .line 95
            aload 11 /* clipBounds */
            dup
            getfield java.awt.Rectangle.width:I
            iload 9 /* shrinkage */
            iconst_2
            imul
            isub
            putfield java.awt.Rectangle.width:I
        24: .line 96
            aload 2 /* g */
            aload 11 /* clipBounds */
            invokevirtual java.awt.Graphics.setClip:(Ljava/awt/Shape;)V
        end local 11 // java.awt.Rectangle clipBounds
        25: .line 99
      StackMap locals: int java.awt.Insets
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaTextFieldBorder.painter:Lcom/apple/laf/AquaPainter;
            aload 2 /* g */
            aload 1 /* c */
            iload 3 /* x */
            iload 4 /* y */
            iload 5 /* width */
            iload 6 /* height */
            invokevirtual com.apple.laf.AquaPainter.paint:(Ljava/awt/Graphics;Ljava/awt/Component;IIII)V
        26: .line 102
            return
        end local 10 // java.awt.Insets subInsets
        end local 9 // int shrinkage
        end local 8 // apple.laf.JRSUIConstants$State state
        end local 7 // javax.swing.text.JTextComponent jc
        end local 6 // int height
        end local 5 // int width
        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.AquaTextFieldBorder this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   27     0        this  Lcom/apple/laf/AquaTextFieldBorder;
            0   27     1           c  Ljava/awt/Component;
            0   27     2           g  Ljava/awt/Graphics;
            0   27     3           x  I
            0   27     4           y  I
            0   27     5       width  I
            0   27     6      height  I
            6   27     7          jc  Ljavax/swing/text/JTextComponent;
            7   27     8       state  Lapple/laf/JRSUIConstants$State;
           15   27     9   shrinkage  I
           16   27    10   subInsets  Ljava/awt/Insets;
           22   25    11  clipBounds  Ljava/awt/Rectangle;
    MethodParameters:
        Name  Flags
      c       final
      g       final
      x       
      y       
      width   
      height  

  static int getShrinkageFor(javax.swing.text.JTextComponent, int);
    descriptor: (Ljavax/swing/text/JTextComponent;I)I
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // javax.swing.text.JTextComponent jc
        start local 1 // int height
         0: .line 105
            aload 0 /* jc */
            ifnonnull 1
            iconst_0
            ireturn
         1: .line 106
      StackMap locals:
      StackMap stack:
            aload 0 /* jc */
            invokevirtual javax.swing.text.JTextComponent.getUI:()Ljavax/swing/plaf/TextUI;
            astore 2 /* ui */
        start local 2 // javax.swing.plaf.TextUI ui
         2: .line 107
            aload 2 /* ui */
            ifnonnull 3
            iconst_0
            ireturn
         3: .line 108
      StackMap locals: javax.swing.plaf.TextUI
      StackMap stack:
            aload 2 /* ui */
            aload 0 /* jc */
            invokevirtual javax.swing.plaf.TextUI.getPreferredSize:(Ljavax/swing/JComponent;)Ljava/awt/Dimension;
            astore 3 /* size */
        start local 3 // java.awt.Dimension size
         4: .line 109
            aload 3 /* size */
            ifnonnull 5
            iconst_0
            ireturn
         5: .line 110
      StackMap locals: java.awt.Dimension
      StackMap stack:
            aload 3 /* size */
            getfield java.awt.Dimension.height:I
            iload 1 /* height */
            isub
            istore 4 /* shrinkage */
        start local 4 // int shrinkage
         6: .line 111
            iload 4 /* shrinkage */
            ifge 7
            iconst_0
            goto 9
      StackMap locals: int
      StackMap stack:
         7: iload 4 /* shrinkage */
            iconst_3
            if_icmple 8
            iconst_3
            goto 9
      StackMap locals:
      StackMap stack:
         8: iload 4 /* shrinkage */
      StackMap locals:
      StackMap stack: int
         9: ireturn
        end local 4 // int shrinkage
        end local 3 // java.awt.Dimension size
        end local 2 // javax.swing.plaf.TextUI ui
        end local 1 // int height
        end local 0 // javax.swing.text.JTextComponent jc
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   10     0         jc  Ljavax/swing/text/JTextComponent;
            0   10     1     height  I
            2   10     2         ui  Ljavax/swing/plaf/TextUI;
            4   10     3       size  Ljava/awt/Dimension;
            6   10     4  shrinkage  I
    MethodParameters:
        Name  Flags
      jc      final
      height  final

  protected java.awt.Insets getSubInsets(int);
    descriptor: (I)Ljava/awt/Insets;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // com.apple.laf.AquaTextFieldBorder this
        start local 1 // int shrinkage
         0: .line 116
            aload 0 /* this */
            getfield com.apple.laf.AquaTextFieldBorder.sizeVariant:Lcom/apple/laf/AquaUtilControlSize$SizeVariant;
            getfield com.apple.laf.AquaUtilControlSize$SizeVariant.insets:Ljava/awt/Insets;
            astore 2 /* insets */
        start local 2 // java.awt.Insets insets
         1: .line 118
            iload 1 /* shrinkage */
            ifle 3
         2: .line 119
            new javax.swing.plaf.InsetsUIResource
            dup
            aload 2 /* insets */
            getfield java.awt.Insets.top:I
            iload 1 /* shrinkage */
            isub
            aload 2 /* insets */
            getfield java.awt.Insets.left:I
            aload 2 /* insets */
            getfield java.awt.Insets.bottom:I
            iload 1 /* shrinkage */
            isub
            aload 2 /* insets */
            getfield java.awt.Insets.right:I
            invokespecial javax.swing.plaf.InsetsUIResource.<init>:(IIII)V
            areturn
         3: .line 122
      StackMap locals: java.awt.Insets
      StackMap stack:
            aload 2 /* insets */
            areturn
        end local 2 // java.awt.Insets insets
        end local 1 // int shrinkage
        end local 0 // com.apple.laf.AquaTextFieldBorder this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lcom/apple/laf/AquaTextFieldBorder;
            0    4     1  shrinkage  I
            1    4     2     insets  Ljava/awt/Insets;
    MethodParameters:
           Name  Flags
      shrinkage  final

  public java.awt.Insets getBorderInsets(java.awt.Component);
    descriptor: (Ljava/awt/Component;)Ljava/awt/Insets;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaTextFieldBorder this
        start local 1 // java.awt.Component c
         0: .line 126
            aload 1 /* c */
            instanceof javax.swing.text.JTextComponent
            ifeq 1
            aload 1 /* c */
            invokevirtual java.awt.Component.isOpaque:()Z
            ifeq 2
      StackMap locals:
      StackMap stack:
         1: new javax.swing.plaf.InsetsUIResource
            dup
            iconst_3
            bipush 7
            iconst_3
            bipush 7
            invokespecial javax.swing.plaf.InsetsUIResource.<init>:(IIII)V
            areturn
         2: .line 127
      StackMap locals:
      StackMap stack:
            new javax.swing.plaf.InsetsUIResource
            dup
            iconst_5
            iconst_5
            iconst_5
            iconst_5
            invokespecial javax.swing.plaf.InsetsUIResource.<init>:(IIII)V
            areturn
        end local 1 // java.awt.Component c
        end local 0 // com.apple.laf.AquaTextFieldBorder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/apple/laf/AquaTextFieldBorder;
            0    3     1     c  Ljava/awt/Component;
    MethodParameters:
      Name  Flags
      c     final

  protected static apple.laf.JRSUIConstants$State getStateFor(javax.swing.text.JTextComponent);
    descriptor: (Ljavax/swing/text/JTextComponent;)Lapple/laf/JRSUIConstants$State;
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.swing.text.JTextComponent jc
         0: .line 131
            aload 0 /* jc */
            invokestatic com.apple.laf.AquaFocusHandler.isActive:(Ljavax/swing/JComponent;)Z
            ifne 2
         1: .line 132
            getstatic apple.laf.JRSUIConstants$State.INACTIVE:Lapple/laf/JRSUIConstants$State;
            areturn
         2: .line 135
      StackMap locals:
      StackMap stack:
            aload 0 /* jc */
            invokevirtual javax.swing.text.JTextComponent.isEnabled:()Z
            ifne 4
         3: .line 136
            getstatic apple.laf.JRSUIConstants$State.DISABLED:Lapple/laf/JRSUIConstants$State;
            areturn
         4: .line 139
      StackMap locals:
      StackMap stack:
            aload 0 /* jc */
            invokevirtual javax.swing.text.JTextComponent.isEditable:()Z
            ifne 6
         5: .line 140
            getstatic apple.laf.JRSUIConstants$State.DISABLED:Lapple/laf/JRSUIConstants$State;
            areturn
         6: .line 143
      StackMap locals:
      StackMap stack:
            getstatic apple.laf.JRSUIConstants$State.ACTIVE:Lapple/laf/JRSUIConstants$State;
            areturn
        end local 0 // javax.swing.text.JTextComponent jc
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0    jc  Ljavax/swing/text/JTextComponent;
    MethodParameters:
      Name  Flags
      jc    final
}
SourceFile: "AquaTextFieldBorder.java"
InnerClasses:
  public Focused = apple.laf.JRSUIConstants$Focused of apple.laf.JRSUIConstants
  public FrameOnly = apple.laf.JRSUIConstants$FrameOnly of apple.laf.JRSUIConstants
  public Size = apple.laf.JRSUIConstants$Size of apple.laf.JRSUIConstants
  public State = apple.laf.JRSUIConstants$State of apple.laf.JRSUIConstants
  public Widget = apple.laf.JRSUIConstants$Widget of apple.laf.JRSUIConstants
  public SizeDescriptor = com.apple.laf.AquaUtilControlSize$SizeDescriptor of com.apple.laf.AquaUtilControlSize
  public SizeVariant = com.apple.laf.AquaUtilControlSize$SizeVariant of com.apple.laf.AquaUtilControlSize
  abstract RecyclableSingleton = com.apple.laf.AquaUtils$RecyclableSingleton of com.apple.laf.AquaUtils
  RecyclableSingletonFromDefaultConstructor = com.apple.laf.AquaUtils$RecyclableSingletonFromDefaultConstructor of com.apple.laf.AquaUtils
  Property = apple.laf.JRSUIConstants$Property of apple.laf.JRSUIConstants