class com.apple.laf.AquaTextFieldSearch$SearchFieldBorder$1 extends java.awt.BorderLayout
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.apple.laf.AquaTextFieldSearch$SearchFieldBorder$1
  super_class: java.awt.BorderLayout
{
  final com.apple.laf.AquaTextFieldSearch$SearchFieldBorder this$1;
    descriptor: Lcom/apple/laf/AquaTextFieldSearch$SearchFieldBorder;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.apple.laf.AquaTextFieldSearch$SearchFieldBorder, int, int);
    descriptor: (Lcom/apple/laf/AquaTextFieldSearch$SearchFieldBorder;II)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.apple.laf.AquaTextFieldSearch$SearchFieldBorder$1 this
        start local 2 // int $anonymous0
        start local 3 // int $anonymous1
         0: .line 331
            aload 0 /* this */
            aload 1
            putfield com.apple.laf.AquaTextFieldSearch$SearchFieldBorder$1.this$1:Lcom/apple/laf/AquaTextFieldSearch$SearchFieldBorder;
            aload 0 /* this */
            iload 2 /* $anonymous0 */
            iload 3 /* $anonymous1 */
            invokespecial java.awt.BorderLayout.<init>:(II)V
            return
        end local 3 // int $anonymous1
        end local 2 // int $anonymous0
        end local 0 // com.apple.laf.AquaTextFieldSearch$SearchFieldBorder$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lcom/apple/laf/AquaTextFieldSearch$SearchFieldBorder$1;
            0    1     2  $anonymous0  I
            0    1     3  $anonymous1  I
    MethodParameters:
             Name  Flags
      this$0       final
      $anonymous0  
      $anonymous1  

  public void layoutContainer(java.awt.Container);
    descriptor: (Ljava/awt/Container;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaTextFieldSearch$SearchFieldBorder$1 this
        start local 1 // java.awt.Container target
         0: .line 333
            aload 0 /* this */
            getfield com.apple.laf.AquaTextFieldSearch$SearchFieldBorder$1.this$1:Lcom/apple/laf/AquaTextFieldSearch$SearchFieldBorder;
            iconst_1
            putfield com.apple.laf.AquaTextFieldSearch$SearchFieldBorder.doingLayout:Z
         1: .line 334
            aload 0 /* this */
            aload 1 /* target */
            invokespecial java.awt.BorderLayout.layoutContainer:(Ljava/awt/Container;)V
         2: .line 335
            aload 0 /* this */
            getfield com.apple.laf.AquaTextFieldSearch$SearchFieldBorder$1.this$1:Lcom/apple/laf/AquaTextFieldSearch$SearchFieldBorder;
            iconst_0
            putfield com.apple.laf.AquaTextFieldSearch$SearchFieldBorder.doingLayout:Z
         3: .line 336
            return
        end local 1 // java.awt.Container target
        end local 0 // com.apple.laf.AquaTextFieldSearch$SearchFieldBorder$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/apple/laf/AquaTextFieldSearch$SearchFieldBorder$1;
            0    4     1  target  Ljava/awt/Container;
    MethodParameters:
        Name  Flags
      target  final
}
SourceFile: "AquaTextFieldSearch.java"
EnclosingMethod: com.apple.laf.AquaTextFieldSearch$SearchFieldBorder.getCustomLayout:()Ljava/awt/LayoutManager;
NestHost: com.apple.laf.AquaTextFieldSearch
InnerClasses:
  SearchFieldBorder = com.apple.laf.AquaTextFieldSearch$SearchFieldBorder of com.apple.laf.AquaTextFieldSearch
  com.apple.laf.AquaTextFieldSearch$SearchFieldBorder$1