class com.apple.laf.AquaTabbedPaneTabState
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.apple.laf.AquaTabbedPaneTabState
  super_class: java.lang.Object
{
  static final int FIXED_SCROLL_TAB_LENGTH;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 27

  protected final java.awt.Rectangle leftScrollTabRect;
    descriptor: Ljava/awt/Rectangle;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final java.awt.Rectangle rightScrollTabRect;
    descriptor: Ljava/awt/Rectangle;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected int numberOfVisibleTabs;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected int[] visibleTabList;
    descriptor: [I
    flags: (0x0004) ACC_PROTECTED

  protected int lastLeftmostTab;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected int lastReturnAt;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  private boolean needsScrollers;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean hasMoreLeftTabs;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean hasMoreRightTabs;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private final com.apple.laf.AquaTabbedPaneUI pane;
    descriptor: Lcom/apple/laf/AquaTabbedPaneUI;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  protected void <init>(com.apple.laf.AquaTabbedPaneUI);
    descriptor: (Lcom/apple/laf/AquaTabbedPaneUI;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaTabbedPaneTabState this
        start local 1 // com.apple.laf.AquaTabbedPaneUI pane
         0: .line 49
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 35
            aload 0 /* this */
            new java.awt.Rectangle
            dup
            invokespecial java.awt.Rectangle.<init>:()V
            putfield com.apple.laf.AquaTabbedPaneTabState.leftScrollTabRect:Ljava/awt/Rectangle;
         2: .line 36
            aload 0 /* this */
            new java.awt.Rectangle
            dup
            invokespecial java.awt.Rectangle.<init>:()V
            putfield com.apple.laf.AquaTabbedPaneTabState.rightScrollTabRect:Ljava/awt/Rectangle;
         3: .line 38
            aload 0 /* this */
            iconst_0
            putfield com.apple.laf.AquaTabbedPaneTabState.numberOfVisibleTabs:I
         4: .line 39
            aload 0 /* this */
            bipush 10
            newarray 10
            putfield com.apple.laf.AquaTabbedPaneTabState.visibleTabList:[I
         5: .line 50
            aload 0 /* this */
            aload 1 /* pane */
            putfield com.apple.laf.AquaTabbedPaneTabState.pane:Lcom/apple/laf/AquaTabbedPaneUI;
         6: .line 51
            return
        end local 1 // com.apple.laf.AquaTabbedPaneUI pane
        end local 0 // com.apple.laf.AquaTabbedPaneTabState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/apple/laf/AquaTabbedPaneTabState;
            0    7     1  pane  Lcom/apple/laf/AquaTabbedPaneUI;
    MethodParameters:
      Name  Flags
      pane  final

  protected int getIndex(int);
    descriptor: (I)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaTabbedPaneTabState this
        start local 1 // int i
         0: .line 54
            iload 1 /* i */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneTabState.visibleTabList:[I
            arraylength
            if_icmplt 1
            ldc -2147483648
            ireturn
         1: .line 55
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneTabState.visibleTabList:[I
            iload 1 /* i */
            iaload
            ireturn
        end local 1 // int i
        end local 0 // com.apple.laf.AquaTabbedPaneTabState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/apple/laf/AquaTabbedPaneTabState;
            0    2     1     i  I
    MethodParameters:
      Name  Flags
      i     final

  protected void init(int);
    descriptor: (I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // com.apple.laf.AquaTabbedPaneTabState this
        start local 1 // int tabCount
         0: .line 59
            iload 1 /* tabCount */
            iconst_1
            if_icmpge 1
            aload 0 /* this */
            iconst_0
            putfield com.apple.laf.AquaTabbedPaneTabState.needsScrollers:Z
         1: .line 60
      StackMap locals:
      StackMap stack:
            iload 1 /* tabCount */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneTabState.visibleTabList:[I
            arraylength
            if_icmpne 2
            return
         2: .line 61
      StackMap locals:
      StackMap stack:
            iload 1 /* tabCount */
            newarray 10
            astore 2 /* tempVisibleTabs */
        start local 2 // int[] tempVisibleTabs
         3: .line 62
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneTabState.visibleTabList:[I
            iconst_0
            aload 2 /* tempVisibleTabs */
            iconst_0
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneTabState.visibleTabList:[I
            arraylength
            iload 1 /* tabCount */
            invokestatic java.lang.Math.min:(II)I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         4: .line 63
            aload 0 /* this */
            aload 2 /* tempVisibleTabs */
            putfield com.apple.laf.AquaTabbedPaneTabState.visibleTabList:[I
         5: .line 64
            return
        end local 2 // int[] tempVisibleTabs
        end local 1 // int tabCount
        end local 0 // com.apple.laf.AquaTabbedPaneTabState this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    6     0             this  Lcom/apple/laf/AquaTabbedPaneTabState;
            0    6     1         tabCount  I
            3    6     2  tempVisibleTabs  [I
    MethodParameters:
          Name  Flags
      tabCount  final

  int getTotal();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaTabbedPaneTabState this
         0: .line 67
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneTabState.numberOfVisibleTabs:I
            ireturn
        end local 0 // com.apple.laf.AquaTabbedPaneTabState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/laf/AquaTabbedPaneTabState;

  boolean needsScrollTabs();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaTabbedPaneTabState this
         0: .line 71
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneTabState.needsScrollers:Z
            ireturn
        end local 0 // com.apple.laf.AquaTabbedPaneTabState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/laf/AquaTabbedPaneTabState;

  void setNeedsScrollers(boolean);
    descriptor: (Z)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaTabbedPaneTabState this
        start local 1 // boolean needsScrollers
         0: .line 75
            aload 0 /* this */
            iload 1 /* needsScrollers */
            putfield com.apple.laf.AquaTabbedPaneTabState.needsScrollers:Z
         1: .line 76
            return
        end local 1 // boolean needsScrollers
        end local 0 // com.apple.laf.AquaTabbedPaneTabState this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lcom/apple/laf/AquaTabbedPaneTabState;
            0    2     1  needsScrollers  Z
    MethodParameters:
                Name  Flags
      needsScrollers  final

  boolean needsLeftScrollTab();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaTabbedPaneTabState this
         0: .line 79
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneTabState.hasMoreLeftTabs:Z
            ireturn
        end local 0 // com.apple.laf.AquaTabbedPaneTabState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/laf/AquaTabbedPaneTabState;

  boolean needsRightScrollTab();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaTabbedPaneTabState this
         0: .line 83
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneTabState.hasMoreRightTabs:Z
            ireturn
        end local 0 // com.apple.laf.AquaTabbedPaneTabState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/laf/AquaTabbedPaneTabState;

  java.awt.Rectangle getLeftScrollTabRect();
    descriptor: ()Ljava/awt/Rectangle;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaTabbedPaneTabState this
         0: .line 87
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneTabState.leftScrollTabRect:Ljava/awt/Rectangle;
            areturn
        end local 0 // com.apple.laf.AquaTabbedPaneTabState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/laf/AquaTabbedPaneTabState;

  java.awt.Rectangle getRightScrollTabRect();
    descriptor: ()Ljava/awt/Rectangle;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaTabbedPaneTabState this
         0: .line 91
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneTabState.rightScrollTabRect:Ljava/awt/Rectangle;
            areturn
        end local 0 // com.apple.laf.AquaTabbedPaneTabState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/laf/AquaTabbedPaneTabState;

  boolean isBefore(int);
    descriptor: (I)Z
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaTabbedPaneTabState this
        start local 1 // int i
         0: .line 95
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneTabState.numberOfVisibleTabs:I
            ifne 1
            iconst_1
            ireturn
         1: .line 96
      StackMap locals:
      StackMap stack:
            iload 1 /* i */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneTabState.visibleTabList:[I
            iconst_0
            iaload
            if_icmpge 2
            iconst_1
            ireturn
         2: .line 97
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // int i
        end local 0 // com.apple.laf.AquaTabbedPaneTabState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/apple/laf/AquaTabbedPaneTabState;
            0    3     1     i  I
    MethodParameters:
      Name  Flags
      i     final

  boolean isAfter(int);
    descriptor: (I)Z
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaTabbedPaneTabState this
        start local 1 // int i
         0: .line 101
            iload 1 /* i */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneTabState.visibleTabList:[I
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneTabState.numberOfVisibleTabs:I
            iconst_1
            isub
            iaload
            if_icmple 1
            iconst_1
            ireturn
         1: .line 102
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // int i
        end local 0 // com.apple.laf.AquaTabbedPaneTabState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/apple/laf/AquaTabbedPaneTabState;
            0    2     1     i  I
    MethodParameters:
      Name  Flags
      i     final

  private void addToEnd(int, int);
    descriptor: (II)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.apple.laf.AquaTabbedPaneTabState this
        start local 1 // int idToAdd
        start local 2 // int length
         0: .line 106
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneTabState.visibleTabList:[I
            iload 2 /* length */
            iload 1 /* idToAdd */
            iastore
         1: .line 107
            return
        end local 2 // int length
        end local 1 // int idToAdd
        end local 0 // com.apple.laf.AquaTabbedPaneTabState this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/apple/laf/AquaTabbedPaneTabState;
            0    2     1  idToAdd  I
            0    2     2   length  I
    MethodParameters:
         Name  Flags
      idToAdd  final
      length   final

  private void addToBeginning(int, int);
    descriptor: (II)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // com.apple.laf.AquaTabbedPaneTabState this
        start local 1 // int idToAdd
        start local 2 // int length
         0: .line 110
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneTabState.visibleTabList:[I
            iconst_0
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneTabState.visibleTabList:[I
            iconst_1
            iload 2 /* length */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         1: .line 111
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneTabState.visibleTabList:[I
            iconst_0
            iload 1 /* idToAdd */
            iastore
         2: .line 112
            return
        end local 2 // int length
        end local 1 // int idToAdd
        end local 0 // com.apple.laf.AquaTabbedPaneTabState this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/apple/laf/AquaTabbedPaneTabState;
            0    3     1  idToAdd  I
            0    3     2   length  I
    MethodParameters:
         Name  Flags
      idToAdd  final
      length   final

  void relayoutForScrolling(java.awt.Rectangle[], int, int, int, int, boolean, int, boolean);
    descriptor: ([Ljava/awt/Rectangle;IIIIZIZ)V
    flags: (0x0000) 
    Code:
      stack=4, locals=19, args_size=9
        start local 0 // com.apple.laf.AquaTabbedPaneTabState this
        start local 1 // java.awt.Rectangle[] rects
        start local 2 // int startX
        start local 3 // int startY
        start local 4 // int returnAt
        start local 5 // int selectedIndex
        start local 6 // boolean verticalTabRuns
        start local 7 // int tabCount
        start local 8 // boolean isLeftToRight
         0: .line 116
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneTabState.needsScrollers:Z
            ifne 4
         1: .line 117
            aload 0 /* this */
            iconst_0
            putfield com.apple.laf.AquaTabbedPaneTabState.hasMoreLeftTabs:Z
         2: .line 118
            aload 0 /* this */
            iconst_0
            putfield com.apple.laf.AquaTabbedPaneTabState.hasMoreRightTabs:Z
         3: .line 119
            return
         4: .line 128
      StackMap locals:
      StackMap stack:
            iload 6 /* verticalTabRuns */
            ifeq 8
         5: .line 129
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneTabState.rightScrollTabRect:Ljava/awt/Rectangle;
            bipush 27
            putfield java.awt.Rectangle.height:I
         6: .line 130
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneTabState.leftScrollTabRect:Ljava/awt/Rectangle;
            bipush 27
            putfield java.awt.Rectangle.height:I
         7: .line 131
            goto 10
         8: .line 132
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneTabState.rightScrollTabRect:Ljava/awt/Rectangle;
            bipush 27
            putfield java.awt.Rectangle.width:I
         9: .line 133
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneTabState.leftScrollTabRect:Ljava/awt/Rectangle;
            bipush 27
            putfield java.awt.Rectangle.width:I
        10: .line 152
      StackMap locals:
      StackMap stack:
            iload 4 /* returnAt */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneTabState.lastReturnAt:I
            if_icmpeq 11
            iconst_1
            goto 12
      StackMap locals:
      StackMap stack:
        11: iconst_0
      StackMap locals:
      StackMap stack: int
        12: istore 9 /* sizeChanged */
        start local 9 // boolean sizeChanged
        13: .line 154
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneTabState.pane:Lcom/apple/laf/AquaTabbedPaneUI;
            getfield com.apple.laf.AquaTabbedPaneUI.popupSelectionChanged:Z
            ifne 14
            iload 9 /* sizeChanged */
            ifeq 16
        14: .line 155
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneTabState.pane:Lcom/apple/laf/AquaTabbedPaneUI;
            iconst_0
            putfield com.apple.laf.AquaTabbedPaneUI.popupSelectionChanged:Z
        15: .line 156
            aload 0 /* this */
            iconst_m1
            putfield com.apple.laf.AquaTabbedPaneTabState.lastLeftmostTab:I
        16: .line 159
      StackMap locals:
      StackMap stack:
            iload 5 /* selectedIndex */
            istore 10 /* right */
        start local 10 // int right
        17: .line 160
            iload 5 /* selectedIndex */
            iconst_1
            isub
            istore 11 /* left */
        start local 11 // int left
        18: .line 164
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneTabState.lastLeftmostTab:I
            iflt 22
        19: .line 165
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneTabState.lastLeftmostTab:I
            istore 10 /* right */
        20: .line 166
            iconst_m1
            istore 11 /* left */
        21: .line 167
            goto 25
      StackMap locals: int int
      StackMap stack:
        22: iload 5 /* selectedIndex */
            ifge 25
        23: .line 169
            iconst_0
            istore 10 /* right */
        24: .line 170
            iconst_m1
            istore 11 /* left */
        25: .line 173
      StackMap locals:
      StackMap stack:
            iload 4 /* returnAt */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneTabState.pane:Lcom/apple/laf/AquaTabbedPaneUI;
            getfield com.apple.laf.AquaTabbedPaneUI.tabAreaInsets:Ljava/awt/Insets;
            getfield java.awt.Insets.right:I
            isub
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneTabState.pane:Lcom/apple/laf/AquaTabbedPaneUI;
            getfield com.apple.laf.AquaTabbedPaneUI.tabAreaInsets:Ljava/awt/Insets;
            getfield java.awt.Insets.left:I
            isub
            bipush 54
            isub
            istore 12 /* remainingSpace */
        start local 12 // int remainingSpace
        26: .line 174
            iconst_0
            istore 13 /* visibleCount */
        start local 13 // int visibleCount
        27: .line 176
            aload 1 /* rects */
            iload 10 /* right */
            aaload
            astore 14 /* firstRect */
        start local 14 // java.awt.Rectangle firstRect
        28: .line 177
            iload 6 /* verticalTabRuns */
            ifeq 29
            aload 14 /* firstRect */
            getfield java.awt.Rectangle.height:I
            goto 30
      StackMap locals: int int java.awt.Rectangle
      StackMap stack:
        29: aload 14 /* firstRect */
            getfield java.awt.Rectangle.width:I
      StackMap locals:
      StackMap stack: int
        30: iload 12 /* remainingSpace */
            if_icmple 38
        31: .line 179
            aload 0 /* this */
            iload 10 /* right */
            iload 13 /* visibleCount */
            invokevirtual com.apple.laf.AquaTabbedPaneTabState.addToEnd:(II)V
        32: .line 180
            iload 6 /* verticalTabRuns */
            ifeq 35
        33: .line 181
            aload 14 /* firstRect */
            iload 12 /* remainingSpace */
            putfield java.awt.Rectangle.height:I
        34: .line 182
            goto 36
        35: .line 183
      StackMap locals:
      StackMap stack:
            aload 14 /* firstRect */
            iload 12 /* remainingSpace */
            putfield java.awt.Rectangle.width:I
        36: .line 185
      StackMap locals:
      StackMap stack:
            iinc 13 /* visibleCount */ 1
        37: .line 186
            goto 72
        38: .line 187
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 15 /* rightDone */
        start local 15 // boolean rightDone
        39: .line 188
            iconst_0
            istore 16 /* leftDone */
        start local 16 // boolean leftDone
        40: .line 191
            goto 71
        41: .line 192
      StackMap locals: int int
      StackMap stack:
            iload 15 /* rightDone */
            ifne 55
            iload 10 /* right */
            iflt 55
            iload 10 /* right */
            iload 7 /* tabCount */
            if_icmpge 55
        42: .line 193
            aload 1 /* rects */
            iload 10 /* right */
            aaload
            astore 17 /* rightRect */
        start local 17 // java.awt.Rectangle rightRect
        43: .line 194
            iload 6 /* verticalTabRuns */
            ifeq 44
            aload 17 /* rightRect */
            getfield java.awt.Rectangle.height:I
            goto 45
      StackMap locals: java.awt.Rectangle
      StackMap stack:
        44: aload 17 /* rightRect */
            getfield java.awt.Rectangle.width:I
      StackMap locals:
      StackMap stack: int
        45: iload 12 /* remainingSpace */
            if_icmple 48
        46: .line 195
            iconst_1
            istore 15 /* rightDone */
        47: .line 196
            goto 56
        48: .line 197
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 10 /* right */
            iload 13 /* visibleCount */
            invokevirtual com.apple.laf.AquaTabbedPaneTabState.addToEnd:(II)V
        49: .line 198
            iinc 13 /* visibleCount */ 1
        50: .line 199
            iload 12 /* remainingSpace */
            iload 6 /* verticalTabRuns */
            ifeq 51
            aload 17 /* rightRect */
            getfield java.awt.Rectangle.height:I
            goto 52
      StackMap locals:
      StackMap stack: int
        51: aload 17 /* rightRect */
            getfield java.awt.Rectangle.width:I
      StackMap locals: com.apple.laf.AquaTabbedPaneTabState java.awt.Rectangle[] int int int int int int int int int int int int java.awt.Rectangle int int java.awt.Rectangle
      StackMap stack: int int
        52: isub
            istore 12 /* remainingSpace */
        53: .line 200
            iinc 10 /* right */ 1
        54: .line 201
            goto 71
        end local 17 // java.awt.Rectangle rightRect
        55: .line 204
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 15 /* rightDone */
        56: .line 207
      StackMap locals:
      StackMap stack:
            iload 16 /* leftDone */
            ifne 70
            iload 11 /* left */
            iflt 70
            iload 11 /* left */
            iload 7 /* tabCount */
            if_icmpge 70
        57: .line 208
            aload 1 /* rects */
            iload 11 /* left */
            aaload
            astore 17 /* leftRect */
        start local 17 // java.awt.Rectangle leftRect
        58: .line 209
            iload 6 /* verticalTabRuns */
            ifeq 59
            aload 17 /* leftRect */
            getfield java.awt.Rectangle.height:I
            goto 60
      StackMap locals: java.awt.Rectangle
      StackMap stack:
        59: aload 17 /* leftRect */
            getfield java.awt.Rectangle.width:I
      StackMap locals:
      StackMap stack: int
        60: iload 12 /* remainingSpace */
            if_icmple 63
        61: .line 210
            iconst_1
            istore 16 /* leftDone */
        62: .line 211
            goto 71
        63: .line 212
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 11 /* left */
            iload 13 /* visibleCount */
            invokevirtual com.apple.laf.AquaTabbedPaneTabState.addToBeginning:(II)V
        64: .line 213
            iinc 13 /* visibleCount */ 1
        65: .line 214
            iload 12 /* remainingSpace */
            iload 6 /* verticalTabRuns */
            ifeq 66
            aload 17 /* leftRect */
            getfield java.awt.Rectangle.height:I
            goto 67
      StackMap locals:
      StackMap stack: int
        66: aload 17 /* leftRect */
            getfield java.awt.Rectangle.width:I
      StackMap locals: com.apple.laf.AquaTabbedPaneTabState java.awt.Rectangle[] int int int int int int int int int int int int java.awt.Rectangle int int java.awt.Rectangle
      StackMap stack: int int
        67: isub
            istore 12 /* remainingSpace */
        68: .line 215
            iinc 11 /* left */ -1
        end local 17 // java.awt.Rectangle leftRect
        69: .line 217
            goto 71
        70: .line 218
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 16 /* leftDone */
        71: .line 191
      StackMap locals:
      StackMap stack:
            iload 13 /* visibleCount */
            iload 7 /* tabCount */
            if_icmpge 72
            iload 15 /* rightDone */
            ifeq 41
            iload 16 /* leftDone */
            ifeq 41
        end local 16 // boolean leftDone
        end local 15 // boolean rightDone
        72: .line 223
      StackMap locals:
      StackMap stack:
            iload 13 /* visibleCount */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneTabState.visibleTabList:[I
            arraylength
            if_icmple 73
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneTabState.visibleTabList:[I
            arraylength
            istore 13 /* visibleCount */
        73: .line 225
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneTabState.visibleTabList:[I
            iconst_0
            iaload
            ifle 74
            iconst_1
            goto 75
      StackMap locals:
      StackMap stack: com.apple.laf.AquaTabbedPaneTabState
        74: iconst_0
      StackMap locals: com.apple.laf.AquaTabbedPaneTabState java.awt.Rectangle[] int int int int int int int int int int int int java.awt.Rectangle
      StackMap stack: com.apple.laf.AquaTabbedPaneTabState int
        75: putfield com.apple.laf.AquaTabbedPaneTabState.hasMoreLeftTabs:Z
        76: .line 226
            aload 0 /* this */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneTabState.visibleTabList:[I
            iload 13 /* visibleCount */
            iconst_1
            isub
            iaload
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneTabState.visibleTabList:[I
            arraylength
            iconst_1
            isub
            if_icmpge 77
            iconst_1
            goto 78
      StackMap locals:
      StackMap stack: com.apple.laf.AquaTabbedPaneTabState
        77: iconst_0
      StackMap locals: com.apple.laf.AquaTabbedPaneTabState java.awt.Rectangle[] int int int int int int int int int int int int java.awt.Rectangle
      StackMap stack: com.apple.laf.AquaTabbedPaneTabState int
        78: putfield com.apple.laf.AquaTabbedPaneTabState.hasMoreRightTabs:Z
        79: .line 228
            aload 0 /* this */
            iload 13 /* visibleCount */
            putfield com.apple.laf.AquaTabbedPaneTabState.numberOfVisibleTabs:I
        80: .line 230
            aload 0 /* this */
            aload 0 /* this */
            iconst_0
            invokevirtual com.apple.laf.AquaTabbedPaneTabState.getIndex:(I)I
            putfield com.apple.laf.AquaTabbedPaneTabState.lastLeftmostTab:I
        81: .line 231
            aload 0 /* this */
            iload 4 /* returnAt */
            putfield com.apple.laf.AquaTabbedPaneTabState.lastReturnAt:I
        82: .line 233
            aload 0 /* this */
            iconst_0
            invokevirtual com.apple.laf.AquaTabbedPaneTabState.getIndex:(I)I
            istore 15 /* firstTabIndex */
        start local 15 // int firstTabIndex
        83: .line 234
            aload 0 /* this */
            iload 13 /* visibleCount */
            iconst_1
            isub
            invokevirtual com.apple.laf.AquaTabbedPaneTabState.getIndex:(I)I
            istore 16 /* lastTabIndex */
        start local 16 // int lastTabIndex
        84: .line 237
            iconst_0
            istore 17 /* i */
        start local 17 // int i
        85: goto 91
        86: .line 238
      StackMap locals: int int int
      StackMap stack:
            iload 17 /* i */
            iload 15 /* firstTabIndex */
            if_icmplt 87
            iload 17 /* i */
            iload 16 /* lastTabIndex */
            if_icmple 90
        87: .line 239
      StackMap locals:
      StackMap stack:
            aload 1 /* rects */
            iload 17 /* i */
            aaload
            astore 18 /* rect */
        start local 18 // java.awt.Rectangle rect
        88: .line 240
            aload 18 /* rect */
            sipush 32767
            putfield java.awt.Rectangle.x:I
        89: .line 241
            aload 18 /* rect */
            sipush 32767
            putfield java.awt.Rectangle.y:I
        end local 18 // java.awt.Rectangle rect
        90: .line 237
      StackMap locals:
      StackMap stack:
            iinc 17 /* i */ 1
      StackMap locals:
      StackMap stack:
        91: iload 17 /* i */
            iload 7 /* tabCount */
            if_icmplt 86
        end local 17 // int i
        92: .line 244
            return
        end local 16 // int lastTabIndex
        end local 15 // int firstTabIndex
        end local 14 // java.awt.Rectangle firstRect
        end local 13 // int visibleCount
        end local 12 // int remainingSpace
        end local 11 // int left
        end local 10 // int right
        end local 9 // boolean sizeChanged
        end local 8 // boolean isLeftToRight
        end local 7 // int tabCount
        end local 6 // boolean verticalTabRuns
        end local 5 // int selectedIndex
        end local 4 // int returnAt
        end local 3 // int startY
        end local 2 // int startX
        end local 1 // java.awt.Rectangle[] rects
        end local 0 // com.apple.laf.AquaTabbedPaneTabState this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   93     0             this  Lcom/apple/laf/AquaTabbedPaneTabState;
            0   93     1            rects  [Ljava/awt/Rectangle;
            0   93     2           startX  I
            0   93     3           startY  I
            0   93     4         returnAt  I
            0   93     5    selectedIndex  I
            0   93     6  verticalTabRuns  Z
            0   93     7         tabCount  I
            0   93     8    isLeftToRight  Z
           13   93     9      sizeChanged  Z
           17   93    10            right  I
           18   93    11             left  I
           26   93    12   remainingSpace  I
           27   93    13     visibleCount  I
           28   93    14        firstRect  Ljava/awt/Rectangle;
           39   72    15        rightDone  Z
           40   72    16         leftDone  Z
           43   55    17        rightRect  Ljava/awt/Rectangle;
           58   69    17         leftRect  Ljava/awt/Rectangle;
           83   93    15    firstTabIndex  I
           84   93    16     lastTabIndex  I
           85   92    17                i  I
           88   90    18             rect  Ljava/awt/Rectangle;
    MethodParameters:
                 Name  Flags
      rects            final
      startX           final
      startY           final
      returnAt         final
      selectedIndex    final
      verticalTabRuns  final
      tabCount         final
      isLeftToRight    final

  protected void alignRectsRunFor(java.awt.Rectangle[], java.awt.Dimension, int, boolean);
    descriptor: ([Ljava/awt/Rectangle;Ljava/awt/Dimension;IZ)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=6, args_size=5
        start local 0 // com.apple.laf.AquaTabbedPaneTabState this
        start local 1 // java.awt.Rectangle[] rects
        start local 2 // java.awt.Dimension tabPaneSize
        start local 3 // int tabPlacement
        start local 4 // boolean isRightToLeft
         0: .line 247
            iload 3 /* tabPlacement */
            iconst_2
            if_icmpeq 1
            iload 3 /* tabPlacement */
            iconst_4
            if_icmpeq 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: istore 5 /* isVertical */
        start local 5 // boolean isVertical
         3: .line 249
            iload 5 /* isVertical */
            ifeq 9
         4: .line 250
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneTabState.needsScrollers:Z
            ifeq 7
         5: .line 251
            aload 0 /* this */
            aload 1 /* rects */
            aload 2 /* tabPaneSize */
            invokevirtual com.apple.laf.AquaTabbedPaneTabState.stretchScrollingVerticalRun:([Ljava/awt/Rectangle;Ljava/awt/Dimension;)V
         6: .line 252
            goto 13
         7: .line 253
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* rects */
            aload 2 /* tabPaneSize */
            invokevirtual com.apple.laf.AquaTabbedPaneTabState.centerVerticalRun:([Ljava/awt/Rectangle;Ljava/awt/Dimension;)V
         8: .line 255
            goto 13
         9: .line 256
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneTabState.needsScrollers:Z
            ifeq 12
        10: .line 257
            aload 0 /* this */
            aload 1 /* rects */
            aload 2 /* tabPaneSize */
            iload 4 /* isRightToLeft */
            invokevirtual com.apple.laf.AquaTabbedPaneTabState.stretchScrollingHorizontalRun:([Ljava/awt/Rectangle;Ljava/awt/Dimension;Z)V
        11: .line 258
            goto 13
        12: .line 259
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* rects */
            aload 2 /* tabPaneSize */
            iload 4 /* isRightToLeft */
            invokevirtual com.apple.laf.AquaTabbedPaneTabState.centerHorizontalRun:([Ljava/awt/Rectangle;Ljava/awt/Dimension;Z)V
        13: .line 262
      StackMap locals:
      StackMap stack:
            return
        end local 5 // boolean isVertical
        end local 4 // boolean isRightToLeft
        end local 3 // int tabPlacement
        end local 2 // java.awt.Dimension tabPaneSize
        end local 1 // java.awt.Rectangle[] rects
        end local 0 // com.apple.laf.AquaTabbedPaneTabState this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   14     0           this  Lcom/apple/laf/AquaTabbedPaneTabState;
            0   14     1          rects  [Ljava/awt/Rectangle;
            0   14     2    tabPaneSize  Ljava/awt/Dimension;
            0   14     3   tabPlacement  I
            0   14     4  isRightToLeft  Z
            3   14     5     isVertical  Z
    MethodParameters:
               Name  Flags
      rects          final
      tabPaneSize    final
      tabPlacement   final
      isRightToLeft  final

  private void centerHorizontalRun(java.awt.Rectangle[], java.awt.Dimension, boolean);
    descriptor: ([Ljava/awt/Rectangle;Ljava/awt/Dimension;Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=10, args_size=4
        start local 0 // com.apple.laf.AquaTabbedPaneTabState this
        start local 1 // java.awt.Rectangle[] rects
        start local 2 // java.awt.Dimension size
        start local 3 // boolean isRightToLeft
         0: .line 265
            iconst_0
            istore 4 /* totalLength */
        start local 4 // int totalLength
         1: .line 266
            aload 1 /* rects */
            dup
            astore 8
            arraylength
            istore 7
            iconst_0
            istore 6
            goto 5
      StackMap locals: com.apple.laf.AquaTabbedPaneTabState java.awt.Rectangle[] java.awt.Dimension int int top int int java.awt.Rectangle[]
      StackMap stack:
         2: aload 8
            iload 6
            aaload
            astore 5 /* element */
        start local 5 // java.awt.Rectangle element
         3: .line 267
            iload 4 /* totalLength */
            aload 5 /* element */
            getfield java.awt.Rectangle.width:I
            iadd
            istore 4 /* totalLength */
        end local 5 // java.awt.Rectangle element
         4: .line 266
            iinc 6 1
      StackMap locals:
      StackMap stack:
         5: iload 6
            iload 7
            if_icmplt 2
         6: .line 270
            aload 2 /* size */
            getfield java.awt.Dimension.width:I
            iconst_2
            idiv
            iload 4 /* totalLength */
            iconst_2
            idiv
            isub
            istore 5 /* x */
        start local 5 // int x
         7: .line 272
            iload 3 /* isRightToLeft */
            ifeq 15
         8: .line 273
            aload 1 /* rects */
            dup
            astore 9
            arraylength
            istore 8
            iconst_0
            istore 7
            goto 13
      StackMap locals: com.apple.laf.AquaTabbedPaneTabState java.awt.Rectangle[] java.awt.Dimension int int int top int int java.awt.Rectangle[]
      StackMap stack:
         9: aload 9
            iload 7
            aaload
            astore 6 /* rect */
        start local 6 // java.awt.Rectangle rect
        10: .line 274
            aload 6 /* rect */
            iload 5 /* x */
            putfield java.awt.Rectangle.x:I
        11: .line 275
            iload 5 /* x */
            aload 6 /* rect */
            getfield java.awt.Rectangle.width:I
            iadd
            istore 5 /* x */
        end local 6 // java.awt.Rectangle rect
        12: .line 273
            iinc 7 1
      StackMap locals:
      StackMap stack:
        13: iload 7
            iload 8
            if_icmplt 9
        14: .line 277
            goto 22
        15: .line 278
      StackMap locals: com.apple.laf.AquaTabbedPaneTabState java.awt.Rectangle[] java.awt.Dimension int int int
      StackMap stack:
            aload 1 /* rects */
            arraylength
            iconst_1
            isub
            istore 6 /* i */
        start local 6 // int i
        16: goto 21
        17: .line 279
      StackMap locals: int
      StackMap stack:
            aload 1 /* rects */
            iload 6 /* i */
            aaload
            astore 7 /* rect */
        start local 7 // java.awt.Rectangle rect
        18: .line 280
            aload 7 /* rect */
            iload 5 /* x */
            putfield java.awt.Rectangle.x:I
        19: .line 281
            iload 5 /* x */
            aload 7 /* rect */
            getfield java.awt.Rectangle.width:I
            iadd
            istore 5 /* x */
        end local 7 // java.awt.Rectangle rect
        20: .line 278
            iinc 6 /* i */ -1
      StackMap locals:
      StackMap stack:
        21: iload 6 /* i */
            ifge 17
        end local 6 // int i
        22: .line 284
      StackMap locals:
      StackMap stack:
            return
        end local 5 // int x
        end local 4 // int totalLength
        end local 3 // boolean isRightToLeft
        end local 2 // java.awt.Dimension size
        end local 1 // java.awt.Rectangle[] rects
        end local 0 // com.apple.laf.AquaTabbedPaneTabState this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   23     0           this  Lcom/apple/laf/AquaTabbedPaneTabState;
            0   23     1          rects  [Ljava/awt/Rectangle;
            0   23     2           size  Ljava/awt/Dimension;
            0   23     3  isRightToLeft  Z
            1   23     4    totalLength  I
            3    4     5        element  Ljava/awt/Rectangle;
            7   23     5              x  I
           10   12     6           rect  Ljava/awt/Rectangle;
           16   22     6              i  I
           18   20     7           rect  Ljava/awt/Rectangle;
    MethodParameters:
               Name  Flags
      rects          final
      size           final
      isRightToLeft  final

  private void centerVerticalRun(java.awt.Rectangle[], java.awt.Dimension);
    descriptor: ([Ljava/awt/Rectangle;Ljava/awt/Dimension;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=9, args_size=3
        start local 0 // com.apple.laf.AquaTabbedPaneTabState this
        start local 1 // java.awt.Rectangle[] rects
        start local 2 // java.awt.Dimension size
         0: .line 287
            iconst_0
            istore 3 /* totalLength */
        start local 3 // int totalLength
         1: .line 288
            aload 1 /* rects */
            dup
            astore 7
            arraylength
            istore 6
            iconst_0
            istore 5
            goto 5
      StackMap locals: com.apple.laf.AquaTabbedPaneTabState java.awt.Rectangle[] java.awt.Dimension int top int int java.awt.Rectangle[]
      StackMap stack:
         2: aload 7
            iload 5
            aaload
            astore 4 /* element */
        start local 4 // java.awt.Rectangle element
         3: .line 289
            iload 3 /* totalLength */
            aload 4 /* element */
            getfield java.awt.Rectangle.height:I
            iadd
            istore 3 /* totalLength */
        end local 4 // java.awt.Rectangle element
         4: .line 288
            iinc 5 1
      StackMap locals:
      StackMap stack:
         5: iload 5
            iload 6
            if_icmplt 2
         6: .line 292
            aload 2 /* size */
            getfield java.awt.Dimension.height:I
            iconst_2
            idiv
            iload 3 /* totalLength */
            iconst_2
            idiv
            isub
            istore 4 /* y */
        start local 4 // int y
         7: .line 295
            aload 1 /* rects */
            dup
            astore 8
            arraylength
            istore 7
            iconst_0
            istore 6
            goto 12
      StackMap locals: com.apple.laf.AquaTabbedPaneTabState java.awt.Rectangle[] java.awt.Dimension int int top int int java.awt.Rectangle[]
      StackMap stack:
         8: aload 8
            iload 6
            aaload
            astore 5 /* rect */
        start local 5 // java.awt.Rectangle rect
         9: .line 296
            aload 5 /* rect */
            iload 4 /* y */
            putfield java.awt.Rectangle.y:I
        10: .line 297
            iload 4 /* y */
            aload 5 /* rect */
            getfield java.awt.Rectangle.height:I
            iadd
            istore 4 /* y */
        end local 5 // java.awt.Rectangle rect
        11: .line 295
            iinc 6 1
      StackMap locals:
      StackMap stack:
        12: iload 6
            iload 7
            if_icmplt 8
        13: .line 306
            return
        end local 4 // int y
        end local 3 // int totalLength
        end local 2 // java.awt.Dimension size
        end local 1 // java.awt.Rectangle[] rects
        end local 0 // com.apple.laf.AquaTabbedPaneTabState this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   14     0         this  Lcom/apple/laf/AquaTabbedPaneTabState;
            0   14     1        rects  [Ljava/awt/Rectangle;
            0   14     2         size  Ljava/awt/Dimension;
            1   14     3  totalLength  I
            3    4     4      element  Ljava/awt/Rectangle;
            7   14     4            y  I
            9   11     5         rect  Ljava/awt/Rectangle;
    MethodParameters:
       Name  Flags
      rects  final
      size   final

  private void stretchScrollingHorizontalRun(java.awt.Rectangle[], java.awt.Dimension, boolean);
    descriptor: ([Ljava/awt/Rectangle;Ljava/awt/Dimension;Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=16, args_size=4
        start local 0 // com.apple.laf.AquaTabbedPaneTabState this
        start local 1 // java.awt.Rectangle[] rects
        start local 2 // java.awt.Dimension size
        start local 3 // boolean isRightToLeft
         0: .line 309
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaTabbedPaneTabState.getTotal:()I
            istore 4 /* totalTabs */
        start local 4 // int totalTabs
         1: .line 310
            aload 0 /* this */
            iconst_0
            invokevirtual com.apple.laf.AquaTabbedPaneTabState.getIndex:(I)I
            istore 5 /* firstTabIndex */
        start local 5 // int firstTabIndex
         2: .line 311
            aload 0 /* this */
            iload 4 /* totalTabs */
            iconst_1
            isub
            invokevirtual com.apple.laf.AquaTabbedPaneTabState.getIndex:(I)I
            istore 6 /* lastTabIndex */
        start local 6 // int lastTabIndex
         3: .line 313
            iconst_0
            istore 7 /* totalRunLength */
        start local 7 // int totalRunLength
         4: .line 314
            iload 5 /* firstTabIndex */
            istore 8 /* i */
        start local 8 // int i
         5: goto 8
         6: .line 315
      StackMap locals: com.apple.laf.AquaTabbedPaneTabState java.awt.Rectangle[] java.awt.Dimension int int int int int int
      StackMap stack:
            iload 7 /* totalRunLength */
            aload 1 /* rects */
            iload 8 /* i */
            aaload
            getfield java.awt.Rectangle.width:I
            iadd
            istore 7 /* totalRunLength */
         7: .line 314
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 8 /* i */
            iload 6 /* lastTabIndex */
            if_icmple 6
        end local 8 // int i
         9: .line 318
            aload 2 /* size */
            getfield java.awt.Dimension.width:I
            iload 7 /* totalRunLength */
            isub
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneTabState.pane:Lcom/apple/laf/AquaTabbedPaneUI;
            getfield com.apple.laf.AquaTabbedPaneUI.tabAreaInsets:Ljava/awt/Insets;
            getfield java.awt.Insets.left:I
            isub
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneTabState.pane:Lcom/apple/laf/AquaTabbedPaneUI;
            getfield com.apple.laf.AquaTabbedPaneUI.tabAreaInsets:Ljava/awt/Insets;
            getfield java.awt.Insets.right:I
            isub
            istore 8 /* slack */
        start local 8 // int slack
        10: .line 319
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaTabbedPaneTabState.needsLeftScrollTab:()Z
            ifeq 12
        11: .line 320
            iinc 8 /* slack */ -27
        12: .line 322
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaTabbedPaneTabState.needsRightScrollTab:()Z
            ifeq 14
        13: .line 323
            iinc 8 /* slack */ -27
        14: .line 326
      StackMap locals:
      StackMap stack:
            iload 8 /* slack */
            i2f
            iload 4 /* totalTabs */
            i2f
            fdiv
            f2i
            istore 9 /* minSlack */
        start local 9 // int minSlack
        15: .line 327
            iload 8 /* slack */
            iload 9 /* minSlack */
            iload 4 /* totalTabs */
            imul
            isub
            istore 10 /* extraSlack */
        start local 10 // int extraSlack
        16: .line 328
            iconst_0
            istore 11 /* runningLength */
        start local 11 // int runningLength
        17: .line 329
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneTabState.pane:Lcom/apple/laf/AquaTabbedPaneUI;
            getfield com.apple.laf.AquaTabbedPaneUI.tabAreaInsets:Ljava/awt/Insets;
            getfield java.awt.Insets.left:I
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaTabbedPaneTabState.needsLeftScrollTab:()Z
            ifeq 18
            bipush 27
            goto 19
      StackMap locals: com.apple.laf.AquaTabbedPaneTabState java.awt.Rectangle[] java.awt.Dimension int int int int int int int int int
      StackMap stack: int
        18: iconst_0
      StackMap locals: com.apple.laf.AquaTabbedPaneTabState java.awt.Rectangle[] java.awt.Dimension int int int int int int int int int
      StackMap stack: int int
        19: iadd
            istore 12 /* xOffset */
        start local 12 // int xOffset
        20: .line 331
            iload 3 /* isRightToLeft */
            ifeq 34
        21: .line 332
            iload 5 /* firstTabIndex */
            istore 13 /* i */
        start local 13 // int i
        22: goto 32
        23: .line 333
      StackMap locals: int int
      StackMap stack:
            aload 1 /* rects */
            iload 13 /* i */
            aaload
            astore 14 /* rect */
        start local 14 // java.awt.Rectangle rect
        24: .line 334
            iload 9 /* minSlack */
            istore 15 /* slackToAdd */
        start local 15 // int slackToAdd
        25: .line 335
            iload 10 /* extraSlack */
            ifle 28
        26: .line 336
            iinc 15 /* slackToAdd */ 1
        27: .line 337
            iinc 10 /* extraSlack */ -1
        28: .line 339
      StackMap locals: java.awt.Rectangle int
      StackMap stack:
            aload 14 /* rect */
            iload 11 /* runningLength */
            iload 12 /* xOffset */
            iadd
            putfield java.awt.Rectangle.x:I
        29: .line 340
            aload 14 /* rect */
            dup
            getfield java.awt.Rectangle.width:I
            iload 15 /* slackToAdd */
            iadd
            putfield java.awt.Rectangle.width:I
        30: .line 341
            iload 11 /* runningLength */
            aload 14 /* rect */
            getfield java.awt.Rectangle.width:I
            iadd
            istore 11 /* runningLength */
        end local 15 // int slackToAdd
        end local 14 // java.awt.Rectangle rect
        31: .line 332
            iinc 13 /* i */ 1
      StackMap locals:
      StackMap stack:
        32: iload 13 /* i */
            iload 6 /* lastTabIndex */
            if_icmple 23
        end local 13 // int i
        33: .line 343
            goto 46
        34: .line 344
      StackMap locals:
      StackMap stack:
            iload 6 /* lastTabIndex */
            istore 13 /* i */
        start local 13 // int i
        35: goto 45
        36: .line 345
      StackMap locals: int
      StackMap stack:
            aload 1 /* rects */
            iload 13 /* i */
            aaload
            astore 14 /* rect */
        start local 14 // java.awt.Rectangle rect
        37: .line 346
            iload 9 /* minSlack */
            istore 15 /* slackToAdd */
        start local 15 // int slackToAdd
        38: .line 347
            iload 10 /* extraSlack */
            ifle 41
        39: .line 348
            iinc 15 /* slackToAdd */ 1
        40: .line 349
            iinc 10 /* extraSlack */ -1
        41: .line 351
      StackMap locals: java.awt.Rectangle int
      StackMap stack:
            aload 14 /* rect */
            iload 11 /* runningLength */
            iload 12 /* xOffset */
            iadd
            putfield java.awt.Rectangle.x:I
        42: .line 352
            aload 14 /* rect */
            dup
            getfield java.awt.Rectangle.width:I
            iload 15 /* slackToAdd */
            iadd
            putfield java.awt.Rectangle.width:I
        43: .line 353
            iload 11 /* runningLength */
            aload 14 /* rect */
            getfield java.awt.Rectangle.width:I
            iadd
            istore 11 /* runningLength */
        end local 15 // int slackToAdd
        end local 14 // java.awt.Rectangle rect
        44: .line 344
            iinc 13 /* i */ -1
      StackMap locals:
      StackMap stack:
        45: iload 13 /* i */
            iload 5 /* firstTabIndex */
            if_icmpge 36
        end local 13 // int i
        46: .line 357
      StackMap locals:
      StackMap stack:
            iload 3 /* isRightToLeft */
            ifeq 54
        47: .line 358
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneTabState.leftScrollTabRect:Ljava/awt/Rectangle;
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneTabState.pane:Lcom/apple/laf/AquaTabbedPaneUI;
            getfield com.apple.laf.AquaTabbedPaneUI.tabAreaInsets:Ljava/awt/Insets;
            getfield java.awt.Insets.left:I
            putfield java.awt.Rectangle.x:I
        48: .line 359
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneTabState.leftScrollTabRect:Ljava/awt/Rectangle;
            aload 1 /* rects */
            iload 5 /* firstTabIndex */
            aaload
            getfield java.awt.Rectangle.y:I
            putfield java.awt.Rectangle.y:I
        49: .line 360
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneTabState.leftScrollTabRect:Ljava/awt/Rectangle;
            aload 1 /* rects */
            iload 5 /* firstTabIndex */
            aaload
            getfield java.awt.Rectangle.height:I
            putfield java.awt.Rectangle.height:I
        50: .line 362
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneTabState.rightScrollTabRect:Ljava/awt/Rectangle;
            aload 2 /* size */
            getfield java.awt.Dimension.width:I
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneTabState.pane:Lcom/apple/laf/AquaTabbedPaneUI;
            getfield com.apple.laf.AquaTabbedPaneUI.tabAreaInsets:Ljava/awt/Insets;
            getfield java.awt.Insets.right:I
            isub
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneTabState.rightScrollTabRect:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.width:I
            isub
            putfield java.awt.Rectangle.x:I
        51: .line 363
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneTabState.rightScrollTabRect:Ljava/awt/Rectangle;
            aload 1 /* rects */
            iload 6 /* lastTabIndex */
            aaload
            getfield java.awt.Rectangle.y:I
            putfield java.awt.Rectangle.y:I
        52: .line 364
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneTabState.rightScrollTabRect:Ljava/awt/Rectangle;
            aload 1 /* rects */
            iload 6 /* lastTabIndex */
            aaload
            getfield java.awt.Rectangle.height:I
            putfield java.awt.Rectangle.height:I
        53: .line 365
            goto 74
        54: .line 366
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneTabState.rightScrollTabRect:Ljava/awt/Rectangle;
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneTabState.pane:Lcom/apple/laf/AquaTabbedPaneUI;
            getfield com.apple.laf.AquaTabbedPaneUI.tabAreaInsets:Ljava/awt/Insets;
            getfield java.awt.Insets.left:I
            putfield java.awt.Rectangle.x:I
        55: .line 367
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneTabState.rightScrollTabRect:Ljava/awt/Rectangle;
            aload 1 /* rects */
            iload 5 /* firstTabIndex */
            aaload
            getfield java.awt.Rectangle.y:I
            putfield java.awt.Rectangle.y:I
        56: .line 368
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneTabState.rightScrollTabRect:Ljava/awt/Rectangle;
            aload 1 /* rects */
            iload 5 /* firstTabIndex */
            aaload
            getfield java.awt.Rectangle.height:I
            putfield java.awt.Rectangle.height:I
        57: .line 370
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneTabState.leftScrollTabRect:Ljava/awt/Rectangle;
            aload 2 /* size */
            getfield java.awt.Dimension.width:I
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneTabState.pane:Lcom/apple/laf/AquaTabbedPaneUI;
            getfield com.apple.laf.AquaTabbedPaneUI.tabAreaInsets:Ljava/awt/Insets;
            getfield java.awt.Insets.right:I
            isub
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneTabState.rightScrollTabRect:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.width:I
            isub
            putfield java.awt.Rectangle.x:I
        58: .line 371
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneTabState.leftScrollTabRect:Ljava/awt/Rectangle;
            aload 1 /* rects */
            iload 6 /* lastTabIndex */
            aaload
            getfield java.awt.Rectangle.y:I
            putfield java.awt.Rectangle.y:I
        59: .line 372
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneTabState.leftScrollTabRect:Ljava/awt/Rectangle;
            aload 1 /* rects */
            iload 6 /* lastTabIndex */
            aaload
            getfield java.awt.Rectangle.height:I
            putfield java.awt.Rectangle.height:I
        60: .line 374
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaTabbedPaneTabState.needsLeftScrollTab:()Z
            ifeq 67
        61: .line 375
            iload 6 /* lastTabIndex */
            istore 13 /* i */
        start local 13 // int i
        62: goto 66
        63: .line 376
      StackMap locals: int
      StackMap stack:
            aload 1 /* rects */
            iload 13 /* i */
            aaload
            astore 14 /* rect */
        start local 14 // java.awt.Rectangle rect
        64: .line 377
            aload 14 /* rect */
            dup
            getfield java.awt.Rectangle.x:I
            bipush 27
            isub
            putfield java.awt.Rectangle.x:I
        end local 14 // java.awt.Rectangle rect
        65: .line 375
            iinc 13 /* i */ -1
      StackMap locals:
      StackMap stack:
        66: iload 13 /* i */
            iload 5 /* firstTabIndex */
            if_icmpge 63
        end local 13 // int i
        67: .line 381
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaTabbedPaneTabState.needsRightScrollTab:()Z
            ifeq 74
        68: .line 382
            iload 6 /* lastTabIndex */
            istore 13 /* i */
        start local 13 // int i
        69: goto 73
        70: .line 383
      StackMap locals: int
      StackMap stack:
            aload 1 /* rects */
            iload 13 /* i */
            aaload
            astore 14 /* rect */
        start local 14 // java.awt.Rectangle rect
        71: .line 384
            aload 14 /* rect */
            dup
            getfield java.awt.Rectangle.x:I
            bipush 27
            iadd
            putfield java.awt.Rectangle.x:I
        end local 14 // java.awt.Rectangle rect
        72: .line 382
            iinc 13 /* i */ -1
      StackMap locals:
      StackMap stack:
        73: iload 13 /* i */
            iload 5 /* firstTabIndex */
            if_icmpge 70
        end local 13 // int i
        74: .line 388
      StackMap locals:
      StackMap stack:
            return
        end local 12 // int xOffset
        end local 11 // int runningLength
        end local 10 // int extraSlack
        end local 9 // int minSlack
        end local 8 // int slack
        end local 7 // int totalRunLength
        end local 6 // int lastTabIndex
        end local 5 // int firstTabIndex
        end local 4 // int totalTabs
        end local 3 // boolean isRightToLeft
        end local 2 // java.awt.Dimension size
        end local 1 // java.awt.Rectangle[] rects
        end local 0 // com.apple.laf.AquaTabbedPaneTabState this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   75     0            this  Lcom/apple/laf/AquaTabbedPaneTabState;
            0   75     1           rects  [Ljava/awt/Rectangle;
            0   75     2            size  Ljava/awt/Dimension;
            0   75     3   isRightToLeft  Z
            1   75     4       totalTabs  I
            2   75     5   firstTabIndex  I
            3   75     6    lastTabIndex  I
            4   75     7  totalRunLength  I
            5    9     8               i  I
           10   75     8           slack  I
           15   75     9        minSlack  I
           16   75    10      extraSlack  I
           17   75    11   runningLength  I
           20   75    12         xOffset  I
           22   33    13               i  I
           24   31    14            rect  Ljava/awt/Rectangle;
           25   31    15      slackToAdd  I
           35   46    13               i  I
           37   44    14            rect  Ljava/awt/Rectangle;
           38   44    15      slackToAdd  I
           62   67    13               i  I
           64   65    14            rect  Ljava/awt/Rectangle;
           69   74    13               i  I
           71   72    14            rect  Ljava/awt/Rectangle;
    MethodParameters:
               Name  Flags
      rects          final
      size           final
      isRightToLeft  final

  private void stretchScrollingVerticalRun(java.awt.Rectangle[], java.awt.Dimension);
    descriptor: ([Ljava/awt/Rectangle;Ljava/awt/Dimension;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=15, args_size=3
        start local 0 // com.apple.laf.AquaTabbedPaneTabState this
        start local 1 // java.awt.Rectangle[] rects
        start local 2 // java.awt.Dimension size
         0: .line 391
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaTabbedPaneTabState.getTotal:()I
            istore 3 /* totalTabs */
        start local 3 // int totalTabs
         1: .line 392
            aload 0 /* this */
            iconst_0
            invokevirtual com.apple.laf.AquaTabbedPaneTabState.getIndex:(I)I
            istore 4 /* firstTabIndex */
        start local 4 // int firstTabIndex
         2: .line 393
            aload 0 /* this */
            iload 3 /* totalTabs */
            iconst_1
            isub
            invokevirtual com.apple.laf.AquaTabbedPaneTabState.getIndex:(I)I
            istore 5 /* lastTabIndex */
        start local 5 // int lastTabIndex
         3: .line 395
            iconst_0
            istore 6 /* totalRunLength */
        start local 6 // int totalRunLength
         4: .line 396
            iload 4 /* firstTabIndex */
            istore 7 /* i */
        start local 7 // int i
         5: goto 8
         6: .line 397
      StackMap locals: com.apple.laf.AquaTabbedPaneTabState java.awt.Rectangle[] java.awt.Dimension int int int int int
      StackMap stack:
            iload 6 /* totalRunLength */
            aload 1 /* rects */
            iload 7 /* i */
            aaload
            getfield java.awt.Rectangle.height:I
            iadd
            istore 6 /* totalRunLength */
         7: .line 396
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 7 /* i */
            iload 5 /* lastTabIndex */
            if_icmple 6
        end local 7 // int i
         9: .line 400
            aload 2 /* size */
            getfield java.awt.Dimension.height:I
            iload 6 /* totalRunLength */
            isub
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneTabState.pane:Lcom/apple/laf/AquaTabbedPaneUI;
            getfield com.apple.laf.AquaTabbedPaneUI.tabAreaInsets:Ljava/awt/Insets;
            getfield java.awt.Insets.top:I
            isub
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneTabState.pane:Lcom/apple/laf/AquaTabbedPaneUI;
            getfield com.apple.laf.AquaTabbedPaneUI.tabAreaInsets:Ljava/awt/Insets;
            getfield java.awt.Insets.bottom:I
            isub
            istore 7 /* slack */
        start local 7 // int slack
        10: .line 401
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaTabbedPaneTabState.needsLeftScrollTab:()Z
            ifeq 12
        11: .line 402
            iinc 7 /* slack */ -27
        12: .line 404
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaTabbedPaneTabState.needsRightScrollTab:()Z
            ifeq 14
        13: .line 405
            iinc 7 /* slack */ -27
        14: .line 408
      StackMap locals:
      StackMap stack:
            iload 7 /* slack */
            i2f
            iload 3 /* totalTabs */
            i2f
            fdiv
            f2i
            istore 8 /* minSlack */
        start local 8 // int minSlack
        15: .line 409
            iload 7 /* slack */
            iload 8 /* minSlack */
            iload 3 /* totalTabs */
            imul
            isub
            istore 9 /* extraSlack */
        start local 9 // int extraSlack
        16: .line 410
            iconst_0
            istore 10 /* runningLength */
        start local 10 // int runningLength
        17: .line 411
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneTabState.pane:Lcom/apple/laf/AquaTabbedPaneUI;
            getfield com.apple.laf.AquaTabbedPaneUI.tabAreaInsets:Ljava/awt/Insets;
            getfield java.awt.Insets.top:I
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaTabbedPaneTabState.needsLeftScrollTab:()Z
            ifeq 18
            bipush 27
            goto 19
      StackMap locals: com.apple.laf.AquaTabbedPaneTabState java.awt.Rectangle[] java.awt.Dimension int int int int int int int int
      StackMap stack: int
        18: iconst_0
      StackMap locals: com.apple.laf.AquaTabbedPaneTabState java.awt.Rectangle[] java.awt.Dimension int int int int int int int int
      StackMap stack: int int
        19: iadd
            istore 11 /* yOffset */
        start local 11 // int yOffset
        20: .line 413
            iload 4 /* firstTabIndex */
            istore 12 /* i */
        start local 12 // int i
        21: goto 31
        22: .line 414
      StackMap locals: int int
      StackMap stack:
            aload 1 /* rects */
            iload 12 /* i */
            aaload
            astore 13 /* rect */
        start local 13 // java.awt.Rectangle rect
        23: .line 415
            iload 8 /* minSlack */
            istore 14 /* slackToAdd */
        start local 14 // int slackToAdd
        24: .line 416
            iload 9 /* extraSlack */
            ifle 27
        25: .line 417
            iinc 14 /* slackToAdd */ 1
        26: .line 418
            iinc 9 /* extraSlack */ -1
        27: .line 420
      StackMap locals: java.awt.Rectangle int
      StackMap stack:
            aload 13 /* rect */
            iload 10 /* runningLength */
            iload 11 /* yOffset */
            iadd
            putfield java.awt.Rectangle.y:I
        28: .line 421
            aload 13 /* rect */
            dup
            getfield java.awt.Rectangle.height:I
            iload 14 /* slackToAdd */
            iadd
            putfield java.awt.Rectangle.height:I
        29: .line 422
            iload 10 /* runningLength */
            aload 13 /* rect */
            getfield java.awt.Rectangle.height:I
            iadd
            istore 10 /* runningLength */
        end local 14 // int slackToAdd
        end local 13 // java.awt.Rectangle rect
        30: .line 413
            iinc 12 /* i */ 1
      StackMap locals:
      StackMap stack:
        31: iload 12 /* i */
            iload 5 /* lastTabIndex */
            if_icmple 22
        end local 12 // int i
        32: .line 425
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneTabState.leftScrollTabRect:Ljava/awt/Rectangle;
            aload 1 /* rects */
            iload 4 /* firstTabIndex */
            aaload
            getfield java.awt.Rectangle.x:I
            putfield java.awt.Rectangle.x:I
        33: .line 426
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneTabState.leftScrollTabRect:Ljava/awt/Rectangle;
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneTabState.pane:Lcom/apple/laf/AquaTabbedPaneUI;
            getfield com.apple.laf.AquaTabbedPaneUI.tabAreaInsets:Ljava/awt/Insets;
            getfield java.awt.Insets.top:I
            putfield java.awt.Rectangle.y:I
        34: .line 427
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneTabState.leftScrollTabRect:Ljava/awt/Rectangle;
            aload 1 /* rects */
            iload 4 /* firstTabIndex */
            aaload
            getfield java.awt.Rectangle.width:I
            putfield java.awt.Rectangle.width:I
        35: .line 429
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneTabState.rightScrollTabRect:Ljava/awt/Rectangle;
            aload 1 /* rects */
            iload 5 /* lastTabIndex */
            aaload
            getfield java.awt.Rectangle.x:I
            putfield java.awt.Rectangle.x:I
        36: .line 430
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneTabState.rightScrollTabRect:Ljava/awt/Rectangle;
            aload 2 /* size */
            getfield java.awt.Dimension.height:I
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneTabState.pane:Lcom/apple/laf/AquaTabbedPaneUI;
            getfield com.apple.laf.AquaTabbedPaneUI.tabAreaInsets:Ljava/awt/Insets;
            getfield java.awt.Insets.bottom:I
            isub
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneTabState.rightScrollTabRect:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.height:I
            isub
            putfield java.awt.Rectangle.y:I
        37: .line 431
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneTabState.rightScrollTabRect:Ljava/awt/Rectangle;
            aload 1 /* rects */
            iload 5 /* lastTabIndex */
            aaload
            getfield java.awt.Rectangle.width:I
            putfield java.awt.Rectangle.width:I
        38: .line 432
            return
        end local 11 // int yOffset
        end local 10 // int runningLength
        end local 9 // int extraSlack
        end local 8 // int minSlack
        end local 7 // int slack
        end local 6 // int totalRunLength
        end local 5 // int lastTabIndex
        end local 4 // int firstTabIndex
        end local 3 // int totalTabs
        end local 2 // java.awt.Dimension size
        end local 1 // java.awt.Rectangle[] rects
        end local 0 // com.apple.laf.AquaTabbedPaneTabState this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   39     0            this  Lcom/apple/laf/AquaTabbedPaneTabState;
            0   39     1           rects  [Ljava/awt/Rectangle;
            0   39     2            size  Ljava/awt/Dimension;
            1   39     3       totalTabs  I
            2   39     4   firstTabIndex  I
            3   39     5    lastTabIndex  I
            4   39     6  totalRunLength  I
            5    9     7               i  I
           10   39     7           slack  I
           15   39     8        minSlack  I
           16   39     9      extraSlack  I
           17   39    10   runningLength  I
           20   39    11         yOffset  I
           21   32    12               i  I
           23   30    13            rect  Ljava/awt/Rectangle;
           24   30    14      slackToAdd  I
    MethodParameters:
       Name  Flags
      rects  final
      size   final
}
SourceFile: "AquaTabbedPaneTabState.java"