class com.apple.laf.AquaTextFieldSearch$SearchFieldBorder extends com.apple.laf.AquaTextFieldBorder implements com.apple.laf.AquaUtils$JComponentPainter
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.apple.laf.AquaTextFieldSearch$SearchFieldBorder
  super_class: com.apple.laf.AquaTextFieldBorder
{
  protected boolean reallyPaintBorder;
    descriptor: Z
    flags: (0x0004) ACC_PROTECTED

  protected boolean doingLayout;
    descriptor: Z
    flags: (0x0004) ACC_PROTECTED

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaTextFieldSearch$SearchFieldBorder this
         0: .line 297
            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 31
            bipush 6
            bipush 24
            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 298
            aload 0 /* this */
            getfield com.apple.laf.AquaTextFieldSearch$SearchFieldBorder.painter:Lcom/apple/laf/AquaPainter;
            getfield com.apple.laf.AquaPainter.state:Lapple/laf/JRSUIState;
            getstatic apple.laf.JRSUIConstants$Widget.FRAME_TEXT_FIELD_ROUND:Lapple/laf/JRSUIConstants$Widget;
            invokevirtual apple.laf.JRSUIState.set:(Lapple/laf/JRSUIConstants$Property;)V
         2: .line 299
            return
        end local 0 // com.apple.laf.AquaTextFieldSearch$SearchFieldBorder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/apple/laf/AquaTextFieldSearch$SearchFieldBorder;

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

  public void paint(javax.swing.JComponent, java.awt.Graphics, int, int, int, int);
    descriptor: (Ljavax/swing/JComponent;Ljava/awt/Graphics;IIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=7, args_size=7
        start local 0 // com.apple.laf.AquaTextFieldSearch$SearchFieldBorder this
        start local 1 // javax.swing.JComponent 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 306
            aload 0 /* this */
            iconst_1
            putfield com.apple.laf.AquaTextFieldSearch$SearchFieldBorder.reallyPaintBorder:Z
         1: .line 307
            aload 0 /* this */
            aload 1 /* c */
            aload 2 /* g */
            iload 3 /* x */
            iload 4 /* y */
            iload 5 /* w */
            iload 6 /* h */
            invokevirtual com.apple.laf.AquaTextFieldSearch$SearchFieldBorder.paintBorder:(Ljava/awt/Component;Ljava/awt/Graphics;IIII)V
         2: .line 308
            aload 0 /* this */
            iconst_0
            putfield com.apple.laf.AquaTextFieldSearch$SearchFieldBorder.reallyPaintBorder:Z
         3: .line 309
            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 // javax.swing.JComponent c
        end local 0 // com.apple.laf.AquaTextFieldSearch$SearchFieldBorder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/apple/laf/AquaTextFieldSearch$SearchFieldBorder;
            0    4     1     c  Ljavax/swing/JComponent;
            0    4     2     g  Ljava/awt/Graphics;
            0    4     3     x  I
            0    4     4     y  I
            0    4     5     w  I
            0    4     6     h  I
    MethodParameters:
      Name  Flags
      c     final
      g     final
      x     final
      y     final
      w     final
      h     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=7, args_size=7
        start local 0 // com.apple.laf.AquaTextFieldSearch$SearchFieldBorder 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 313
            aload 0 /* this */
            getfield com.apple.laf.AquaTextFieldSearch$SearchFieldBorder.reallyPaintBorder:Z
            ifne 1
            return
         1: .line 314
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* c */
            aload 2 /* g */
            iload 3 /* x */
            iload 4 /* y */
            iload 6 /* height */
            iconst_2
            irem
            isub
            iload 5 /* width */
            iload 6 /* height */
            invokespecial com.apple.laf.AquaTextFieldBorder.paintBorder:(Ljava/awt/Component;Ljava/awt/Graphics;IIII)V
         2: .line 315
            return
        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.AquaTextFieldSearch$SearchFieldBorder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/apple/laf/AquaTextFieldSearch$SearchFieldBorder;
            0    3     1       c  Ljava/awt/Component;
            0    3     2       g  Ljava/awt/Graphics;
            0    3     3       x  I
            0    3     4       y  I
            0    3     5   width  I
            0    3     6  height  I
    MethodParameters:
        Name  Flags
      c       final
      g       final
      x       final
      y       final
      width   final
      height  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.AquaTextFieldSearch$SearchFieldBorder this
        start local 1 // java.awt.Component c
         0: .line 318
            aload 0 /* this */
            getfield com.apple.laf.AquaTextFieldSearch$SearchFieldBorder.doingLayout:Z
            ifeq 1
            new java.awt.Insets
            dup
            iconst_0
            iconst_0
            iconst_0
            iconst_0
            invokespecial java.awt.Insets.<init>:(IIII)V
            areturn
         1: .line 320
      StackMap locals:
      StackMap stack:
            aload 1 /* c */
            checkcast javax.swing.text.JTextComponent
            invokestatic com.apple.laf.AquaTextFieldSearch.hasPopupMenu:(Ljavax/swing/text/JTextComponent;)Z
            ifne 3
         2: .line 321
            new java.awt.Insets
            dup
            aload 0 /* this */
            getfield com.apple.laf.AquaTextFieldSearch$SearchFieldBorder.sizeVariant:Lcom/apple/laf/AquaUtilControlSize$SizeVariant;
            getfield com.apple.laf.AquaUtilControlSize$SizeVariant.margins:Ljava/awt/Insets;
            getfield java.awt.Insets.top:I
            aload 0 /* this */
            getfield com.apple.laf.AquaTextFieldSearch$SearchFieldBorder.sizeVariant:Lcom/apple/laf/AquaUtilControlSize$SizeVariant;
            getfield com.apple.laf.AquaUtilControlSize$SizeVariant.margins:Ljava/awt/Insets;
            getfield java.awt.Insets.left:I
            bipush 7
            isub
            aload 0 /* this */
            getfield com.apple.laf.AquaTextFieldSearch$SearchFieldBorder.sizeVariant:Lcom/apple/laf/AquaUtilControlSize$SizeVariant;
            getfield com.apple.laf.AquaUtilControlSize$SizeVariant.margins:Ljava/awt/Insets;
            getfield java.awt.Insets.bottom:I
            aload 0 /* this */
            getfield com.apple.laf.AquaTextFieldSearch$SearchFieldBorder.sizeVariant:Lcom/apple/laf/AquaUtilControlSize$SizeVariant;
            getfield com.apple.laf.AquaUtilControlSize$SizeVariant.margins:Ljava/awt/Insets;
            getfield java.awt.Insets.right:I
            invokespecial java.awt.Insets.<init>:(IIII)V
            areturn
         3: .line 324
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaTextFieldSearch$SearchFieldBorder.sizeVariant:Lcom/apple/laf/AquaUtilControlSize$SizeVariant;
            getfield com.apple.laf.AquaUtilControlSize$SizeVariant.margins:Ljava/awt/Insets;
            areturn
        end local 1 // java.awt.Component c
        end local 0 // com.apple.laf.AquaTextFieldSearch$SearchFieldBorder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/apple/laf/AquaTextFieldSearch$SearchFieldBorder;
            0    4     1     c  Ljava/awt/Component;
    MethodParameters:
      Name  Flags
      c     final

  protected java.awt.LayoutManager getCustomLayout();
    descriptor: ()Ljava/awt/LayoutManager;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaTextFieldSearch$SearchFieldBorder this
         0: .line 331
            new com.apple.laf.AquaTextFieldSearch$SearchFieldBorder$1
            dup
            aload 0 /* this */
            iconst_0
            iconst_0
            invokespecial com.apple.laf.AquaTextFieldSearch$SearchFieldBorder$1.<init>:(Lcom/apple/laf/AquaTextFieldSearch$SearchFieldBorder;II)V
            areturn
        end local 0 // com.apple.laf.AquaTextFieldSearch$SearchFieldBorder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/laf/AquaTextFieldSearch$SearchFieldBorder;
}
SourceFile: "AquaTextFieldSearch.java"
NestHost: com.apple.laf.AquaTextFieldSearch
InnerClasses:
  public Widget = apple.laf.JRSUIConstants$Widget of apple.laf.JRSUIConstants
  SearchFieldBorder = com.apple.laf.AquaTextFieldSearch$SearchFieldBorder of com.apple.laf.AquaTextFieldSearch
  com.apple.laf.AquaTextFieldSearch$SearchFieldBorder$1
  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 JComponentPainter = com.apple.laf.AquaUtils$JComponentPainter of com.apple.laf.AquaUtils
  Property = apple.laf.JRSUIConstants$Property of apple.laf.JRSUIConstants