class com.apple.laf.AquaTabbedPaneCopyFromBasicUI$TabContainer extends javax.swing.JPanel implements javax.swing.plaf.UIResource
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.apple.laf.AquaTabbedPaneCopyFromBasicUI$TabContainer
  super_class: javax.swing.JPanel
{
  private boolean notifyTabbedPane;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  final com.apple.laf.AquaTabbedPaneCopyFromBasicUI this$0;
    descriptor: Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(com.apple.laf.AquaTabbedPaneCopyFromBasicUI);
    descriptor: (Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI$TabContainer this
         0: .line 3591
            aload 0 /* this */
            aload 1
            putfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI$TabContainer.this$0:Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
         1: .line 3592
            aload 0 /* this */
            aconst_null
            invokespecial javax.swing.JPanel.<init>:(Ljava/awt/LayoutManager;)V
         2: .line 3589
            aload 0 /* this */
            iconst_1
            putfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI$TabContainer.notifyTabbedPane:Z
         3: .line 3593
            aload 0 /* this */
            iconst_0
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI$TabContainer.setOpaque:(Z)V
         4: .line 3594
            return
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI$TabContainer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI$TabContainer;
    MethodParameters:
        Name  Flags
      this$0  final

  public void remove(java.awt.Component);
    descriptor: (Ljava/awt/Component;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI$TabContainer this
        start local 1 // java.awt.Component comp
         0: .line 3597
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI$TabContainer.this$0:Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            aload 1 /* comp */
            invokevirtual javax.swing.JTabbedPane.indexOfTabComponent:(Ljava/awt/Component;)I
            istore 2 /* index */
        start local 2 // int index
         1: .line 3598
            aload 0 /* this */
            aload 1 /* comp */
            invokespecial javax.swing.JPanel.remove:(Ljava/awt/Component;)V
         2: .line 3599
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI$TabContainer.notifyTabbedPane:Z
            ifeq 4
            iload 2 /* index */
            iconst_m1
            if_icmpeq 4
         3: .line 3600
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI$TabContainer.this$0:Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            iload 2 /* index */
            aconst_null
            invokevirtual javax.swing.JTabbedPane.setTabComponentAt:(ILjava/awt/Component;)V
         4: .line 3602
      StackMap locals: int
      StackMap stack:
            return
        end local 2 // int index
        end local 1 // java.awt.Component comp
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI$TabContainer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI$TabContainer;
            0    5     1   comp  Ljava/awt/Component;
            1    5     2  index  I
    MethodParameters:
      Name  Flags
      comp  final

  private void removeUnusedTabComponents();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=6, args_size=1
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI$TabContainer this
         0: .line 3605
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI$TabContainer.getComponents:()[Ljava/awt/Component;
            dup
            astore 4
            arraylength
            istore 3
            iconst_0
            istore 2
            goto 7
      StackMap locals: com.apple.laf.AquaTabbedPaneCopyFromBasicUI$TabContainer top int int java.awt.Component[]
      StackMap stack:
         1: aload 4
            iload 2
            aaload
            astore 1 /* c */
        start local 1 // java.awt.Component c
         2: .line 3606
            aload 1 /* c */
            instanceof javax.swing.plaf.UIResource
            ifne 6
         3: .line 3607
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI$TabContainer.this$0:Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            aload 1 /* c */
            invokevirtual javax.swing.JTabbedPane.indexOfTabComponent:(Ljava/awt/Component;)I
            istore 5 /* index */
        start local 5 // int index
         4: .line 3608
            iload 5 /* index */
            iconst_m1
            if_icmpne 6
         5: .line 3609
            aload 0 /* this */
            aload 1 /* c */
            invokespecial javax.swing.JPanel.remove:(Ljava/awt/Component;)V
        end local 5 // int index
        end local 1 // java.awt.Component c
         6: .line 3605
      StackMap locals:
      StackMap stack:
            iinc 2 1
      StackMap locals:
      StackMap stack:
         7: iload 2
            iload 3
            if_icmplt 1
         8: .line 3613
            return
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI$TabContainer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI$TabContainer;
            2    6     1      c  Ljava/awt/Component;
            4    6     5  index  I

  public boolean isOptimizedDrawingEnabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI$TabContainer this
         0: .line 3616
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI$TabContainer.this$0:Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabScroller:Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI$ScrollableTabSupport;
            ifnull 1
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI$TabContainer.this$0:Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabScroller:Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI$ScrollableTabSupport;
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI$ScrollableTabSupport.croppedEdge:Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI$CroppedEdge;
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI$CroppedEdge.isParamsSet:()Z
            ifne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI$TabContainer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI$TabContainer;

  public void doLayout();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI$TabContainer this
         0: .line 3623
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI$TabContainer.this$0:Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.scrollableTabLayoutEnabled:()Z
            ifeq 4
         1: .line 3624
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI$TabContainer.this$0:Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabScroller:Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI$ScrollableTabSupport;
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI$ScrollableTabSupport.tabPanel:Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI$ScrollableTabPanel;
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI$ScrollableTabPanel.repaint:()V
         2: .line 3625
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI$TabContainer.this$0:Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabScroller:Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI$ScrollableTabSupport;
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI$ScrollableTabSupport.updateView:()V
         3: .line 3626
            goto 5
         4: .line 3627
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI$TabContainer.this$0:Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI$TabContainer.getBounds:()Ljava/awt/Rectangle;
            invokevirtual javax.swing.JTabbedPane.repaint:(Ljava/awt/Rectangle;)V
         5: .line 3629
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI$TabContainer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI$TabContainer;
}
SourceFile: "AquaTabbedPaneCopyFromBasicUI.java"
NestHost: com.apple.laf.AquaTabbedPaneCopyFromBasicUI
InnerClasses:
  private CroppedEdge = com.apple.laf.AquaTabbedPaneCopyFromBasicUI$CroppedEdge of com.apple.laf.AquaTabbedPaneCopyFromBasicUI
  private ScrollableTabPanel = com.apple.laf.AquaTabbedPaneCopyFromBasicUI$ScrollableTabPanel of com.apple.laf.AquaTabbedPaneCopyFromBasicUI
  private ScrollableTabSupport = com.apple.laf.AquaTabbedPaneCopyFromBasicUI$ScrollableTabSupport of com.apple.laf.AquaTabbedPaneCopyFromBasicUI
  private TabContainer = com.apple.laf.AquaTabbedPaneCopyFromBasicUI$TabContainer of com.apple.laf.AquaTabbedPaneCopyFromBasicUI