public class com.apple.laf.AquaTabbedPaneUI extends com.apple.laf.AquaTabbedPaneCopyFromBasicUI
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.apple.laf.AquaTabbedPaneUI
  super_class: com.apple.laf.AquaTabbedPaneCopyFromBasicUI
{
  private static final int kSmallTabHeight;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 20

  private static final int kLargeTabHeight;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 23

  private static final int kMaxIconSize;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 16

  private static final double kNinetyDegrees;
    descriptor: D
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1.5707963267948966

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

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

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

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

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

  protected java.lang.Boolean isDefaultFocusReceiver;
    descriptor: Ljava/lang/Boolean;
    flags: (0x0004) ACC_PROTECTED

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

  protected final com.apple.laf.AquaTabbedPaneTabState visibleTabState;
    descriptor: Lcom/apple/laf/AquaTabbedPaneTabState;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final com.apple.laf.AquaPainter<apple.laf.JRSUIState> painter;
    descriptor: Lcom/apple/laf/AquaPainter;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Signature: Lcom/apple/laf/AquaPainter<Lapple/laf/JRSUIState;>;

  final java.awt.Rectangle fContentRect;
    descriptor: Ljava/awt/Rectangle;
    flags: (0x0010) ACC_FINAL

  final java.awt.Rectangle fIconRect;
    descriptor: Ljava/awt/Rectangle;
    flags: (0x0010) ACC_FINAL

  final java.awt.Rectangle fTextRect;
    descriptor: Ljava/awt/Rectangle;
    flags: (0x0010) ACC_FINAL

  static com.apple.laf.AquaTabbedPaneUI$AlterRects[] alterRects;
    descriptor: [Lcom/apple/laf/AquaTabbedPaneUI$AlterRects;
    flags: (0x0008) ACC_STATIC

  private static final int TAB_BORDER_INSET;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 9

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 565
            iconst_5
            anewarray com.apple.laf.AquaTabbedPaneUI$AlterRects
            putstatic com.apple.laf.AquaTabbedPaneUI.alterRects:[Lcom/apple/laf/AquaTabbedPaneUI$AlterRects;
         1: .line 654
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent);
    descriptor: (Ljavax/swing/JComponent;)Ljavax/swing/plaf/ComponentUI;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javax.swing.JComponent c
         0: .line 61
            new com.apple.laf.AquaTabbedPaneUI
            dup
            invokespecial com.apple.laf.AquaTabbedPaneUI.<init>:()V
            areturn
        end local 0 // javax.swing.JComponent c
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     c  Ljavax/swing/JComponent;
    MethodParameters:
      Name  Flags
      c     final

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaTabbedPaneUI this
         0: .line 67
            aload 0 /* this */
            invokespecial com.apple.laf.AquaTabbedPaneCopyFromBasicUI.<init>:()V
         1: .line 49
            aload 0 /* this */
            new java.awt.Insets
            dup
            iconst_0
            iconst_0
            iconst_0
            iconst_0
            invokespecial java.awt.Insets.<init>:(IIII)V
            putfield com.apple.laf.AquaTabbedPaneUI.currentContentDrawingInsets:Ljava/awt/Insets;
         2: .line 50
            aload 0 /* this */
            new java.awt.Insets
            dup
            iconst_0
            iconst_0
            iconst_0
            iconst_0
            invokespecial java.awt.Insets.<init>:(IIII)V
            putfield com.apple.laf.AquaTabbedPaneUI.currentContentBorderInsets:Ljava/awt/Insets;
         3: .line 51
            aload 0 /* this */
            new java.awt.Insets
            dup
            iconst_0
            iconst_0
            iconst_0
            iconst_0
            invokespecial java.awt.Insets.<init>:(IIII)V
            putfield com.apple.laf.AquaTabbedPaneUI.contentDrawingInsets:Ljava/awt/Insets;
         4: .line 53
            aload 0 /* this */
            bipush -3
            putfield com.apple.laf.AquaTabbedPaneUI.pressedTab:I
         5: .line 56
            aload 0 /* this */
            aconst_null
            putfield com.apple.laf.AquaTabbedPaneUI.isDefaultFocusReceiver:Ljava/lang/Boolean;
         6: .line 57
            aload 0 /* this */
            iconst_0
            putfield com.apple.laf.AquaTabbedPaneUI.hasAvoidedFirstFocus:Z
         7: .line 64
            aload 0 /* this */
            new com.apple.laf.AquaTabbedPaneTabState
            dup
            aload 0 /* this */
            invokespecial com.apple.laf.AquaTabbedPaneTabState.<init>:(Lcom/apple/laf/AquaTabbedPaneUI;)V
            putfield com.apple.laf.AquaTabbedPaneUI.visibleTabState:Lcom/apple/laf/AquaTabbedPaneTabState;
         8: .line 65
            aload 0 /* this */
            invokestatic apple.laf.JRSUIStateFactory.getTab:()Lapple/laf/JRSUIState;
            invokestatic com.apple.laf.AquaPainter.create:(Lapple/laf/JRSUIState;)Lcom/apple/laf/AquaPainter;
            putfield com.apple.laf.AquaTabbedPaneUI.painter:Lcom/apple/laf/AquaPainter;
         9: .line 135
            aload 0 /* this */
            new java.awt.Rectangle
            dup
            invokespecial java.awt.Rectangle.<init>:()V
            putfield com.apple.laf.AquaTabbedPaneUI.fContentRect:Ljava/awt/Rectangle;
        10: .line 136
            aload 0 /* this */
            new java.awt.Rectangle
            dup
            invokespecial java.awt.Rectangle.<init>:()V
            putfield com.apple.laf.AquaTabbedPaneUI.fIconRect:Ljava/awt/Rectangle;
        11: .line 137
            aload 0 /* this */
            new java.awt.Rectangle
            dup
            invokespecial java.awt.Rectangle.<init>:()V
            putfield com.apple.laf.AquaTabbedPaneUI.fTextRect:Ljava/awt/Rectangle;
        12: .line 67
            return
        end local 0 // com.apple.laf.AquaTabbedPaneUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lcom/apple/laf/AquaTabbedPaneUI;

  protected void installListeners();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaTabbedPaneUI this
         0: .line 70
            aload 0 /* this */
            invokespecial com.apple.laf.AquaTabbedPaneCopyFromBasicUI.installListeners:()V
         1: .line 73
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.mouseListener:Ljava/awt/event/MouseListener;
            ifnull 3
         2: .line 74
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.tabPane:Ljavax/swing/JTabbedPane;
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.mouseListener:Ljava/awt/event/MouseListener;
            checkcast java.awt.event.MouseMotionListener
            invokevirtual javax.swing.JTabbedPane.addMouseMotionListener:(Ljava/awt/event/MouseMotionListener;)V
         3: .line 76
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.apple.laf.AquaTabbedPaneUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/apple/laf/AquaTabbedPaneUI;

  protected void installDefaults();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // com.apple.laf.AquaTabbedPaneUI this
         0: .line 79
            aload 0 /* this */
            invokespecial com.apple.laf.AquaTabbedPaneCopyFromBasicUI.installDefaults:()V
         1: .line 81
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.tabPane:Ljavax/swing/JTabbedPane;
            invokevirtual javax.swing.JTabbedPane.getFont:()Ljava/awt/Font;
            instanceof javax.swing.plaf.UIResource
            ifeq 6
         2: .line 82
            ldc "TabbedPane.useSmallLayout"
            invokestatic javax.swing.UIManager.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Boolean
            astore 1 /* b */
        start local 1 // java.lang.Boolean b
         3: .line 83
            aload 1 /* b */
            ifnull 6
            aload 1 /* b */
            getstatic java.lang.Boolean.TRUE:Ljava/lang/Boolean;
            if_acmpne 6
         4: .line 84
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.tabPane:Ljavax/swing/JTabbedPane;
            ldc "TabbedPane.smallFont"
            invokestatic javax.swing.UIManager.getFont:(Ljava/lang/Object;)Ljava/awt/Font;
            invokevirtual javax.swing.JTabbedPane.setFont:(Ljava/awt/Font;)V
         5: .line 85
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.painter:Lcom/apple/laf/AquaPainter;
            getfield com.apple.laf.AquaPainter.state:Lapple/laf/JRSUIState;
            getstatic apple.laf.JRSUIConstants$Size.SMALL:Lapple/laf/JRSUIConstants$Size;
            invokevirtual apple.laf.JRSUIState.set:(Lapple/laf/JRSUIConstants$Property;)V
        end local 1 // java.lang.Boolean b
         6: .line 89
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.contentDrawingInsets:Ljava/awt/Insets;
            iconst_0
            bipush 11
            bipush 13
            bipush 10
            invokevirtual java.awt.Insets.set:(IIII)V
         7: .line 90
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.tabPane:Ljavax/swing/JTabbedPane;
            iconst_0
            invokevirtual javax.swing.JTabbedPane.setOpaque:(Z)V
         8: .line 91
            return
        end local 0 // com.apple.laf.AquaTabbedPaneUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/apple/laf/AquaTabbedPaneUI;
            3    6     1     b  Ljava/lang/Boolean;

  protected void assureRectsCreated(int);
    descriptor: (I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaTabbedPaneUI this
        start local 1 // int tabCount
         0: .line 94
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.visibleTabState:Lcom/apple/laf/AquaTabbedPaneTabState;
            iload 1 /* tabCount */
            invokevirtual com.apple.laf.AquaTabbedPaneTabState.init:(I)V
         1: .line 95
            aload 0 /* this */
            iload 1 /* tabCount */
            invokespecial com.apple.laf.AquaTabbedPaneCopyFromBasicUI.assureRectsCreated:(I)V
         2: .line 96
            return
        end local 1 // int tabCount
        end local 0 // com.apple.laf.AquaTabbedPaneUI this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lcom/apple/laf/AquaTabbedPaneUI;
            0    3     1  tabCount  I
    MethodParameters:
          Name  Flags
      tabCount  final

  protected void uninstallListeners();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.apple.laf.AquaTabbedPaneUI this
         0: .line 101
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.mouseListener:Ljava/awt/event/MouseListener;
            instanceof com.apple.laf.AquaTabbedPaneUI$MouseHandler
            ifeq 4
         1: .line 102
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.mouseListener:Ljava/awt/event/MouseListener;
            checkcast com.apple.laf.AquaTabbedPaneUI$MouseHandler
            astore 1 /* mh */
        start local 1 // com.apple.laf.AquaTabbedPaneUI$MouseHandler mh
         2: .line 103
            aload 1 /* mh */
            invokevirtual com.apple.laf.AquaTabbedPaneUI$MouseHandler.dispose:()V
         3: .line 104
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.tabPane:Ljavax/swing/JTabbedPane;
            aload 1 /* mh */
            invokevirtual javax.swing.JTabbedPane.removeMouseMotionListener:(Ljava/awt/event/MouseMotionListener;)V
        end local 1 // com.apple.laf.AquaTabbedPaneUI$MouseHandler mh
         4: .line 106
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokespecial com.apple.laf.AquaTabbedPaneCopyFromBasicUI.uninstallListeners:()V
         5: .line 107
            return
        end local 0 // com.apple.laf.AquaTabbedPaneUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/apple/laf/AquaTabbedPaneUI;
            2    4     1    mh  Lcom/apple/laf/AquaTabbedPaneUI$MouseHandler;

  protected void uninstallDefaults();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaTabbedPaneUI this
         0: .line 110
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.contentDrawingInsets:Ljava/awt/Insets;
            iconst_0
            iconst_0
            iconst_0
            iconst_0
            invokevirtual java.awt.Insets.set:(IIII)V
         1: .line 111
            return
        end local 0 // com.apple.laf.AquaTabbedPaneUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/apple/laf/AquaTabbedPaneUI;

  protected java.awt.event.MouseListener createMouseListener();
    descriptor: ()Ljava/awt/event/MouseListener;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaTabbedPaneUI this
         0: .line 114
            new com.apple.laf.AquaTabbedPaneUI$MouseHandler
            dup
            aload 0 /* this */
            invokespecial com.apple.laf.AquaTabbedPaneUI$MouseHandler.<init>:(Lcom/apple/laf/AquaTabbedPaneUI;)V
            areturn
        end local 0 // com.apple.laf.AquaTabbedPaneUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/laf/AquaTabbedPaneUI;

  protected java.awt.event.FocusListener createFocusListener();
    descriptor: ()Ljava/awt/event/FocusListener;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaTabbedPaneUI this
         0: .line 118
            new com.apple.laf.AquaTabbedPaneUI$FocusHandler
            dup
            aload 0 /* this */
            invokespecial com.apple.laf.AquaTabbedPaneUI$FocusHandler.<init>:(Lcom/apple/laf/AquaTabbedPaneUI;)V
            areturn
        end local 0 // com.apple.laf.AquaTabbedPaneUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/laf/AquaTabbedPaneUI;

  protected java.beans.PropertyChangeListener createPropertyChangeListener();
    descriptor: ()Ljava/beans/PropertyChangeListener;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaTabbedPaneUI this
         0: .line 122
            new com.apple.laf.AquaTabbedPaneUI$TabbedPanePropertyChangeHandler
            dup
            aload 0 /* this */
            invokespecial com.apple.laf.AquaTabbedPaneUI$TabbedPanePropertyChangeHandler.<init>:(Lcom/apple/laf/AquaTabbedPaneUI;)V
            areturn
        end local 0 // com.apple.laf.AquaTabbedPaneUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/laf/AquaTabbedPaneUI;

  protected java.awt.LayoutManager createLayoutManager();
    descriptor: ()Ljava/awt/LayoutManager;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaTabbedPaneUI this
         0: .line 126
            new com.apple.laf.AquaTabbedPaneUI$AquaTruncatingTabbedPaneLayout
            dup
            aload 0 /* this */
            invokespecial com.apple.laf.AquaTabbedPaneUI$AquaTruncatingTabbedPaneLayout.<init>:(Lcom/apple/laf/AquaTabbedPaneUI;)V
            areturn
        end local 0 // com.apple.laf.AquaTabbedPaneUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/laf/AquaTabbedPaneUI;

  protected boolean shouldRepaintSelectedTabOnMouseDown();
    descriptor: ()Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaTabbedPaneUI this
         0: .line 130
            iconst_0
            ireturn
        end local 0 // com.apple.laf.AquaTabbedPaneUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/laf/AquaTabbedPaneUI;

  public void paint(java.awt.Graphics, javax.swing.JComponent);
    descriptor: (Ljava/awt/Graphics;Ljavax/swing/JComponent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=9, args_size=3
        start local 0 // com.apple.laf.AquaTabbedPaneUI this
        start local 1 // java.awt.Graphics g
        start local 2 // javax.swing.JComponent c
         0: .line 141
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.painter:Lcom/apple/laf/AquaPainter;
            getfield com.apple.laf.AquaPainter.state:Lapple/laf/JRSUIState;
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaTabbedPaneUI.getDirection:()Lapple/laf/JRSUIConstants$Direction;
            invokevirtual apple.laf.JRSUIState.set:(Lapple/laf/JRSUIConstants$Property;)V
         1: .line 143
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.tabPane:Ljavax/swing/JTabbedPane;
            invokevirtual javax.swing.JTabbedPane.getTabPlacement:()I
            istore 3 /* tabPlacement */
        start local 3 // int tabPlacement
         2: .line 144
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.tabPane:Ljavax/swing/JTabbedPane;
            invokevirtual javax.swing.JTabbedPane.getSelectedIndex:()I
            istore 4 /* selectedIndex */
        start local 4 // int selectedIndex
         3: .line 145
            aload 0 /* this */
            aload 1 /* g */
            iload 3 /* tabPlacement */
            iload 4 /* selectedIndex */
            invokevirtual com.apple.laf.AquaTabbedPaneUI.paintContentBorder:(Ljava/awt/Graphics;II)V
         4: .line 148
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaTabbedPaneUI.ensureCurrentLayout:()V
         5: .line 149
            aload 1 /* g */
            invokevirtual java.awt.Graphics.getClipBounds:()Ljava/awt/Rectangle;
            astore 5 /* clipRect */
        start local 5 // java.awt.Rectangle clipRect
         6: .line 151
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.tabPane:Ljavax/swing/JTabbedPane;
            invokevirtual javax.swing.JTabbedPane.isEnabled:()Z
            istore 6 /* active */
        start local 6 // boolean active
         7: .line 152
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.tabPane:Ljavax/swing/JTabbedPane;
            invokestatic com.apple.laf.AquaFocusHandler.isActive:(Ljavax/swing/JComponent;)Z
            istore 7 /* frameActive */
        start local 7 // boolean frameActive
         8: .line 153
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.tabPane:Ljavax/swing/JTabbedPane;
            invokevirtual javax.swing.JTabbedPane.getComponentOrientation:()Ljava/awt/ComponentOrientation;
            invokevirtual java.awt.ComponentOrientation.isLeftToRight:()Z
            ifne 9
            iload 3 /* tabPlacement */
            iconst_2
            if_icmpeq 9
            iload 3 /* tabPlacement */
            iconst_4
            if_icmpeq 9
            iconst_0
            goto 10
      StackMap locals: com.apple.laf.AquaTabbedPaneUI java.awt.Graphics javax.swing.JComponent int int java.awt.Rectangle int int
      StackMap stack:
         9: iconst_1
      StackMap locals:
      StackMap stack: int
        10: istore 8 /* isLeftToRight */
        start local 8 // boolean isLeftToRight
        11: .line 156
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.visibleTabState:Lcom/apple/laf/AquaTabbedPaneTabState;
            invokevirtual com.apple.laf.AquaTabbedPaneTabState.needsScrollTabs:()Z
            ifeq 14
        12: .line 157
            aload 0 /* this */
            aload 1 /* g */
            aload 5 /* clipRect */
            iload 3 /* tabPlacement */
            iload 4 /* selectedIndex */
            iload 6 /* active */
            iload 7 /* frameActive */
            iload 8 /* isLeftToRight */
            invokevirtual com.apple.laf.AquaTabbedPaneUI.paintScrollingTabs:(Ljava/awt/Graphics;Ljava/awt/Rectangle;IIZZZ)V
        13: .line 158
            return
        14: .line 162
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* g */
            aload 5 /* clipRect */
            iload 3 /* tabPlacement */
            iload 4 /* selectedIndex */
            iload 6 /* active */
            iload 7 /* frameActive */
            iload 8 /* isLeftToRight */
            invokevirtual com.apple.laf.AquaTabbedPaneUI.paintAllTabs:(Ljava/awt/Graphics;Ljava/awt/Rectangle;IIZZZ)V
        15: .line 163
            return
        end local 8 // boolean isLeftToRight
        end local 7 // boolean frameActive
        end local 6 // boolean active
        end local 5 // java.awt.Rectangle clipRect
        end local 4 // int selectedIndex
        end local 3 // int tabPlacement
        end local 2 // javax.swing.JComponent c
        end local 1 // java.awt.Graphics g
        end local 0 // com.apple.laf.AquaTabbedPaneUI this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   16     0           this  Lcom/apple/laf/AquaTabbedPaneUI;
            0   16     1              g  Ljava/awt/Graphics;
            0   16     2              c  Ljavax/swing/JComponent;
            2   16     3   tabPlacement  I
            3   16     4  selectedIndex  I
            6   16     5       clipRect  Ljava/awt/Rectangle;
            7   16     6         active  Z
            8   16     7    frameActive  Z
           11   16     8  isLeftToRight  Z
    MethodParameters:
      Name  Flags
      g     final
      c     final

  protected void paintAllTabs(java.awt.Graphics, java.awt.Rectangle, int, int, boolean, boolean, boolean);
    descriptor: (Ljava/awt/Graphics;Ljava/awt/Rectangle;IIZZZ)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=10, args_size=8
        start local 0 // com.apple.laf.AquaTabbedPaneUI this
        start local 1 // java.awt.Graphics g
        start local 2 // java.awt.Rectangle clipRect
        start local 3 // int tabPlacement
        start local 4 // int selectedIndex
        start local 5 // boolean active
        start local 6 // boolean frameActive
        start local 7 // boolean isLeftToRight
         0: .line 166
            iconst_0
            istore 8 /* drawSelectedLast */
        start local 8 // boolean drawSelectedLast
         1: .line 167
            iconst_0
            istore 9 /* i */
        start local 9 // int i
         2: goto 9
         3: .line 168
      StackMap locals: int int
      StackMap stack:
            iload 9 /* i */
            iload 4 /* selectedIndex */
            if_icmpne 6
         4: .line 169
            iconst_1
            istore 8 /* drawSelectedLast */
         5: .line 170
            goto 8
         6: .line 171
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.rects:[Ljava/awt/Rectangle;
            iload 9 /* i */
            aaload
            aload 2 /* clipRect */
            invokevirtual java.awt.Rectangle.intersects:(Ljava/awt/Rectangle;)Z
            ifeq 8
         7: .line 172
            aload 0 /* this */
            aload 1 /* g */
            iload 3 /* tabPlacement */
            iload 9 /* i */
            iload 5 /* active */
            iload 6 /* frameActive */
            iload 7 /* isLeftToRight */
            invokevirtual com.apple.laf.AquaTabbedPaneUI.paintTabNormal:(Ljava/awt/Graphics;IIZZZ)V
         8: .line 167
      StackMap locals:
      StackMap stack:
            iinc 9 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 9 /* i */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.rects:[Ljava/awt/Rectangle;
            arraylength
            if_icmplt 3
        end local 9 // int i
        10: .line 178
            iload 8 /* drawSelectedLast */
            ifeq 12
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.rects:[Ljava/awt/Rectangle;
            iload 4 /* selectedIndex */
            aaload
            aload 2 /* clipRect */
            invokevirtual java.awt.Rectangle.intersects:(Ljava/awt/Rectangle;)Z
            ifeq 12
        11: .line 179
            aload 0 /* this */
            aload 1 /* g */
            iload 3 /* tabPlacement */
            iload 4 /* selectedIndex */
            iload 5 /* active */
            iload 6 /* frameActive */
            iload 7 /* isLeftToRight */
            invokevirtual com.apple.laf.AquaTabbedPaneUI.paintTabNormal:(Ljava/awt/Graphics;IIZZZ)V
        12: .line 181
      StackMap locals:
      StackMap stack:
            return
        end local 8 // boolean drawSelectedLast
        end local 7 // boolean isLeftToRight
        end local 6 // boolean frameActive
        end local 5 // boolean active
        end local 4 // int selectedIndex
        end local 3 // int tabPlacement
        end local 2 // java.awt.Rectangle clipRect
        end local 1 // java.awt.Graphics g
        end local 0 // com.apple.laf.AquaTabbedPaneUI this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   13     0              this  Lcom/apple/laf/AquaTabbedPaneUI;
            0   13     1                 g  Ljava/awt/Graphics;
            0   13     2          clipRect  Ljava/awt/Rectangle;
            0   13     3      tabPlacement  I
            0   13     4     selectedIndex  I
            0   13     5            active  Z
            0   13     6       frameActive  Z
            0   13     7     isLeftToRight  Z
            1   13     8  drawSelectedLast  Z
            2   10     9                 i  I
    MethodParameters:
               Name  Flags
      g              final
      clipRect       final
      tabPlacement   final
      selectedIndex  final
      active         final
      frameActive    final
      isLeftToRight  final

  protected void paintScrollingTabs(java.awt.Graphics, java.awt.Rectangle, int, int, boolean, boolean, boolean);
    descriptor: (Ljava/awt/Graphics;Ljava/awt/Rectangle;IIZZZ)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=10, locals=10, args_size=8
        start local 0 // com.apple.laf.AquaTabbedPaneUI this
        start local 1 // java.awt.Graphics g
        start local 2 // java.awt.Rectangle clipRect
        start local 3 // int tabPlacement
        start local 4 // int selectedIndex
        start local 5 // boolean active
        start local 6 // boolean frameActive
        start local 7 // boolean isLeftToRight
         0: .line 195
            iconst_0
            istore 8 /* i */
        start local 8 // int i
         1: goto 7
         2: .line 196
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.visibleTabState:Lcom/apple/laf/AquaTabbedPaneTabState;
            iload 8 /* i */
            invokevirtual com.apple.laf.AquaTabbedPaneTabState.getIndex:(I)I
            istore 9 /* realIndex */
        start local 9 // int realIndex
         3: .line 197
            iload 9 /* realIndex */
            iload 4 /* selectedIndex */
            if_icmpeq 6
         4: .line 198
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.rects:[Ljava/awt/Rectangle;
            iload 9 /* realIndex */
            aaload
            aload 2 /* clipRect */
            invokevirtual java.awt.Rectangle.intersects:(Ljava/awt/Rectangle;)Z
            ifeq 6
         5: .line 199
            aload 0 /* this */
            aload 1 /* g */
            iload 3 /* tabPlacement */
            iload 9 /* realIndex */
            iload 5 /* active */
            iload 6 /* frameActive */
            iload 7 /* isLeftToRight */
            invokevirtual com.apple.laf.AquaTabbedPaneUI.paintTabNormal:(Ljava/awt/Graphics;IIZZZ)V
        end local 9 // int realIndex
         6: .line 195
      StackMap locals:
      StackMap stack:
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 8 /* i */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.visibleTabState:Lcom/apple/laf/AquaTabbedPaneTabState;
            invokevirtual com.apple.laf.AquaTabbedPaneTabState.getTotal:()I
            if_icmplt 2
        end local 8 // int i
         8: .line 204
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.visibleTabState:Lcom/apple/laf/AquaTabbedPaneTabState;
            invokevirtual com.apple.laf.AquaTabbedPaneTabState.getLeftScrollTabRect:()Ljava/awt/Rectangle;
            astore 8 /* leftScrollTabRect */
        start local 8 // java.awt.Rectangle leftScrollTabRect
         9: .line 205
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.visibleTabState:Lcom/apple/laf/AquaTabbedPaneTabState;
            invokevirtual com.apple.laf.AquaTabbedPaneTabState.needsLeftScrollTab:()Z
            ifeq 11
            aload 8 /* leftScrollTabRect */
            aload 2 /* clipRect */
            invokevirtual java.awt.Rectangle.intersects:(Ljava/awt/Rectangle;)Z
            ifeq 11
        10: .line 206
            aload 0 /* this */
            aload 1 /* g */
            iload 3 /* tabPlacement */
            aload 8 /* leftScrollTabRect */
            bipush -2
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.fIconRect:Ljava/awt/Rectangle;
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.fTextRect:Ljava/awt/Rectangle;
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.visibleTabState:Lcom/apple/laf/AquaTabbedPaneTabState;
            invokevirtual com.apple.laf.AquaTabbedPaneTabState.needsLeftScrollTab:()Z
            iload 6 /* frameActive */
            iload 7 /* isLeftToRight */
            invokevirtual com.apple.laf.AquaTabbedPaneUI.paintTabNormalFromRect:(Ljava/awt/Graphics;ILjava/awt/Rectangle;ILjava/awt/Rectangle;Ljava/awt/Rectangle;ZZZ)V
        11: .line 209
      StackMap locals: com.apple.laf.AquaTabbedPaneUI java.awt.Graphics java.awt.Rectangle int int int int int java.awt.Rectangle
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.visibleTabState:Lcom/apple/laf/AquaTabbedPaneTabState;
            invokevirtual com.apple.laf.AquaTabbedPaneTabState.getRightScrollTabRect:()Ljava/awt/Rectangle;
            astore 9 /* rightScrollTabRect */
        start local 9 // java.awt.Rectangle rightScrollTabRect
        12: .line 210
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.visibleTabState:Lcom/apple/laf/AquaTabbedPaneTabState;
            invokevirtual com.apple.laf.AquaTabbedPaneTabState.needsRightScrollTab:()Z
            ifeq 14
            aload 9 /* rightScrollTabRect */
            aload 2 /* clipRect */
            invokevirtual java.awt.Rectangle.intersects:(Ljava/awt/Rectangle;)Z
            ifeq 14
        13: .line 211
            aload 0 /* this */
            aload 1 /* g */
            iload 3 /* tabPlacement */
            aload 9 /* rightScrollTabRect */
            iconst_m1
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.fIconRect:Ljava/awt/Rectangle;
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.fTextRect:Ljava/awt/Rectangle;
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.visibleTabState:Lcom/apple/laf/AquaTabbedPaneTabState;
            invokevirtual com.apple.laf.AquaTabbedPaneTabState.needsRightScrollTab:()Z
            iload 6 /* frameActive */
            iload 7 /* isLeftToRight */
            invokevirtual com.apple.laf.AquaTabbedPaneUI.paintTabNormalFromRect:(Ljava/awt/Graphics;ILjava/awt/Rectangle;ILjava/awt/Rectangle;Ljava/awt/Rectangle;ZZZ)V
        14: .line 214
      StackMap locals: java.awt.Rectangle
      StackMap stack:
            iload 4 /* selectedIndex */
            iflt 16
        15: .line 215
            aload 0 /* this */
            aload 1 /* g */
            iload 3 /* tabPlacement */
            iload 4 /* selectedIndex */
            iload 5 /* active */
            iload 6 /* frameActive */
            iload 7 /* isLeftToRight */
            invokevirtual com.apple.laf.AquaTabbedPaneUI.paintTabNormal:(Ljava/awt/Graphics;IIZZZ)V
        16: .line 217
      StackMap locals:
      StackMap stack:
            return
        end local 9 // java.awt.Rectangle rightScrollTabRect
        end local 8 // java.awt.Rectangle leftScrollTabRect
        end local 7 // boolean isLeftToRight
        end local 6 // boolean frameActive
        end local 5 // boolean active
        end local 4 // int selectedIndex
        end local 3 // int tabPlacement
        end local 2 // java.awt.Rectangle clipRect
        end local 1 // java.awt.Graphics g
        end local 0 // com.apple.laf.AquaTabbedPaneUI this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   17     0                this  Lcom/apple/laf/AquaTabbedPaneUI;
            0   17     1                   g  Ljava/awt/Graphics;
            0   17     2            clipRect  Ljava/awt/Rectangle;
            0   17     3        tabPlacement  I
            0   17     4       selectedIndex  I
            0   17     5              active  Z
            0   17     6         frameActive  Z
            0   17     7       isLeftToRight  Z
            1    8     8                   i  I
            3    6     9           realIndex  I
            9   17     8   leftScrollTabRect  Ljava/awt/Rectangle;
           12   17     9  rightScrollTabRect  Ljava/awt/Rectangle;
    MethodParameters:
               Name  Flags
      g              final
      clipRect       final
      tabPlacement   final
      selectedIndex  final
      active         final
      frameActive    final
      isLeftToRight  final

  private static boolean isScrollTabIndex(int);
    descriptor: (I)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // int index
         0: .line 220
            iload 0 /* index */
            iconst_m1
            if_icmpeq 1
            iload 0 /* index */
            bipush -2
            if_icmpeq 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 0 // int index
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0  index  I
    MethodParameters:
       Name  Flags
      index  final

  protected static void transposeRect(java.awt.Rectangle);
    descriptor: (Ljava/awt/Rectangle;)V
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // java.awt.Rectangle r
         0: .line 224
            aload 0 /* r */
            getfield java.awt.Rectangle.y:I
            istore 1 /* temp */
        start local 1 // int temp
         1: .line 225
            aload 0 /* r */
            aload 0 /* r */
            getfield java.awt.Rectangle.x:I
            putfield java.awt.Rectangle.y:I
         2: .line 226
            aload 0 /* r */
            iload 1 /* temp */
            putfield java.awt.Rectangle.x:I
         3: .line 227
            aload 0 /* r */
            getfield java.awt.Rectangle.width:I
            istore 1 /* temp */
         4: .line 228
            aload 0 /* r */
            aload 0 /* r */
            getfield java.awt.Rectangle.height:I
            putfield java.awt.Rectangle.width:I
         5: .line 229
            aload 0 /* r */
            iload 1 /* temp */
            putfield java.awt.Rectangle.height:I
         6: .line 230
            return
        end local 1 // int temp
        end local 0 // java.awt.Rectangle r
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0     r  Ljava/awt/Rectangle;
            1    7     1  temp  I
    MethodParameters:
      Name  Flags
      r     final

  protected int getTabLabelShiftX(int, int, boolean);
    descriptor: (IIZ)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=6, args_size=4
        start local 0 // com.apple.laf.AquaTabbedPaneUI this
        start local 1 // int tabPlacement
        start local 2 // int tabIndex
        start local 3 // boolean isSelected
         0: .line 233
            iload 2 /* tabIndex */
            iflt 1
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.rects:[Ljava/awt/Rectangle;
            iload 2 /* tabIndex */
            aaload
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.visibleTabState:Lcom/apple/laf/AquaTabbedPaneTabState;
            invokevirtual com.apple.laf.AquaTabbedPaneTabState.getRightScrollTabRect:()Ljava/awt/Rectangle;
      StackMap locals:
      StackMap stack: java.awt.Rectangle
         2: astore 4 /* tabRect */
        start local 4 // java.awt.Rectangle tabRect
         3: .line 234
            iconst_0
            istore 5 /* nudge */
        start local 5 // int nudge
         4: .line 235
            iload 1 /* tabPlacement */
            tableswitch { // 1 - 4
                    1: 7
                    2: 5
                    3: 7
                    4: 5
              default: 7
          }
         5: .line 238
      StackMap locals: java.awt.Rectangle int
      StackMap stack:
            aload 4 /* tabRect */
            getfield java.awt.Rectangle.height:I
            iconst_2
            irem
            istore 5 /* nudge */
         6: .line 239
            goto 8
         7: .line 243
      StackMap locals:
      StackMap stack:
            aload 4 /* tabRect */
            getfield java.awt.Rectangle.width:I
            iconst_2
            irem
            istore 5 /* nudge */
         8: .line 245
      StackMap locals:
      StackMap stack:
            iload 5 /* nudge */
            ireturn
        end local 5 // int nudge
        end local 4 // java.awt.Rectangle tabRect
        end local 3 // boolean isSelected
        end local 2 // int tabIndex
        end local 1 // int tabPlacement
        end local 0 // com.apple.laf.AquaTabbedPaneUI this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    9     0          this  Lcom/apple/laf/AquaTabbedPaneUI;
            0    9     1  tabPlacement  I
            0    9     2      tabIndex  I
            0    9     3    isSelected  Z
            3    9     4       tabRect  Ljava/awt/Rectangle;
            4    9     5         nudge  I
    MethodParameters:
              Name  Flags
      tabPlacement  final
      tabIndex      final
      isSelected    final

  protected int getTabLabelShiftY(int, int, boolean);
    descriptor: (IIZ)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=4, args_size=4
        start local 0 // com.apple.laf.AquaTabbedPaneUI this
        start local 1 // int tabPlacement
        start local 2 // int tabIndex
        start local 3 // boolean isSelected
         0: .line 249
            iload 1 /* tabPlacement */
            tableswitch { // 1 - 4
                    1: 2
                    2: 1
                    3: 1
                    4: 1
              default: 2
          }
         1: .line 253
      StackMap locals:
      StackMap stack:
            iconst_m1
            ireturn
         2: .line 256
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 3 // boolean isSelected
        end local 2 // int tabIndex
        end local 1 // int tabPlacement
        end local 0 // com.apple.laf.AquaTabbedPaneUI this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lcom/apple/laf/AquaTabbedPaneUI;
            0    3     1  tabPlacement  I
            0    3     2      tabIndex  I
            0    3     3    isSelected  Z
    MethodParameters:
              Name  Flags
      tabPlacement  final
      tabIndex      final
      isSelected    final

  protected javax.swing.Icon getIconForScrollTab(int, int, boolean);
    descriptor: (IIZ)Ljavax/swing/Icon;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=7, args_size=4
        start local 0 // com.apple.laf.AquaTabbedPaneUI this
        start local 1 // int tabPlacement
        start local 2 // int tabIndex
        start local 3 // boolean enabled
         0: .line 261
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.tabPane:Ljavax/swing/JTabbedPane;
            invokestatic com.apple.laf.AquaUtils.isLeftToRight:(Ljava/awt/Component;)Z
            ifeq 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: istore 4 /* shouldFlip */
        start local 4 // boolean shouldFlip
         3: .line 262
            iload 1 /* tabPlacement */
            iconst_4
            if_icmpne 4
            iconst_0
            istore 4 /* shouldFlip */
         4: .line 263
      StackMap locals: int
      StackMap stack:
            iload 1 /* tabPlacement */
            iconst_2
            if_icmpne 5
            iconst_1
            istore 4 /* shouldFlip */
         5: .line 265
      StackMap locals:
      StackMap stack:
            iload 2 /* tabIndex */
            iconst_m1
            if_icmpne 6
            iconst_3
            goto 7
      StackMap locals:
      StackMap stack:
         6: bipush 7
      StackMap locals:
      StackMap stack: int
         7: istore 5 /* direction */
        start local 5 // int direction
         8: .line 266
            iload 4 /* shouldFlip */
            ifeq 14
         9: .line 267
            iload 5 /* direction */
            iconst_3
            if_icmpne 12
        10: .line 268
            bipush 7
            istore 5 /* direction */
        11: .line 269
            goto 14
      StackMap locals: int
      StackMap stack:
        12: iload 5 /* direction */
            bipush 7
            if_icmpne 14
        13: .line 270
            iconst_3
            istore 5 /* direction */
        14: .line 274
      StackMap locals:
      StackMap stack:
            iload 3 /* enabled */
            ifeq 15
            iload 5 /* direction */
            invokestatic com.apple.laf.AquaImageFactory.getArrowIconForDirection:(I)Ljavax/swing/Icon;
            areturn
        15: .line 276
      StackMap locals:
      StackMap stack:
            iload 5 /* direction */
            invokestatic com.apple.laf.AquaImageFactory.getArrowImageForDirection:(I)Ljava/awt/Image;
            astore 6 /* icon */
        start local 6 // java.awt.Image icon
        16: .line 277
            new javax.swing.ImageIcon
            dup
            aload 6 /* icon */
            invokestatic com.apple.laf.AquaUtils.generateDisabledImage:(Ljava/awt/Image;)Ljava/awt/Image;
            invokespecial javax.swing.ImageIcon.<init>:(Ljava/awt/Image;)V
            areturn
        end local 6 // java.awt.Image icon
        end local 5 // int direction
        end local 4 // boolean shouldFlip
        end local 3 // boolean enabled
        end local 2 // int tabIndex
        end local 1 // int tabPlacement
        end local 0 // com.apple.laf.AquaTabbedPaneUI this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   17     0          this  Lcom/apple/laf/AquaTabbedPaneUI;
            0   17     1  tabPlacement  I
            0   17     2      tabIndex  I
            0   17     3       enabled  Z
            3   17     4    shouldFlip  Z
            8   17     5     direction  I
           16   17     6          icon  Ljava/awt/Image;
    MethodParameters:
              Name  Flags
      tabPlacement  final
      tabIndex      final
      enabled       final

  protected void paintContents(java.awt.Graphics, int, int, java.awt.Rectangle, java.awt.Rectangle, java.awt.Rectangle, boolean);
    descriptor: (Ljava/awt/Graphics;IILjava/awt/Rectangle;Ljava/awt/Rectangle;Ljava/awt/Rectangle;Z)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=10, locals=18, args_size=8
        start local 0 // com.apple.laf.AquaTabbedPaneUI this
        start local 1 // java.awt.Graphics g
        start local 2 // int tabPlacement
        start local 3 // int tabIndex
        start local 4 // java.awt.Rectangle tabRect
        start local 5 // java.awt.Rectangle iconRect
        start local 6 // java.awt.Rectangle textRect
        start local 7 // boolean isSelected
         0: .line 281
            aload 1 /* g */
            invokevirtual java.awt.Graphics.getClip:()Ljava/awt/Shape;
            astore 8 /* temp */
        start local 8 // java.awt.Shape temp
         1: .line 282
            aload 1 /* g */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.fContentRect:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.x:I
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.fContentRect:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.y:I
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.fContentRect:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.width:I
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.fContentRect:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.height:I
            invokevirtual java.awt.Graphics.clipRect:(IIII)V
         2: .line 287
            iload 3 /* tabIndex */
            invokestatic com.apple.laf.AquaTabbedPaneUI.isScrollTabIndex:(I)Z
            ifeq 7
         3: .line 288
            aconst_null
            astore 9 /* component */
        start local 9 // java.awt.Component component
         4: .line 289
            aconst_null
            astore 10 /* title */
        start local 10 // java.lang.String title
         5: .line 290
            aload 0 /* this */
            iload 2 /* tabPlacement */
            iload 3 /* tabIndex */
            iconst_1
            invokevirtual com.apple.laf.AquaTabbedPaneUI.getIconForScrollTab:(IIZ)Ljavax/swing/Icon;
            astore 11 /* icon */
        start local 11 // javax.swing.Icon icon
         6: .line 291
            goto 14
        end local 11 // javax.swing.Icon icon
        end local 10 // java.lang.String title
        end local 9 // java.awt.Component component
         7: .line 292
      StackMap locals: java.awt.Shape
      StackMap stack:
            aload 0 /* this */
            iload 3 /* tabIndex */
            invokevirtual com.apple.laf.AquaTabbedPaneUI.getTabComponentAt:(I)Ljava/awt/Component;
            astore 9 /* component */
        start local 9 // java.awt.Component component
         8: .line 293
            aload 9 /* component */
            ifnonnull 12
         9: .line 294
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.tabPane:Ljavax/swing/JTabbedPane;
            iload 3 /* tabIndex */
            invokevirtual javax.swing.JTabbedPane.getTitleAt:(I)Ljava/lang/String;
            astore 10 /* title */
        start local 10 // java.lang.String title
        10: .line 295
            aload 0 /* this */
            iload 3 /* tabIndex */
            invokevirtual com.apple.laf.AquaTabbedPaneUI.getIconForTab:(I)Ljavax/swing/Icon;
            astore 11 /* icon */
        start local 11 // javax.swing.Icon icon
        11: .line 296
            goto 14
        end local 11 // javax.swing.Icon icon
        end local 10 // java.lang.String title
        12: .line 297
      StackMap locals: java.awt.Component
      StackMap stack:
            aconst_null
            astore 10 /* title */
        start local 10 // java.lang.String title
        13: .line 298
            aconst_null
            astore 11 /* icon */
        start local 11 // javax.swing.Icon icon
        14: .line 302
      StackMap locals: java.lang.String javax.swing.Icon
      StackMap stack:
            iload 2 /* tabPlacement */
            iconst_4
            if_icmpeq 15
            iload 2 /* tabPlacement */
            iconst_2
            if_icmpeq 15
            iconst_0
            goto 16
      StackMap locals:
      StackMap stack:
        15: iconst_1
      StackMap locals:
      StackMap stack: int
        16: istore 12 /* isVertical */
        start local 12 // boolean isVertical
        17: .line 303
            iload 12 /* isVertical */
            ifeq 19
        18: .line 304
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.fContentRect:Ljava/awt/Rectangle;
            invokestatic com.apple.laf.AquaTabbedPaneUI.transposeRect:(Ljava/awt/Rectangle;)V
        19: .line 307
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.tabPane:Ljavax/swing/JTabbedPane;
            invokevirtual javax.swing.JTabbedPane.getFont:()Ljava/awt/Font;
            astore 13 /* font */
        start local 13 // java.awt.Font font
        20: .line 308
            aload 1 /* g */
            aload 13 /* font */
            invokevirtual java.awt.Graphics.getFontMetrics:(Ljava/awt/Font;)Ljava/awt/FontMetrics;
            astore 14 /* metrics */
        start local 14 // java.awt.FontMetrics metrics
        21: .line 311
            aload 0 /* this */
            iload 2 /* tabPlacement */
            aload 14 /* metrics */
            iload 3 /* tabIndex */
            ifge 22
            iconst_0
            goto 23
      StackMap locals: com.apple.laf.AquaTabbedPaneUI java.awt.Graphics int int java.awt.Rectangle java.awt.Rectangle java.awt.Rectangle int java.awt.Shape java.awt.Component java.lang.String javax.swing.Icon int java.awt.Font java.awt.FontMetrics
      StackMap stack: com.apple.laf.AquaTabbedPaneUI int java.awt.FontMetrics
        22: iload 3 /* tabIndex */
      StackMap locals: com.apple.laf.AquaTabbedPaneUI java.awt.Graphics int int java.awt.Rectangle java.awt.Rectangle java.awt.Rectangle int java.awt.Shape java.awt.Component java.lang.String javax.swing.Icon int java.awt.Font java.awt.FontMetrics
      StackMap stack: com.apple.laf.AquaTabbedPaneUI int java.awt.FontMetrics int
        23: aload 10 /* title */
            aload 11 /* icon */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.fContentRect:Ljava/awt/Rectangle;
            aload 5 /* iconRect */
            aload 6 /* textRect */
            iconst_0
            invokevirtual com.apple.laf.AquaTabbedPaneUI.layoutLabel:(ILjava/awt/FontMetrics;ILjava/lang/String;Ljavax/swing/Icon;Ljava/awt/Rectangle;Ljava/awt/Rectangle;Ljava/awt/Rectangle;Z)V
        24: .line 312
            iload 12 /* isVertical */
            ifeq 28
        25: .line 313
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.fContentRect:Ljava/awt/Rectangle;
            invokestatic com.apple.laf.AquaTabbedPaneUI.transposeRect:(Ljava/awt/Rectangle;)V
        26: .line 314
            aload 5 /* iconRect */
            invokestatic com.apple.laf.AquaTabbedPaneUI.transposeRect:(Ljava/awt/Rectangle;)V
        27: .line 315
            aload 6 /* textRect */
            invokestatic com.apple.laf.AquaTabbedPaneUI.transposeRect:(Ljava/awt/Rectangle;)V
        28: .line 319
      StackMap locals:
      StackMap stack:
            aload 1 /* g */
            instanceof java.awt.Graphics2D
            ifne 31
        29: .line 320
            aload 1 /* g */
            aload 8 /* temp */
            invokevirtual java.awt.Graphics.setClip:(Ljava/awt/Shape;)V
        30: .line 321
            return
        31: .line 323
      StackMap locals:
      StackMap stack:
            aload 1 /* g */
            checkcast java.awt.Graphics2D
            astore 15 /* g2d */
        start local 15 // java.awt.Graphics2D g2d
        32: .line 325
            aconst_null
            astore 16 /* savedAT */
        start local 16 // java.awt.geom.AffineTransform savedAT
        33: .line 326
            iload 12 /* isVertical */
            ifeq 36
        34: .line 327
            aload 15 /* g2d */
            invokevirtual java.awt.Graphics2D.getTransform:()Ljava/awt/geom/AffineTransform;
            astore 16 /* savedAT */
        35: .line 328
            aload 0 /* this */
            aload 15 /* g2d */
            aload 4 /* tabRect */
            aload 6 /* textRect */
            aload 5 /* iconRect */
            iload 2 /* tabPlacement */
            invokevirtual com.apple.laf.AquaTabbedPaneUI.rotateGraphics:(Ljava/awt/Graphics2D;Ljava/awt/Rectangle;Ljava/awt/Rectangle;Ljava/awt/Rectangle;I)V
        36: .line 332
      StackMap locals: java.awt.Graphics2D java.awt.geom.AffineTransform
      StackMap stack:
            aload 9 /* component */
            ifnonnull 41
            iload 3 /* tabIndex */
            iflt 41
        37: .line 333
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.tabPane:Ljavax/swing/JTabbedPane;
            aload 14 /* metrics */
        38: .line 334
            aload 10 /* title */
            aload 6 /* textRect */
            getfield java.awt.Rectangle.width:I
        39: .line 333
            invokestatic sun.swing.SwingUtilities2.clipStringIfNecessary:(Ljavax/swing/JComponent;Ljava/awt/FontMetrics;Ljava/lang/String;I)Ljava/lang/String;
            astore 17 /* clippedTitle */
        start local 17 // java.lang.String clippedTitle
        40: .line 335
            aload 0 /* this */
            aload 15 /* g2d */
            aload 13 /* font */
            aload 14 /* metrics */
            aload 6 /* textRect */
            iload 3 /* tabIndex */
            aload 17 /* clippedTitle */
            invokevirtual com.apple.laf.AquaTabbedPaneUI.paintTitle:(Ljava/awt/Graphics2D;Ljava/awt/Font;Ljava/awt/FontMetrics;Ljava/awt/Rectangle;ILjava/lang/String;)V
        end local 17 // java.lang.String clippedTitle
        41: .line 338
      StackMap locals:
      StackMap stack:
            aload 11 /* icon */
            ifnull 43
        42: .line 339
            aload 0 /* this */
            aload 1 /* g */
            iload 2 /* tabPlacement */
            iload 3 /* tabIndex */
            aload 11 /* icon */
            aload 5 /* iconRect */
            iload 7 /* isSelected */
            invokevirtual com.apple.laf.AquaTabbedPaneUI.paintIcon:(Ljava/awt/Graphics;IILjavax/swing/Icon;Ljava/awt/Rectangle;Z)V
        43: .line 342
      StackMap locals:
      StackMap stack:
            aload 16 /* savedAT */
            ifnull 45
        44: .line 343
            aload 15 /* g2d */
            aload 16 /* savedAT */
            invokevirtual java.awt.Graphics2D.setTransform:(Ljava/awt/geom/AffineTransform;)V
        45: .line 346
      StackMap locals:
      StackMap stack:
            aload 1 /* g */
            aload 8 /* temp */
            invokevirtual java.awt.Graphics.setClip:(Ljava/awt/Shape;)V
        46: .line 347
            return
        end local 16 // java.awt.geom.AffineTransform savedAT
        end local 15 // java.awt.Graphics2D g2d
        end local 14 // java.awt.FontMetrics metrics
        end local 13 // java.awt.Font font
        end local 12 // boolean isVertical
        end local 11 // javax.swing.Icon icon
        end local 10 // java.lang.String title
        end local 9 // java.awt.Component component
        end local 8 // java.awt.Shape temp
        end local 7 // boolean isSelected
        end local 6 // java.awt.Rectangle textRect
        end local 5 // java.awt.Rectangle iconRect
        end local 4 // java.awt.Rectangle tabRect
        end local 3 // int tabIndex
        end local 2 // int tabPlacement
        end local 1 // java.awt.Graphics g
        end local 0 // com.apple.laf.AquaTabbedPaneUI this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   47     0          this  Lcom/apple/laf/AquaTabbedPaneUI;
            0   47     1             g  Ljava/awt/Graphics;
            0   47     2  tabPlacement  I
            0   47     3      tabIndex  I
            0   47     4       tabRect  Ljava/awt/Rectangle;
            0   47     5      iconRect  Ljava/awt/Rectangle;
            0   47     6      textRect  Ljava/awt/Rectangle;
            0   47     7    isSelected  Z
            1   47     8          temp  Ljava/awt/Shape;
            4    7     9     component  Ljava/awt/Component;
            8   47     9     component  Ljava/awt/Component;
            5    7    10         title  Ljava/lang/String;
           10   12    10         title  Ljava/lang/String;
           13   47    10         title  Ljava/lang/String;
            6    7    11          icon  Ljavax/swing/Icon;
           11   12    11          icon  Ljavax/swing/Icon;
           14   47    11          icon  Ljavax/swing/Icon;
           17   47    12    isVertical  Z
           20   47    13          font  Ljava/awt/Font;
           21   47    14       metrics  Ljava/awt/FontMetrics;
           32   47    15           g2d  Ljava/awt/Graphics2D;
           33   47    16       savedAT  Ljava/awt/geom/AffineTransform;
           40   41    17  clippedTitle  Ljava/lang/String;
    MethodParameters:
              Name  Flags
      g             final
      tabPlacement  final
      tabIndex      final
      tabRect       final
      iconRect      final
      textRect      final
      isSelected    final

  protected void paintTitle(java.awt.Graphics2D, java.awt.Font, java.awt.FontMetrics, java.awt.Rectangle, int, java.lang.String);
    descriptor: (Ljava/awt/Graphics2D;Ljava/awt/Font;Ljava/awt/FontMetrics;Ljava/awt/Rectangle;ILjava/lang/String;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=9, args_size=7
        start local 0 // com.apple.laf.AquaTabbedPaneUI this
        start local 1 // java.awt.Graphics2D g2d
        start local 2 // java.awt.Font font
        start local 3 // java.awt.FontMetrics metrics
        start local 4 // java.awt.Rectangle textRect
        start local 5 // int tabIndex
        start local 6 // java.lang.String title
         0: .line 350
            aload 0 /* this */
            iload 5 /* tabIndex */
            invokevirtual com.apple.laf.AquaTabbedPaneUI.getTextViewForTab:(I)Ljavax/swing/text/View;
            astore 7 /* v */
        start local 7 // javax.swing.text.View v
         1: .line 351
            aload 7 /* v */
            ifnull 4
         2: .line 352
            aload 7 /* v */
            aload 1 /* g2d */
            aload 4 /* textRect */
            invokevirtual javax.swing.text.View.paint:(Ljava/awt/Graphics;Ljava/awt/Shape;)V
         3: .line 353
            return
         4: .line 356
      StackMap locals: javax.swing.text.View
      StackMap stack:
            aload 6 /* title */
            ifnonnull 5
            return
         5: .line 358
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.tabPane:Ljavax/swing/JTabbedPane;
            iload 5 /* tabIndex */
            invokevirtual javax.swing.JTabbedPane.getForegroundAt:(I)Ljava/awt/Color;
            astore 8 /* color */
        start local 8 // java.awt.Color color
         6: .line 359
            aload 8 /* color */
            instanceof javax.swing.plaf.UIResource
            ifeq 12
         7: .line 361
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.tabPane:Ljavax/swing/JTabbedPane;
            iload 5 /* tabIndex */
            invokevirtual javax.swing.JTabbedPane.isEnabledAt:(I)Z
            ifeq 10
         8: .line 362
            aload 1 /* g2d */
            getstatic java.awt.Color.black:Ljava/awt/Color;
            invokevirtual java.awt.Graphics2D.setColor:(Ljava/awt/Color;)V
         9: .line 363
            goto 13
        10: .line 364
      StackMap locals: java.awt.Color
      StackMap stack:
            aload 1 /* g2d */
            getstatic java.awt.Color.gray:Ljava/awt/Color;
            invokevirtual java.awt.Graphics2D.setColor:(Ljava/awt/Color;)V
        11: .line 366
            goto 13
        12: .line 367
      StackMap locals:
      StackMap stack:
            aload 1 /* g2d */
            aload 8 /* color */
            invokevirtual java.awt.Graphics2D.setColor:(Ljava/awt/Color;)V
        13: .line 370
      StackMap locals:
      StackMap stack:
            aload 1 /* g2d */
            aload 2 /* font */
            invokevirtual java.awt.Graphics2D.setFont:(Ljava/awt/Font;)V
        14: .line 371
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.tabPane:Ljavax/swing/JTabbedPane;
            aload 1 /* g2d */
            aload 6 /* title */
            aload 4 /* textRect */
            getfield java.awt.Rectangle.x:I
            aload 4 /* textRect */
            getfield java.awt.Rectangle.y:I
            aload 3 /* metrics */
            invokevirtual java.awt.FontMetrics.getAscent:()I
            iadd
            invokestatic sun.swing.SwingUtilities2.drawString:(Ljavax/swing/JComponent;Ljava/awt/Graphics;Ljava/lang/String;II)V
        15: .line 372
            return
        end local 8 // java.awt.Color color
        end local 7 // javax.swing.text.View v
        end local 6 // java.lang.String title
        end local 5 // int tabIndex
        end local 4 // java.awt.Rectangle textRect
        end local 3 // java.awt.FontMetrics metrics
        end local 2 // java.awt.Font font
        end local 1 // java.awt.Graphics2D g2d
        end local 0 // com.apple.laf.AquaTabbedPaneUI this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   16     0      this  Lcom/apple/laf/AquaTabbedPaneUI;
            0   16     1       g2d  Ljava/awt/Graphics2D;
            0   16     2      font  Ljava/awt/Font;
            0   16     3   metrics  Ljava/awt/FontMetrics;
            0   16     4  textRect  Ljava/awt/Rectangle;
            0   16     5  tabIndex  I
            0   16     6     title  Ljava/lang/String;
            1   16     7         v  Ljavax/swing/text/View;
            6   16     8     color  Ljava/awt/Color;
    MethodParameters:
          Name  Flags
      g2d       final
      font      final
      metrics   final
      textRect  final
      tabIndex  final
      title     final

  protected void rotateGraphics(java.awt.Graphics2D, java.awt.Rectangle, java.awt.Rectangle, java.awt.Rectangle, int);
    descriptor: (Ljava/awt/Graphics2D;Ljava/awt/Rectangle;Ljava/awt/Rectangle;Ljava/awt/Rectangle;I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=13, args_size=6
        start local 0 // com.apple.laf.AquaTabbedPaneUI this
        start local 1 // java.awt.Graphics2D g2d
        start local 2 // java.awt.Rectangle tabRect
        start local 3 // java.awt.Rectangle textRect
        start local 4 // java.awt.Rectangle iconRect
        start local 5 // int tabPlacement
         0: .line 375
            iconst_0
            istore 6 /* yDiff */
        start local 6 // int yDiff
         1: .line 376
            iconst_0
            istore 7 /* xDiff */
        start local 7 // int xDiff
         2: .line 377
            iconst_0
            istore 8 /* yIconDiff */
        start local 8 // int yIconDiff
         3: .line 378
            iconst_0
            istore 9 /* xIconDiff */
        start local 9 // int xIconDiff
         4: .line 380
            iload 5 /* tabPlacement */
            iconst_2
            if_icmpne 5
            ldc -1.5707963267948966
            goto 6
      StackMap locals: com.apple.laf.AquaTabbedPaneUI java.awt.Graphics2D java.awt.Rectangle java.awt.Rectangle java.awt.Rectangle int int int int int
      StackMap stack:
         5: ldc 1.5707963267948966
      StackMap locals:
      StackMap stack: double
         6: dstore 10 /* rotateAmount */
        start local 10 // double rotateAmount
         7: .line 381
            aload 1 /* g2d */
            dload 10 /* rotateAmount */
            aload 2 /* tabRect */
            getfield java.awt.Rectangle.x:I
            i2d
            aload 2 /* tabRect */
            getfield java.awt.Rectangle.y:I
            i2d
            invokestatic java.awt.geom.AffineTransform.getRotateInstance:(DDD)Ljava/awt/geom/AffineTransform;
            invokevirtual java.awt.Graphics2D.transform:(Ljava/awt/geom/AffineTransform;)V
         8: .line 387
            iload 5 /* tabPlacement */
            iconst_2
            if_icmpne 15
         9: .line 388
            aload 1 /* g2d */
            aload 2 /* tabRect */
            getfield java.awt.Rectangle.height:I
            ineg
            iconst_1
            isub
            iconst_1
            invokevirtual java.awt.Graphics2D.translate:(II)V
        10: .line 389
            aload 3 /* textRect */
            getfield java.awt.Rectangle.x:I
            aload 2 /* tabRect */
            getfield java.awt.Rectangle.x:I
            isub
            istore 7 /* xDiff */
        11: .line 390
            aload 2 /* tabRect */
            getfield java.awt.Rectangle.height:I
            aload 2 /* tabRect */
            getfield java.awt.Rectangle.y:I
            iadd
            aload 3 /* textRect */
            getfield java.awt.Rectangle.y:I
            aload 3 /* textRect */
            getfield java.awt.Rectangle.height:I
            iadd
            isub
            istore 6 /* yDiff */
        12: .line 391
            aload 4 /* iconRect */
            getfield java.awt.Rectangle.x:I
            aload 2 /* tabRect */
            getfield java.awt.Rectangle.x:I
            isub
            istore 9 /* xIconDiff */
        13: .line 392
            aload 2 /* tabRect */
            getfield java.awt.Rectangle.height:I
            aload 2 /* tabRect */
            getfield java.awt.Rectangle.y:I
            iadd
            aload 4 /* iconRect */
            getfield java.awt.Rectangle.y:I
            aload 4 /* iconRect */
            getfield java.awt.Rectangle.height:I
            iadd
            isub
            istore 8 /* yIconDiff */
        14: .line 393
            goto 20
        15: .line 394
      StackMap locals: double
      StackMap stack:
            aload 1 /* g2d */
            iconst_0
            aload 2 /* tabRect */
            getfield java.awt.Rectangle.width:I
            ineg
            iconst_1
            isub
            invokevirtual java.awt.Graphics2D.translate:(II)V
        16: .line 395
            aload 3 /* textRect */
            getfield java.awt.Rectangle.y:I
            aload 2 /* tabRect */
            getfield java.awt.Rectangle.y:I
            isub
            istore 6 /* yDiff */
        17: .line 396
            aload 2 /* tabRect */
            getfield java.awt.Rectangle.x:I
            aload 2 /* tabRect */
            getfield java.awt.Rectangle.width:I
            iadd
            aload 3 /* textRect */
            getfield java.awt.Rectangle.x:I
            aload 3 /* textRect */
            getfield java.awt.Rectangle.width:I
            iadd
            isub
            istore 7 /* xDiff */
        18: .line 397
            aload 4 /* iconRect */
            getfield java.awt.Rectangle.y:I
            aload 2 /* tabRect */
            getfield java.awt.Rectangle.y:I
            isub
            istore 8 /* yIconDiff */
        19: .line 398
            aload 2 /* tabRect */
            getfield java.awt.Rectangle.x:I
            aload 2 /* tabRect */
            getfield java.awt.Rectangle.width:I
            iadd
            aload 4 /* iconRect */
            getfield java.awt.Rectangle.x:I
            aload 4 /* iconRect */
            getfield java.awt.Rectangle.width:I
            iadd
            isub
            istore 9 /* xIconDiff */
        20: .line 403
      StackMap locals:
      StackMap stack:
            aload 3 /* textRect */
            aload 2 /* tabRect */
            getfield java.awt.Rectangle.x:I
            iload 6 /* yDiff */
            iadd
            putfield java.awt.Rectangle.x:I
        21: .line 404
            aload 3 /* textRect */
            aload 2 /* tabRect */
            getfield java.awt.Rectangle.y:I
            iload 7 /* xDiff */
            iadd
            putfield java.awt.Rectangle.y:I
        22: .line 406
            aload 3 /* textRect */
            getfield java.awt.Rectangle.height:I
            istore 12 /* tempVal */
        start local 12 // int tempVal
        23: .line 407
            aload 3 /* textRect */
            aload 3 /* textRect */
            getfield java.awt.Rectangle.width:I
            putfield java.awt.Rectangle.height:I
        24: .line 408
            aload 3 /* textRect */
            iload 12 /* tempVal */
            putfield java.awt.Rectangle.width:I
        25: .line 413
            aload 4 /* iconRect */
            aload 2 /* tabRect */
            getfield java.awt.Rectangle.x:I
            iload 8 /* yIconDiff */
            iadd
            putfield java.awt.Rectangle.x:I
        26: .line 414
            aload 4 /* iconRect */
            aload 2 /* tabRect */
            getfield java.awt.Rectangle.y:I
            iload 9 /* xIconDiff */
            iadd
            putfield java.awt.Rectangle.y:I
        27: .line 416
            aload 4 /* iconRect */
            getfield java.awt.Rectangle.height:I
            istore 12 /* tempVal */
        28: .line 417
            aload 4 /* iconRect */
            aload 4 /* iconRect */
            getfield java.awt.Rectangle.width:I
            putfield java.awt.Rectangle.height:I
        29: .line 418
            aload 4 /* iconRect */
            iload 12 /* tempVal */
            putfield java.awt.Rectangle.width:I
        30: .line 419
            return
        end local 12 // int tempVal
        end local 10 // double rotateAmount
        end local 9 // int xIconDiff
        end local 8 // int yIconDiff
        end local 7 // int xDiff
        end local 6 // int yDiff
        end local 5 // int tabPlacement
        end local 4 // java.awt.Rectangle iconRect
        end local 3 // java.awt.Rectangle textRect
        end local 2 // java.awt.Rectangle tabRect
        end local 1 // java.awt.Graphics2D g2d
        end local 0 // com.apple.laf.AquaTabbedPaneUI this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   31     0          this  Lcom/apple/laf/AquaTabbedPaneUI;
            0   31     1           g2d  Ljava/awt/Graphics2D;
            0   31     2       tabRect  Ljava/awt/Rectangle;
            0   31     3      textRect  Ljava/awt/Rectangle;
            0   31     4      iconRect  Ljava/awt/Rectangle;
            0   31     5  tabPlacement  I
            1   31     6         yDiff  I
            2   31     7         xDiff  I
            3   31     8     yIconDiff  I
            4   31     9     xIconDiff  I
            7   31    10  rotateAmount  D
           23   31    12       tempVal  I
    MethodParameters:
              Name  Flags
      g2d           final
      tabRect       final
      textRect      final
      iconRect      final
      tabPlacement  final

  protected void paintTabNormal(java.awt.Graphics, int, int, boolean, boolean, boolean);
    descriptor: (Ljava/awt/Graphics;IIZZZ)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=10, locals=7, args_size=7
        start local 0 // com.apple.laf.AquaTabbedPaneUI this
        start local 1 // java.awt.Graphics g
        start local 2 // int tabPlacement
        start local 3 // int tabIndex
        start local 4 // boolean active
        start local 5 // boolean frameActive
        start local 6 // boolean isLeftToRight
         0: .line 422
            aload 0 /* this */
            aload 1 /* g */
            iload 2 /* tabPlacement */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.rects:[Ljava/awt/Rectangle;
            iload 3 /* tabIndex */
            aaload
            iload 3 /* tabIndex */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.fIconRect:Ljava/awt/Rectangle;
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.fTextRect:Ljava/awt/Rectangle;
            iload 4 /* active */
            iload 5 /* frameActive */
            iload 6 /* isLeftToRight */
            invokevirtual com.apple.laf.AquaTabbedPaneUI.paintTabNormalFromRect:(Ljava/awt/Graphics;ILjava/awt/Rectangle;ILjava/awt/Rectangle;Ljava/awt/Rectangle;ZZZ)V
         1: .line 423
            return
        end local 6 // boolean isLeftToRight
        end local 5 // boolean frameActive
        end local 4 // boolean active
        end local 3 // int tabIndex
        end local 2 // int tabPlacement
        end local 1 // java.awt.Graphics g
        end local 0 // com.apple.laf.AquaTabbedPaneUI this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lcom/apple/laf/AquaTabbedPaneUI;
            0    2     1              g  Ljava/awt/Graphics;
            0    2     2   tabPlacement  I
            0    2     3       tabIndex  I
            0    2     4         active  Z
            0    2     5    frameActive  Z
            0    2     6  isLeftToRight  Z
    MethodParameters:
               Name  Flags
      g              final
      tabPlacement   final
      tabIndex       final
      active         final
      frameActive    final
      isLeftToRight  final

  protected void paintTabNormalFromRect(java.awt.Graphics, int, java.awt.Rectangle, int, java.awt.Rectangle, java.awt.Rectangle, boolean, boolean, boolean);
    descriptor: (Ljava/awt/Graphics;ILjava/awt/Rectangle;ILjava/awt/Rectangle;Ljava/awt/Rectangle;ZZZ)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=8, locals=12, args_size=10
        start local 0 // com.apple.laf.AquaTabbedPaneUI this
        start local 1 // java.awt.Graphics g
        start local 2 // int tabPlacement
        start local 3 // java.awt.Rectangle tabRect
        start local 4 // int nonRectIndex
        start local 5 // java.awt.Rectangle iconRect
        start local 6 // java.awt.Rectangle textRect
        start local 7 // boolean active
        start local 8 // boolean frameActive
        start local 9 // boolean isLeftToRight
         0: .line 434
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.tabPane:Ljavax/swing/JTabbedPane;
            invokevirtual javax.swing.JTabbedPane.getSelectedIndex:()I
            istore 10 /* selectedIndex */
        start local 10 // int selectedIndex
         1: .line 435
            iload 10 /* selectedIndex */
            iload 4 /* nonRectIndex */
            if_icmpne 2
            iconst_1
            goto 3
      StackMap locals: int
      StackMap stack:
         2: iconst_0
      StackMap locals:
      StackMap stack: int
         3: istore 11 /* isSelected */
        start local 11 // boolean isSelected
         4: .line 437
            aload 0 /* this */
            aload 1 /* g */
            iload 2 /* tabPlacement */
            aload 3 /* tabRect */
            iload 11 /* isSelected */
            iload 8 /* frameActive */
            iload 9 /* isLeftToRight */
            iload 4 /* nonRectIndex */
            invokevirtual com.apple.laf.AquaTabbedPaneUI.paintCUITab:(Ljava/awt/Graphics;ILjava/awt/Rectangle;ZZZI)V
         5: .line 439
            aload 6 /* textRect */
            aload 3 /* tabRect */
            invokevirtual java.awt.Rectangle.setBounds:(Ljava/awt/Rectangle;)V
         6: .line 440
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.fContentRect:Ljava/awt/Rectangle;
            aload 3 /* tabRect */
            invokevirtual java.awt.Rectangle.setBounds:(Ljava/awt/Rectangle;)V
         7: .line 441
            aload 0 /* this */
            aload 1 /* g */
            iload 2 /* tabPlacement */
            iload 4 /* nonRectIndex */
            aload 3 /* tabRect */
            aload 5 /* iconRect */
            aload 6 /* textRect */
            iload 11 /* isSelected */
            invokevirtual com.apple.laf.AquaTabbedPaneUI.paintContents:(Ljava/awt/Graphics;IILjava/awt/Rectangle;Ljava/awt/Rectangle;Ljava/awt/Rectangle;Z)V
         8: .line 442
            return
        end local 11 // boolean isSelected
        end local 10 // int selectedIndex
        end local 9 // boolean isLeftToRight
        end local 8 // boolean frameActive
        end local 7 // boolean active
        end local 6 // java.awt.Rectangle textRect
        end local 5 // java.awt.Rectangle iconRect
        end local 4 // int nonRectIndex
        end local 3 // java.awt.Rectangle tabRect
        end local 2 // int tabPlacement
        end local 1 // java.awt.Graphics g
        end local 0 // com.apple.laf.AquaTabbedPaneUI this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    9     0           this  Lcom/apple/laf/AquaTabbedPaneUI;
            0    9     1              g  Ljava/awt/Graphics;
            0    9     2   tabPlacement  I
            0    9     3        tabRect  Ljava/awt/Rectangle;
            0    9     4   nonRectIndex  I
            0    9     5       iconRect  Ljava/awt/Rectangle;
            0    9     6       textRect  Ljava/awt/Rectangle;
            0    9     7         active  Z
            0    9     8    frameActive  Z
            0    9     9  isLeftToRight  Z
            1    9    10  selectedIndex  I
            4    9    11     isSelected  Z
    MethodParameters:
               Name  Flags
      g              final
      tabPlacement   final
      tabRect        final
      nonRectIndex   final
      iconRect       final
      textRect       final
      active         final
      frameActive    final
      isLeftToRight  final

  protected void paintCUITab(java.awt.Graphics, int, java.awt.Rectangle, boolean, boolean, boolean, int);
    descriptor: (Ljava/awt/Graphics;ILjava/awt/Rectangle;ZZZI)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=17, args_size=8
        start local 0 // com.apple.laf.AquaTabbedPaneUI this
        start local 1 // java.awt.Graphics g
        start local 2 // int tabPlacement
        start local 3 // java.awt.Rectangle tabRect
        start local 4 // boolean isSelected
        start local 5 // boolean frameActive
        start local 6 // boolean isLeftToRight
        start local 7 // int nonRectIndex
         0: .line 450
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.tabPane:Ljavax/swing/JTabbedPane;
            invokevirtual javax.swing.JTabbedPane.getTabCount:()I
            istore 8 /* tabCount */
        start local 8 // int tabCount
         1: .line 452
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.visibleTabState:Lcom/apple/laf/AquaTabbedPaneTabState;
            invokevirtual com.apple.laf.AquaTabbedPaneTabState.needsLeftScrollTab:()Z
            istore 9 /* needsLeftScrollTab */
        start local 9 // boolean needsLeftScrollTab
         2: .line 453
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.visibleTabState:Lcom/apple/laf/AquaTabbedPaneTabState;
            invokevirtual com.apple.laf.AquaTabbedPaneTabState.needsRightScrollTab:()Z
            istore 10 /* needsRightScrollTab */
        start local 10 // boolean needsRightScrollTab
         3: .line 456
            iload 7 /* nonRectIndex */
            ifne 4
            iconst_1
            goto 5
      StackMap locals: int int int
      StackMap stack:
         4: iconst_0
      StackMap locals:
      StackMap stack: int
         5: istore 11 /* first */
        start local 11 // boolean first
         6: .line 457
            iload 7 /* nonRectIndex */
            iload 8 /* tabCount */
            iconst_1
            isub
            if_icmpne 7
            iconst_1
            goto 8
      StackMap locals: int
      StackMap stack:
         7: iconst_0
      StackMap locals:
      StackMap stack: int
         8: istore 12 /* last */
        start local 12 // boolean last
         9: .line 458
            iload 9 /* needsLeftScrollTab */
            ifne 10
            iload 10 /* needsRightScrollTab */
            ifeq 20
        10: .line 459
      StackMap locals: int
      StackMap stack:
            iload 7 /* nonRectIndex */
            iconst_m1
            if_icmpne 14
        11: .line 460
            iconst_0
            istore 11 /* first */
        12: .line 461
            iconst_1
            istore 12 /* last */
        13: .line 462
            goto 20
      StackMap locals:
      StackMap stack:
        14: iload 7 /* nonRectIndex */
            bipush -2
            if_icmpne 18
        15: .line 463
            iconst_1
            istore 11 /* first */
        16: .line 464
            iconst_0
            istore 12 /* last */
        17: .line 465
            goto 20
        18: .line 466
      StackMap locals:
      StackMap stack:
            iload 9 /* needsLeftScrollTab */
            ifeq 19
            iconst_0
            istore 11 /* first */
        19: .line 467
      StackMap locals:
      StackMap stack:
            iload 10 /* needsRightScrollTab */
            ifeq 20
            iconst_0
            istore 12 /* last */
        20: .line 471
      StackMap locals:
      StackMap stack:
            iload 2 /* tabPlacement */
            iconst_2
            if_icmpeq 21
            iload 2 /* tabPlacement */
            iconst_4
            if_icmpne 24
        21: .line 472
      StackMap locals:
      StackMap stack:
            iload 12 /* last */
            istore 13 /* tempSwap */
        start local 13 // boolean tempSwap
        22: .line 473
            iload 11 /* first */
            istore 12 /* last */
        23: .line 474
            iload 13 /* tempSwap */
            istore 11 /* first */
        end local 13 // boolean tempSwap
        24: .line 477
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 7 /* nonRectIndex */
            iload 5 /* frameActive */
            iload 4 /* isSelected */
            invokevirtual com.apple.laf.AquaTabbedPaneUI.getState:(IZZ)Lapple/laf/JRSUIConstants$State;
            astore 13 /* state */
        start local 13 // apple.laf.JRSUIConstants$State state
        25: .line 478
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.painter:Lcom/apple/laf/AquaPainter;
            getfield com.apple.laf.AquaPainter.state:Lapple/laf/JRSUIState;
            aload 13 /* state */
            invokevirtual apple.laf.JRSUIState.set:(Lapple/laf/JRSUIConstants$Property;)V
        26: .line 479
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.painter:Lcom/apple/laf/AquaPainter;
            getfield com.apple.laf.AquaPainter.state:Lapple/laf/JRSUIState;
            iload 4 /* isSelected */
            ifne 27
            aload 13 /* state */
            getstatic apple.laf.JRSUIConstants$State.INACTIVE:Lapple/laf/JRSUIConstants$State;
            if_acmpne 28
            iload 5 /* frameActive */
            ifeq 28
      StackMap locals: com.apple.laf.AquaTabbedPaneUI java.awt.Graphics int java.awt.Rectangle int int int int int int int int int apple.laf.JRSUIConstants$State
      StackMap stack: apple.laf.JRSUIState
        27: getstatic apple.laf.JRSUIConstants$BooleanValue.YES:Lapple/laf/JRSUIConstants$BooleanValue;
            goto 29
      StackMap locals:
      StackMap stack: apple.laf.JRSUIState
        28: getstatic apple.laf.JRSUIConstants$BooleanValue.NO:Lapple/laf/JRSUIConstants$BooleanValue;
      StackMap locals: com.apple.laf.AquaTabbedPaneUI java.awt.Graphics int java.awt.Rectangle int int int int int int int int int apple.laf.JRSUIConstants$State
      StackMap stack: apple.laf.JRSUIState apple.laf.JRSUIConstants$BooleanValue
        29: invokevirtual apple.laf.JRSUIState.set:(Lapple/laf/JRSUIConstants$Property;)V
        30: .line 480
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.painter:Lcom/apple/laf/AquaPainter;
            getfield com.apple.laf.AquaPainter.state:Lapple/laf/JRSUIState;
            iload 11 /* first */
            iload 12 /* last */
            iload 6 /* isLeftToRight */
            invokestatic com.apple.laf.AquaTabbedPaneUI.getSegmentPosition:(ZZZ)Lapple/laf/JRSUIConstants$SegmentPosition;
            invokevirtual apple.laf.JRSUIState.set:(Lapple/laf/JRSUIConstants$Property;)V
        31: .line 481
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.tabPane:Ljavax/swing/JTabbedPane;
            invokevirtual javax.swing.JTabbedPane.getSelectedIndex:()I
            istore 14 /* selectedIndex */
        start local 14 // int selectedIndex
        32: .line 482
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.painter:Lcom/apple/laf/AquaPainter;
            getfield com.apple.laf.AquaPainter.state:Lapple/laf/JRSUIState;
            aload 0 /* this */
            iload 7 /* nonRectIndex */
            iload 14 /* selectedIndex */
            iload 6 /* isLeftToRight */
            invokevirtual com.apple.laf.AquaTabbedPaneUI.getSegmentTrailingSeparator:(IIZ)Lapple/laf/JRSUIConstants$SegmentTrailingSeparator;
            invokevirtual apple.laf.JRSUIState.set:(Lapple/laf/JRSUIConstants$Property;)V
        33: .line 483
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.painter:Lcom/apple/laf/AquaPainter;
            getfield com.apple.laf.AquaPainter.state:Lapple/laf/JRSUIState;
            aload 0 /* this */
            iload 7 /* nonRectIndex */
            iload 14 /* selectedIndex */
            iload 6 /* isLeftToRight */
            invokevirtual com.apple.laf.AquaTabbedPaneUI.getSegmentLeadingSeparator:(IIZ)Lapple/laf/JRSUIConstants$SegmentLeadingSeparator;
            invokevirtual apple.laf.JRSUIState.set:(Lapple/laf/JRSUIConstants$Property;)V
        34: .line 484
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.painter:Lcom/apple/laf/AquaPainter;
            getfield com.apple.laf.AquaPainter.state:Lapple/laf/JRSUIState;
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.tabPane:Ljavax/swing/JTabbedPane;
            invokevirtual javax.swing.JTabbedPane.hasFocus:()Z
            ifeq 35
            iload 4 /* isSelected */
            ifeq 35
            getstatic apple.laf.JRSUIConstants$Focused.YES:Lapple/laf/JRSUIConstants$Focused;
            goto 36
      StackMap locals: com.apple.laf.AquaTabbedPaneUI java.awt.Graphics int java.awt.Rectangle int int int int int int int int int apple.laf.JRSUIConstants$State int
      StackMap stack: apple.laf.JRSUIState
        35: getstatic apple.laf.JRSUIConstants$Focused.NO:Lapple/laf/JRSUIConstants$Focused;
      StackMap locals: com.apple.laf.AquaTabbedPaneUI java.awt.Graphics int java.awt.Rectangle int int int int int int int int int apple.laf.JRSUIConstants$State int
      StackMap stack: apple.laf.JRSUIState apple.laf.JRSUIConstants$Focused
        36: invokevirtual apple.laf.JRSUIState.set:(Lapple/laf/JRSUIConstants$Property;)V
        37: .line 485
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.painter:Lcom/apple/laf/AquaPainter;
            aload 1 /* g */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.tabPane:Ljavax/swing/JTabbedPane;
            aload 3 /* tabRect */
            getfield java.awt.Rectangle.x:I
            aload 3 /* tabRect */
            getfield java.awt.Rectangle.y:I
            aload 3 /* tabRect */
            getfield java.awt.Rectangle.width:I
            aload 3 /* tabRect */
            getfield java.awt.Rectangle.height:I
            invokevirtual com.apple.laf.AquaPainter.paint:(Ljava/awt/Graphics;Ljava/awt/Component;IIII)V
        38: .line 487
            iload 7 /* nonRectIndex */
            invokestatic com.apple.laf.AquaTabbedPaneUI.isScrollTabIndex:(I)Z
            ifeq 39
            return
        39: .line 489
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.tabPane:Ljavax/swing/JTabbedPane;
            iload 7 /* nonRectIndex */
            invokevirtual javax.swing.JTabbedPane.getBackgroundAt:(I)Ljava/awt/Color;
            astore 15 /* color */
        start local 15 // java.awt.Color color
        40: .line 490
            aload 15 /* color */
            ifnull 41
            aload 15 /* color */
            instanceof javax.swing.plaf.UIResource
            ifeq 42
      StackMap locals: java.awt.Color
      StackMap stack:
        41: return
        42: .line 492
      StackMap locals:
      StackMap stack:
            iload 6 /* isLeftToRight */
            ifne 46
            iload 2 /* tabPlacement */
            iconst_1
            if_icmpeq 43
            iload 2 /* tabPlacement */
            iconst_3
            if_icmpne 46
        43: .line 493
      StackMap locals:
      StackMap stack:
            iload 12 /* last */
            istore 16 /* tempSwap */
        start local 16 // boolean tempSwap
        44: .line 494
            iload 11 /* first */
            istore 12 /* last */
        45: .line 495
            iload 16 /* tempSwap */
            istore 11 /* first */
        end local 16 // boolean tempSwap
        46: .line 498
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* g */
            aload 3 /* tabRect */
            iload 2 /* tabPlacement */
            iload 11 /* first */
            iload 12 /* last */
            aload 15 /* color */
            invokevirtual com.apple.laf.AquaTabbedPaneUI.fillTabWithBackground:(Ljava/awt/Graphics;Ljava/awt/Rectangle;IZZLjava/awt/Color;)V
        47: .line 499
            return
        end local 15 // java.awt.Color color
        end local 14 // int selectedIndex
        end local 13 // apple.laf.JRSUIConstants$State state
        end local 12 // boolean last
        end local 11 // boolean first
        end local 10 // boolean needsRightScrollTab
        end local 9 // boolean needsLeftScrollTab
        end local 8 // int tabCount
        end local 7 // int nonRectIndex
        end local 6 // boolean isLeftToRight
        end local 5 // boolean frameActive
        end local 4 // boolean isSelected
        end local 3 // java.awt.Rectangle tabRect
        end local 2 // int tabPlacement
        end local 1 // java.awt.Graphics g
        end local 0 // com.apple.laf.AquaTabbedPaneUI this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   48     0                 this  Lcom/apple/laf/AquaTabbedPaneUI;
            0   48     1                    g  Ljava/awt/Graphics;
            0   48     2         tabPlacement  I
            0   48     3              tabRect  Ljava/awt/Rectangle;
            0   48     4           isSelected  Z
            0   48     5          frameActive  Z
            0   48     6        isLeftToRight  Z
            0   48     7         nonRectIndex  I
            1   48     8             tabCount  I
            2   48     9   needsLeftScrollTab  Z
            3   48    10  needsRightScrollTab  Z
            6   48    11                first  Z
            9   48    12                 last  Z
           22   24    13             tempSwap  Z
           25   48    13                state  Lapple/laf/JRSUIConstants$State;
           32   48    14        selectedIndex  I
           40   48    15                color  Ljava/awt/Color;
           44   46    16             tempSwap  Z
    MethodParameters:
               Name  Flags
      g              final
      tabPlacement   final
      tabRect        final
      isSelected     final
      frameActive    final
      isLeftToRight  final
      nonRectIndex   final

  protected apple.laf.JRSUIConstants$Direction getDirection();
    descriptor: ()Lapple/laf/JRSUIConstants$Direction;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaTabbedPaneUI this
         0: .line 502
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.tabPane:Ljavax/swing/JTabbedPane;
            invokevirtual javax.swing.JTabbedPane.getTabPlacement:()I
            tableswitch { // 2 - 4
                    2: 2
                    3: 1
                    4: 3
              default: 4
          }
         1: .line 503
      StackMap locals:
      StackMap stack:
            getstatic apple.laf.JRSUIConstants$Direction.SOUTH:Lapple/laf/JRSUIConstants$Direction;
            areturn
         2: .line 504
      StackMap locals:
      StackMap stack:
            getstatic apple.laf.JRSUIConstants$Direction.WEST:Lapple/laf/JRSUIConstants$Direction;
            areturn
         3: .line 505
      StackMap locals:
      StackMap stack:
            getstatic apple.laf.JRSUIConstants$Direction.EAST:Lapple/laf/JRSUIConstants$Direction;
            areturn
         4: .line 507
      StackMap locals:
      StackMap stack:
            getstatic apple.laf.JRSUIConstants$Direction.NORTH:Lapple/laf/JRSUIConstants$Direction;
            areturn
        end local 0 // com.apple.laf.AquaTabbedPaneUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/apple/laf/AquaTabbedPaneUI;

  protected static apple.laf.JRSUIConstants$SegmentPosition getSegmentPosition(boolean, boolean, boolean);
    descriptor: (ZZZ)Lapple/laf/JRSUIConstants$SegmentPosition;
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // boolean first
        start local 1 // boolean last
        start local 2 // boolean isLeftToRight
         0: .line 511
            iload 0 /* first */
            ifeq 1
            iload 1 /* last */
            ifeq 1
            getstatic apple.laf.JRSUIConstants$SegmentPosition.ONLY:Lapple/laf/JRSUIConstants$SegmentPosition;
            areturn
         1: .line 512
      StackMap locals:
      StackMap stack:
            iload 0 /* first */
            ifeq 4
            iload 2 /* isLeftToRight */
            ifeq 2
            getstatic apple.laf.JRSUIConstants$SegmentPosition.FIRST:Lapple/laf/JRSUIConstants$SegmentPosition;
            goto 3
      StackMap locals:
      StackMap stack:
         2: getstatic apple.laf.JRSUIConstants$SegmentPosition.LAST:Lapple/laf/JRSUIConstants$SegmentPosition;
      StackMap locals:
      StackMap stack: apple.laf.JRSUIConstants$SegmentPosition
         3: areturn
         4: .line 513
      StackMap locals:
      StackMap stack:
            iload 1 /* last */
            ifeq 7
            iload 2 /* isLeftToRight */
            ifeq 5
            getstatic apple.laf.JRSUIConstants$SegmentPosition.LAST:Lapple/laf/JRSUIConstants$SegmentPosition;
            goto 6
      StackMap locals:
      StackMap stack:
         5: getstatic apple.laf.JRSUIConstants$SegmentPosition.FIRST:Lapple/laf/JRSUIConstants$SegmentPosition;
      StackMap locals:
      StackMap stack: apple.laf.JRSUIConstants$SegmentPosition
         6: areturn
         7: .line 514
      StackMap locals:
      StackMap stack:
            getstatic apple.laf.JRSUIConstants$SegmentPosition.MIDDLE:Lapple/laf/JRSUIConstants$SegmentPosition;
            areturn
        end local 2 // boolean isLeftToRight
        end local 1 // boolean last
        end local 0 // boolean first
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    8     0          first  Z
            0    8     1           last  Z
            0    8     2  isLeftToRight  Z
    MethodParameters:
               Name  Flags
      first          final
      last           final
      isLeftToRight  final

  protected apple.laf.JRSUIConstants$SegmentTrailingSeparator getSegmentTrailingSeparator(int, int, boolean);
    descriptor: (IIZ)Lapple/laf/JRSUIConstants$SegmentTrailingSeparator;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=4, args_size=4
        start local 0 // com.apple.laf.AquaTabbedPaneUI this
        start local 1 // int index
        start local 2 // int selectedIndex
        start local 3 // boolean isLeftToRight
         0: .line 518
            getstatic apple.laf.JRSUIConstants$SegmentTrailingSeparator.YES:Lapple/laf/JRSUIConstants$SegmentTrailingSeparator;
            areturn
        end local 3 // boolean isLeftToRight
        end local 2 // int selectedIndex
        end local 1 // int index
        end local 0 // com.apple.laf.AquaTabbedPaneUI this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lcom/apple/laf/AquaTabbedPaneUI;
            0    1     1          index  I
            0    1     2  selectedIndex  I
            0    1     3  isLeftToRight  Z
    MethodParameters:
               Name  Flags
      index          final
      selectedIndex  final
      isLeftToRight  final

  protected apple.laf.JRSUIConstants$SegmentLeadingSeparator getSegmentLeadingSeparator(int, int, boolean);
    descriptor: (IIZ)Lapple/laf/JRSUIConstants$SegmentLeadingSeparator;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=4, args_size=4
        start local 0 // com.apple.laf.AquaTabbedPaneUI this
        start local 1 // int index
        start local 2 // int selectedIndex
        start local 3 // boolean isLeftToRight
         0: .line 522
            getstatic apple.laf.JRSUIConstants$SegmentLeadingSeparator.NO:Lapple/laf/JRSUIConstants$SegmentLeadingSeparator;
            areturn
        end local 3 // boolean isLeftToRight
        end local 2 // int selectedIndex
        end local 1 // int index
        end local 0 // com.apple.laf.AquaTabbedPaneUI this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lcom/apple/laf/AquaTabbedPaneUI;
            0    1     1          index  I
            0    1     2  selectedIndex  I
            0    1     3  isLeftToRight  Z
    MethodParameters:
               Name  Flags
      index          final
      selectedIndex  final
      isLeftToRight  final

  protected boolean isTabBeforeSelectedTab(int, int, boolean);
    descriptor: (IIZ)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=5, args_size=4
        start local 0 // com.apple.laf.AquaTabbedPaneUI this
        start local 1 // int index
        start local 2 // int selectedIndex
        start local 3 // boolean isLeftToRight
         0: .line 526
            iload 1 /* index */
            bipush -2
            if_icmpne 1
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.visibleTabState:Lcom/apple/laf/AquaTabbedPaneTabState;
            iconst_0
            invokevirtual com.apple.laf.AquaTabbedPaneTabState.getIndex:(I)I
            iload 2 /* selectedIndex */
            if_icmpne 1
            iconst_1
            ireturn
         1: .line 527
      StackMap locals:
      StackMap stack:
            iload 3 /* isLeftToRight */
            ifeq 2
            iload 2 /* selectedIndex */
            iconst_1
            isub
            goto 3
      StackMap locals:
      StackMap stack:
         2: iload 2 /* selectedIndex */
            iconst_1
            iadd
      StackMap locals:
      StackMap stack: int
         3: istore 4 /* indexBeforeSelectedIndex */
        start local 4 // int indexBeforeSelectedIndex
         4: .line 528
            iload 1 /* index */
            iload 4 /* indexBeforeSelectedIndex */
            if_icmpne 5
            iconst_1
            goto 6
      StackMap locals: int
      StackMap stack:
         5: iconst_0
      StackMap locals:
      StackMap stack: int
         6: ireturn
        end local 4 // int indexBeforeSelectedIndex
        end local 3 // boolean isLeftToRight
        end local 2 // int selectedIndex
        end local 1 // int index
        end local 0 // com.apple.laf.AquaTabbedPaneUI this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0    7     0                      this  Lcom/apple/laf/AquaTabbedPaneUI;
            0    7     1                     index  I
            0    7     2             selectedIndex  I
            0    7     3             isLeftToRight  Z
            4    7     4  indexBeforeSelectedIndex  I
    MethodParameters:
               Name  Flags
      index          final
      selectedIndex  final
      isLeftToRight  final

  protected apple.laf.JRSUIConstants$State getState(int, boolean, boolean);
    descriptor: (IZZ)Lapple/laf/JRSUIConstants$State;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.apple.laf.AquaTabbedPaneUI this
        start local 1 // int index
        start local 2 // boolean frameActive
        start local 3 // boolean isSelected
         0: .line 532
            iload 2 /* frameActive */
            ifne 1
            getstatic apple.laf.JRSUIConstants$State.INACTIVE:Lapple/laf/JRSUIConstants$State;
            areturn
         1: .line 533
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.tabPane:Ljavax/swing/JTabbedPane;
            invokevirtual javax.swing.JTabbedPane.isEnabled:()Z
            ifne 2
            getstatic apple.laf.JRSUIConstants$State.DISABLED:Lapple/laf/JRSUIConstants$State;
            areturn
         2: .line 534
      StackMap locals:
      StackMap stack:
            invokestatic apple.laf.JRSUIUtils$TabbedPane.useLegacyTabs:()Z
            ifeq 5
         3: .line 535
            iload 3 /* isSelected */
            ifeq 4
            getstatic apple.laf.JRSUIConstants$State.PRESSED:Lapple/laf/JRSUIConstants$State;
            areturn
         4: .line 536
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.pressedTab:I
            iload 1 /* index */
            if_icmpne 7
            getstatic apple.laf.JRSUIConstants$State.INACTIVE:Lapple/laf/JRSUIConstants$State;
            areturn
         5: .line 538
      StackMap locals:
      StackMap stack:
            iload 3 /* isSelected */
            ifeq 6
            getstatic apple.laf.JRSUIConstants$State.ACTIVE:Lapple/laf/JRSUIConstants$State;
            areturn
         6: .line 539
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.pressedTab:I
            iload 1 /* index */
            if_icmpne 7
            getstatic apple.laf.JRSUIConstants$State.PRESSED:Lapple/laf/JRSUIConstants$State;
            areturn
         7: .line 541
      StackMap locals:
      StackMap stack:
            getstatic apple.laf.JRSUIConstants$State.ACTIVE:Lapple/laf/JRSUIConstants$State;
            areturn
        end local 3 // boolean isSelected
        end local 2 // boolean frameActive
        end local 1 // int index
        end local 0 // com.apple.laf.AquaTabbedPaneUI this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    8     0         this  Lcom/apple/laf/AquaTabbedPaneUI;
            0    8     1        index  I
            0    8     2  frameActive  Z
            0    8     3   isSelected  Z
    MethodParameters:
             Name  Flags
      index        final
      frameActive  final
      isSelected   final

  protected static com.apple.laf.AquaTabbedPaneUI$AlterRects getAlterationFor(int);
    descriptor: (I)Lcom/apple/laf/AquaTabbedPaneUI$AlterRects;
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=8, locals=1, args_size=1
        start local 0 // int tabPlacement
         0: .line 568
            getstatic com.apple.laf.AquaTabbedPaneUI.alterRects:[Lcom/apple/laf/AquaTabbedPaneUI$AlterRects;
            iload 0 /* tabPlacement */
            aaload
            ifnull 1
            getstatic com.apple.laf.AquaTabbedPaneUI.alterRects:[Lcom/apple/laf/AquaTabbedPaneUI$AlterRects;
            iload 0 /* tabPlacement */
            aaload
            areturn
         1: .line 570
      StackMap locals:
      StackMap stack:
            iload 0 /* tabPlacement */
            tableswitch { // 1 - 4
                    1: 5
                    2: 2
                    3: 4
                    4: 3
              default: 5
          }
         2: .line 571
      StackMap locals:
      StackMap stack:
            getstatic com.apple.laf.AquaTabbedPaneUI.alterRects:[Lcom/apple/laf/AquaTabbedPaneUI$AlterRects;
            iconst_2
            new com.apple.laf.AquaTabbedPaneUI$AlterRects
            dup
            iconst_2
            iconst_0
            bipush -4
            iconst_1
            invokespecial com.apple.laf.AquaTabbedPaneUI$AlterRects.<init>:(IIII)V
            iconst_0
            iconst_0
            iconst_0
            bipush -4
            invokevirtual com.apple.laf.AquaTabbedPaneUI$AlterRects.start:(IIII)Lcom/apple/laf/AquaTabbedPaneUI$AlterRects;
            iconst_0
            iconst_3
            iconst_0
            bipush -3
            invokevirtual com.apple.laf.AquaTabbedPaneUI$AlterRects.end:(IIII)Lcom/apple/laf/AquaTabbedPaneUI$AlterRects;
            dup_x2
            aastore
            areturn
         3: .line 572
      StackMap locals:
      StackMap stack:
            getstatic com.apple.laf.AquaTabbedPaneUI.alterRects:[Lcom/apple/laf/AquaTabbedPaneUI$AlterRects;
            iconst_4
            new com.apple.laf.AquaTabbedPaneUI$AlterRects
            dup
            iconst_1
            iconst_0
            bipush -4
            iconst_1
            invokespecial com.apple.laf.AquaTabbedPaneUI$AlterRects.<init>:(IIII)V
            iconst_0
            iconst_0
            iconst_0
            bipush -4
            invokevirtual com.apple.laf.AquaTabbedPaneUI$AlterRects.start:(IIII)Lcom/apple/laf/AquaTabbedPaneUI$AlterRects;
            iconst_0
            iconst_3
            iconst_0
            bipush -3
            invokevirtual com.apple.laf.AquaTabbedPaneUI$AlterRects.end:(IIII)Lcom/apple/laf/AquaTabbedPaneUI$AlterRects;
            dup_x2
            aastore
            areturn
         4: .line 573
      StackMap locals:
      StackMap stack:
            getstatic com.apple.laf.AquaTabbedPaneUI.alterRects:[Lcom/apple/laf/AquaTabbedPaneUI$AlterRects;
            iconst_3
            new com.apple.laf.AquaTabbedPaneUI$AlterRects
            dup
            iconst_0
            iconst_1
            iconst_0
            bipush -4
            invokespecial com.apple.laf.AquaTabbedPaneUI$AlterRects.<init>:(IIII)V
            iconst_3
            iconst_0
            bipush -3
            iconst_0
            invokevirtual com.apple.laf.AquaTabbedPaneUI$AlterRects.start:(IIII)Lcom/apple/laf/AquaTabbedPaneUI$AlterRects;
            iconst_0
            iconst_0
            bipush -3
            iconst_0
            invokevirtual com.apple.laf.AquaTabbedPaneUI$AlterRects.end:(IIII)Lcom/apple/laf/AquaTabbedPaneUI$AlterRects;
            dup_x2
            aastore
            areturn
         5: .line 575
      StackMap locals:
      StackMap stack:
            getstatic com.apple.laf.AquaTabbedPaneUI.alterRects:[Lcom/apple/laf/AquaTabbedPaneUI$AlterRects;
            iconst_1
            new com.apple.laf.AquaTabbedPaneUI$AlterRects
            dup
            iconst_0
            iconst_2
            iconst_0
            bipush -4
            invokespecial com.apple.laf.AquaTabbedPaneUI$AlterRects.<init>:(IIII)V
            iconst_3
            iconst_0
            bipush -3
            iconst_0
            invokevirtual com.apple.laf.AquaTabbedPaneUI$AlterRects.start:(IIII)Lcom/apple/laf/AquaTabbedPaneUI$AlterRects;
            iconst_0
            iconst_0
            bipush -3
            iconst_0
            invokevirtual com.apple.laf.AquaTabbedPaneUI$AlterRects.end:(IIII)Lcom/apple/laf/AquaTabbedPaneUI$AlterRects;
            dup_x2
            aastore
            areturn
        end local 0 // int tabPlacement
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0  tabPlacement  I
    MethodParameters:
              Name  Flags
      tabPlacement  final

  protected void fillTabWithBackground(java.awt.Graphics, java.awt.Rectangle, int, boolean, boolean, java.awt.Color);
    descriptor: (Ljava/awt/Graphics;Ljava/awt/Rectangle;IZZLjava/awt/Color;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=10, locals=9, args_size=7
        start local 0 // com.apple.laf.AquaTabbedPaneUI this
        start local 1 // java.awt.Graphics g
        start local 2 // java.awt.Rectangle rect
        start local 3 // int tabPlacement
        start local 4 // boolean first
        start local 5 // boolean last
        start local 6 // java.awt.Color color
         0: .line 580
            new java.awt.Rectangle
            dup
            aload 2 /* rect */
            invokespecial java.awt.Rectangle.<init>:(Ljava/awt/Rectangle;)V
            astore 7 /* fillRect */
        start local 7 // java.awt.Rectangle fillRect
         1: .line 582
            iload 3 /* tabPlacement */
            invokestatic com.apple.laf.AquaTabbedPaneUI.getAlterationFor:(I)Lcom/apple/laf/AquaTabbedPaneUI$AlterRects;
            astore 8 /* alteration */
        start local 8 // com.apple.laf.AquaTabbedPaneUI$AlterRects alteration
         2: .line 583
            aload 7 /* fillRect */
            aload 8 /* alteration */
            getfield com.apple.laf.AquaTabbedPaneUI$AlterRects.standard:Ljava/awt/Rectangle;
            invokestatic com.apple.laf.AquaTabbedPaneUI$AlterRects.alter:(Ljava/awt/Rectangle;Ljava/awt/Rectangle;)Ljava/awt/Rectangle;
            pop
         3: .line 584
            iload 4 /* first */
            ifeq 4
            aload 7 /* fillRect */
            aload 8 /* alteration */
            getfield com.apple.laf.AquaTabbedPaneUI$AlterRects.first:Ljava/awt/Rectangle;
            invokestatic com.apple.laf.AquaTabbedPaneUI$AlterRects.alter:(Ljava/awt/Rectangle;Ljava/awt/Rectangle;)Ljava/awt/Rectangle;
            pop
         4: .line 585
      StackMap locals: java.awt.Rectangle com.apple.laf.AquaTabbedPaneUI$AlterRects
      StackMap stack:
            iload 5 /* last */
            ifeq 5
            aload 7 /* fillRect */
            aload 8 /* alteration */
            getfield com.apple.laf.AquaTabbedPaneUI$AlterRects.last:Ljava/awt/Rectangle;
            invokestatic com.apple.laf.AquaTabbedPaneUI$AlterRects.alter:(Ljava/awt/Rectangle;Ljava/awt/Rectangle;)Ljava/awt/Rectangle;
            pop
         5: .line 587
      StackMap locals:
      StackMap stack:
            aload 1 /* g */
            new java.awt.Color
            dup
            aload 6 /* color */
            invokevirtual java.awt.Color.getRed:()I
            aload 6 /* color */
            invokevirtual java.awt.Color.getGreen:()I
            aload 6 /* color */
            invokevirtual java.awt.Color.getBlue:()I
            aload 6 /* color */
            invokevirtual java.awt.Color.getAlpha:()I
            i2d
            ldc 0.25
            dmul
            d2i
            invokespecial java.awt.Color.<init>:(IIII)V
            invokevirtual java.awt.Graphics.setColor:(Ljava/awt/Color;)V
         6: .line 588
            aload 1 /* g */
            aload 7 /* fillRect */
            getfield java.awt.Rectangle.x:I
            aload 7 /* fillRect */
            getfield java.awt.Rectangle.y:I
            aload 7 /* fillRect */
            getfield java.awt.Rectangle.width:I
            aload 7 /* fillRect */
            getfield java.awt.Rectangle.height:I
            iconst_3
            iconst_1
            invokevirtual java.awt.Graphics.fillRoundRect:(IIIIII)V
         7: .line 589
            return
        end local 8 // com.apple.laf.AquaTabbedPaneUI$AlterRects alteration
        end local 7 // java.awt.Rectangle fillRect
        end local 6 // java.awt.Color color
        end local 5 // boolean last
        end local 4 // boolean first
        end local 3 // int tabPlacement
        end local 2 // java.awt.Rectangle rect
        end local 1 // java.awt.Graphics g
        end local 0 // com.apple.laf.AquaTabbedPaneUI this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    8     0          this  Lcom/apple/laf/AquaTabbedPaneUI;
            0    8     1             g  Ljava/awt/Graphics;
            0    8     2          rect  Ljava/awt/Rectangle;
            0    8     3  tabPlacement  I
            0    8     4         first  Z
            0    8     5          last  Z
            0    8     6         color  Ljava/awt/Color;
            1    8     7      fillRect  Ljava/awt/Rectangle;
            2    8     8    alteration  Lcom/apple/laf/AquaTabbedPaneUI$AlterRects;
    MethodParameters:
              Name  Flags
      g             final
      rect          final
      tabPlacement  final
      first         final
      last          final
      color         final

  protected java.awt.Insets getContentBorderInsets(int);
    descriptor: (I)Ljava/awt/Insets;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.apple.laf.AquaTabbedPaneUI this
        start local 1 // int tabPlacement
         0: .line 592
            aload 0 /* this */
            iload 1 /* tabPlacement */
            invokevirtual com.apple.laf.AquaTabbedPaneUI.getContentDrawingInsets:(I)Ljava/awt/Insets;
            astore 2 /* draw */
        start local 2 // java.awt.Insets draw
         1: .line 594
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.contentBorderInsets:Ljava/awt/Insets;
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.currentContentBorderInsets:Ljava/awt/Insets;
            iload 1 /* tabPlacement */
            invokestatic com.apple.laf.AquaTabbedPaneUI.rotateInsets:(Ljava/awt/Insets;Ljava/awt/Insets;I)V
         2: .line 596
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.currentContentBorderInsets:Ljava/awt/Insets;
            dup
            getfield java.awt.Insets.left:I
            aload 2 /* draw */
            getfield java.awt.Insets.left:I
            iadd
            putfield java.awt.Insets.left:I
         3: .line 597
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.currentContentBorderInsets:Ljava/awt/Insets;
            dup
            getfield java.awt.Insets.right:I
            aload 2 /* draw */
            getfield java.awt.Insets.right:I
            iadd
            putfield java.awt.Insets.right:I
         4: .line 598
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.currentContentBorderInsets:Ljava/awt/Insets;
            dup
            getfield java.awt.Insets.top:I
            aload 2 /* draw */
            getfield java.awt.Insets.top:I
            iadd
            putfield java.awt.Insets.top:I
         5: .line 599
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.currentContentBorderInsets:Ljava/awt/Insets;
            dup
            getfield java.awt.Insets.bottom:I
            aload 2 /* draw */
            getfield java.awt.Insets.bottom:I
            iadd
            putfield java.awt.Insets.bottom:I
         6: .line 601
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.currentContentBorderInsets:Ljava/awt/Insets;
            areturn
        end local 2 // java.awt.Insets draw
        end local 1 // int tabPlacement
        end local 0 // com.apple.laf.AquaTabbedPaneUI this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    7     0          this  Lcom/apple/laf/AquaTabbedPaneUI;
            0    7     1  tabPlacement  I
            1    7     2          draw  Ljava/awt/Insets;
    MethodParameters:
              Name  Flags
      tabPlacement  final

  protected static void rotateInsets(java.awt.Insets, java.awt.Insets, int);
    descriptor: (Ljava/awt/Insets;Ljava/awt/Insets;I)V
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // java.awt.Insets topInsets
        start local 1 // java.awt.Insets targetInsets
        start local 2 // int targetPlacement
         0: .line 605
            iload 2 /* targetPlacement */
            tableswitch { // 1 - 4
                    1: 16
                    2: 1
                    3: 6
                    4: 11
              default: 16
          }
         1: .line 607
      StackMap locals:
      StackMap stack:
            aload 1 /* targetInsets */
            aload 0 /* topInsets */
            getfield java.awt.Insets.left:I
            putfield java.awt.Insets.top:I
         2: .line 608
            aload 1 /* targetInsets */
            aload 0 /* topInsets */
            getfield java.awt.Insets.top:I
            putfield java.awt.Insets.left:I
         3: .line 609
            aload 1 /* targetInsets */
            aload 0 /* topInsets */
            getfield java.awt.Insets.right:I
            putfield java.awt.Insets.bottom:I
         4: .line 610
            aload 1 /* targetInsets */
            aload 0 /* topInsets */
            getfield java.awt.Insets.bottom:I
            putfield java.awt.Insets.right:I
         5: .line 611
            goto 20
         6: .line 613
      StackMap locals:
      StackMap stack:
            aload 1 /* targetInsets */
            aload 0 /* topInsets */
            getfield java.awt.Insets.bottom:I
            putfield java.awt.Insets.top:I
         7: .line 614
            aload 1 /* targetInsets */
            aload 0 /* topInsets */
            getfield java.awt.Insets.left:I
            putfield java.awt.Insets.left:I
         8: .line 615
            aload 1 /* targetInsets */
            aload 0 /* topInsets */
            getfield java.awt.Insets.top:I
            putfield java.awt.Insets.bottom:I
         9: .line 616
            aload 1 /* targetInsets */
            aload 0 /* topInsets */
            getfield java.awt.Insets.right:I
            putfield java.awt.Insets.right:I
        10: .line 617
            goto 20
        11: .line 619
      StackMap locals:
      StackMap stack:
            aload 1 /* targetInsets */
            aload 0 /* topInsets */
            getfield java.awt.Insets.right:I
            putfield java.awt.Insets.top:I
        12: .line 620
            aload 1 /* targetInsets */
            aload 0 /* topInsets */
            getfield java.awt.Insets.bottom:I
            putfield java.awt.Insets.left:I
        13: .line 621
            aload 1 /* targetInsets */
            aload 0 /* topInsets */
            getfield java.awt.Insets.left:I
            putfield java.awt.Insets.bottom:I
        14: .line 622
            aload 1 /* targetInsets */
            aload 0 /* topInsets */
            getfield java.awt.Insets.top:I
            putfield java.awt.Insets.right:I
        15: .line 623
            goto 20
        16: .line 626
      StackMap locals:
      StackMap stack:
            aload 1 /* targetInsets */
            aload 0 /* topInsets */
            getfield java.awt.Insets.top:I
            putfield java.awt.Insets.top:I
        17: .line 627
            aload 1 /* targetInsets */
            aload 0 /* topInsets */
            getfield java.awt.Insets.left:I
            putfield java.awt.Insets.left:I
        18: .line 628
            aload 1 /* targetInsets */
            aload 0 /* topInsets */
            getfield java.awt.Insets.bottom:I
            putfield java.awt.Insets.bottom:I
        19: .line 629
            aload 1 /* targetInsets */
            aload 0 /* topInsets */
            getfield java.awt.Insets.right:I
            putfield java.awt.Insets.right:I
        20: .line 631
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int targetPlacement
        end local 1 // java.awt.Insets targetInsets
        end local 0 // java.awt.Insets topInsets
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   21     0        topInsets  Ljava/awt/Insets;
            0   21     1     targetInsets  Ljava/awt/Insets;
            0   21     2  targetPlacement  I
    MethodParameters:
                 Name  Flags
      topInsets        final
      targetInsets     final
      targetPlacement  final

  protected java.awt.Insets getContentDrawingInsets(int);
    descriptor: (I)Ljava/awt/Insets;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaTabbedPaneUI this
        start local 1 // int tabPlacement
         0: .line 634
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.contentDrawingInsets:Ljava/awt/Insets;
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.currentContentDrawingInsets:Ljava/awt/Insets;
            iload 1 /* tabPlacement */
            invokestatic com.apple.laf.AquaTabbedPaneUI.rotateInsets:(Ljava/awt/Insets;Ljava/awt/Insets;I)V
         1: .line 635
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.currentContentDrawingInsets:Ljava/awt/Insets;
            areturn
        end local 1 // int tabPlacement
        end local 0 // com.apple.laf.AquaTabbedPaneUI this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/apple/laf/AquaTabbedPaneUI;
            0    2     1  tabPlacement  I
    MethodParameters:
              Name  Flags
      tabPlacement  final

  protected javax.swing.Icon getIconForTab(int);
    descriptor: (I)Ljavax/swing/Icon;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=6, args_size=2
        start local 0 // com.apple.laf.AquaTabbedPaneUI this
        start local 1 // int tabIndex
         0: .line 639
            aload 0 /* this */
            iload 1 /* tabIndex */
            invokespecial com.apple.laf.AquaTabbedPaneCopyFromBasicUI.getIconForTab:(I)Ljavax/swing/Icon;
            astore 2 /* mainIcon */
        start local 2 // javax.swing.Icon mainIcon
         1: .line 640
            aload 2 /* mainIcon */
            ifnonnull 2
            aconst_null
            areturn
         2: .line 642
      StackMap locals: javax.swing.Icon
      StackMap stack:
            aload 2 /* mainIcon */
            invokeinterface javax.swing.Icon.getIconHeight:()I
            istore 3 /* iconHeight */
        start local 3 // int iconHeight
         3: .line 643
            iload 3 /* iconHeight */
            bipush 16
            if_icmpgt 4
            aload 2 /* mainIcon */
            areturn
         4: .line 644
      StackMap locals: int
      StackMap stack:
            ldc 16.0
            iload 3 /* iconHeight */
            i2f
            fdiv
            fstore 4 /* ratio */
        start local 4 // float ratio
         5: .line 646
            aload 2 /* mainIcon */
            invokeinterface javax.swing.Icon.getIconWidth:()I
            istore 5 /* iconWidth */
        start local 5 // int iconWidth
         6: .line 647
            new com.apple.laf.AquaTabbedPaneUI$1
            dup
            aload 0 /* this */
            iload 5 /* iconWidth */
            i2f
            fload 4 /* ratio */
            fmul
            f2i
            bipush 16
            aload 2 /* mainIcon */
            invokespecial com.apple.laf.AquaTabbedPaneUI$1.<init>:(Lcom/apple/laf/AquaTabbedPaneUI;IILjavax/swing/Icon;)V
            areturn
        end local 5 // int iconWidth
        end local 4 // float ratio
        end local 3 // int iconHeight
        end local 2 // javax.swing.Icon mainIcon
        end local 1 // int tabIndex
        end local 0 // com.apple.laf.AquaTabbedPaneUI this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lcom/apple/laf/AquaTabbedPaneUI;
            0    7     1    tabIndex  I
            1    7     2    mainIcon  Ljavax/swing/Icon;
            3    7     3  iconHeight  I
            5    7     4       ratio  F
            6    7     5   iconWidth  I
    MethodParameters:
          Name  Flags
      tabIndex  final

  protected void paintContentBorder(java.awt.Graphics, int, int);
    descriptor: (Ljava/awt/Graphics;II)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=11, args_size=4
        start local 0 // com.apple.laf.AquaTabbedPaneUI this
        start local 1 // java.awt.Graphics g
        start local 2 // int tabPlacement
        start local 3 // int selectedIndex
         0: .line 656
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.tabPane:Ljavax/swing/JTabbedPane;
            invokevirtual javax.swing.JTabbedPane.getWidth:()I
            istore 4 /* width */
        start local 4 // int width
         1: .line 657
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.tabPane:Ljavax/swing/JTabbedPane;
            invokevirtual javax.swing.JTabbedPane.getHeight:()I
            istore 5 /* height */
        start local 5 // int height
         2: .line 658
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.tabPane:Ljavax/swing/JTabbedPane;
            invokevirtual javax.swing.JTabbedPane.getInsets:()Ljava/awt/Insets;
            astore 6 /* insets */
        start local 6 // java.awt.Insets insets
         3: .line 660
            aload 6 /* insets */
            getfield java.awt.Insets.left:I
            istore 7 /* x */
        start local 7 // int x
         4: .line 661
            aload 6 /* insets */
            getfield java.awt.Insets.top:I
            istore 8 /* y */
        start local 8 // int y
         5: .line 662
            iload 4 /* width */
            aload 6 /* insets */
            getfield java.awt.Insets.right:I
            isub
            aload 6 /* insets */
            getfield java.awt.Insets.left:I
            isub
            istore 9 /* w */
        start local 9 // int w
         6: .line 663
            iload 5 /* height */
            aload 6 /* insets */
            getfield java.awt.Insets.top:I
            isub
            aload 6 /* insets */
            getfield java.awt.Insets.bottom:I
            isub
            istore 10 /* h */
        start local 10 // int h
         7: .line 665
            iload 2 /* tabPlacement */
            tableswitch { // 1 - 4
                    1: 8
                    2: 13
                    3: 11
                    4: 16
              default: 17
          }
         8: .line 667
      StackMap locals: com.apple.laf.AquaTabbedPaneUI java.awt.Graphics int int int int java.awt.Insets int int int int
      StackMap stack:
            iinc 8 /* y */ 9
         9: .line 668
            iinc 10 /* h */ -9
        10: .line 669
            goto 17
        11: .line 671
      StackMap locals:
      StackMap stack:
            iinc 10 /* h */ -9
        12: .line 672
            goto 17
        13: .line 674
      StackMap locals:
      StackMap stack:
            iinc 7 /* x */ 9
        14: .line 675
            iinc 9 /* w */ -9
        15: .line 676
            goto 17
        16: .line 678
      StackMap locals:
      StackMap stack:
            iinc 9 /* w */ -9
        17: .line 682
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.tabPane:Ljavax/swing/JTabbedPane;
            invokevirtual javax.swing.JTabbedPane.isOpaque:()Z
            ifeq 20
        18: .line 683
            aload 1 /* g */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.tabPane:Ljavax/swing/JTabbedPane;
            invokevirtual javax.swing.JTabbedPane.getBackground:()Ljava/awt/Color;
            invokevirtual java.awt.Graphics.setColor:(Ljava/awt/Color;)V
        19: .line 684
            aload 1 /* g */
            iconst_0
            iconst_0
            iload 4 /* width */
            iload 5 /* height */
            invokevirtual java.awt.Graphics.fillRect:(IIII)V
        20: .line 687
      StackMap locals:
      StackMap stack:
            invokestatic com.apple.laf.AquaGroupBorder.getTabbedPaneGroupBorder:()Ljavax/swing/border/Border;
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.tabPane:Ljavax/swing/JTabbedPane;
            aload 1 /* g */
            iload 7 /* x */
            iload 8 /* y */
            iload 9 /* w */
            iload 10 /* h */
            invokeinterface javax.swing.border.Border.paintBorder:(Ljava/awt/Component;Ljava/awt/Graphics;IIII)V
        21: .line 688
            return
        end local 10 // int h
        end local 9 // int w
        end local 8 // int y
        end local 7 // int x
        end local 6 // java.awt.Insets insets
        end local 5 // int height
        end local 4 // int width
        end local 3 // int selectedIndex
        end local 2 // int tabPlacement
        end local 1 // java.awt.Graphics g
        end local 0 // com.apple.laf.AquaTabbedPaneUI this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   22     0           this  Lcom/apple/laf/AquaTabbedPaneUI;
            0   22     1              g  Ljava/awt/Graphics;
            0   22     2   tabPlacement  I
            0   22     3  selectedIndex  I
            1   22     4          width  I
            2   22     5         height  I
            3   22     6         insets  Ljava/awt/Insets;
            4   22     7              x  I
            5   22     8              y  I
            6   22     9              w  I
            7   22    10              h  I
    MethodParameters:
               Name  Flags
      g              final
      tabPlacement   final
      selectedIndex  final

  protected void repaintContentBorderEdge();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=10, args_size=1
        start local 0 // com.apple.laf.AquaTabbedPaneUI this
         0: .line 692
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.tabPane:Ljavax/swing/JTabbedPane;
            invokevirtual javax.swing.JTabbedPane.getWidth:()I
            istore 1 /* width */
        start local 1 // int width
         1: .line 693
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.tabPane:Ljavax/swing/JTabbedPane;
            invokevirtual javax.swing.JTabbedPane.getHeight:()I
            istore 2 /* height */
        start local 2 // int height
         2: .line 694
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.tabPane:Ljavax/swing/JTabbedPane;
            invokevirtual javax.swing.JTabbedPane.getInsets:()Ljava/awt/Insets;
            astore 3 /* insets */
        start local 3 // java.awt.Insets insets
         3: .line 695
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.tabPane:Ljavax/swing/JTabbedPane;
            invokevirtual javax.swing.JTabbedPane.getTabPlacement:()I
            istore 4 /* tabPlacement */
        start local 4 // int tabPlacement
         4: .line 696
            aload 0 /* this */
            iload 4 /* tabPlacement */
            invokevirtual com.apple.laf.AquaTabbedPaneUI.getContentBorderInsets:(I)Ljava/awt/Insets;
            astore 5 /* localContentBorderInsets */
        start local 5 // java.awt.Insets localContentBorderInsets
         5: .line 698
            aload 3 /* insets */
            getfield java.awt.Insets.left:I
            istore 6 /* x */
        start local 6 // int x
         6: .line 699
            aload 3 /* insets */
            getfield java.awt.Insets.top:I
            istore 7 /* y */
        start local 7 // int y
         7: .line 700
            iload 1 /* width */
            aload 3 /* insets */
            getfield java.awt.Insets.right:I
            isub
            aload 3 /* insets */
            getfield java.awt.Insets.left:I
            isub
            istore 8 /* w */
        start local 8 // int w
         8: .line 701
            iload 2 /* height */
            aload 3 /* insets */
            getfield java.awt.Insets.top:I
            isub
            aload 3 /* insets */
            getfield java.awt.Insets.bottom:I
            isub
            istore 9 /* h */
        start local 9 // int h
         9: .line 703
            iload 4 /* tabPlacement */
            tableswitch { // 1 - 4
                    1: 17
                    2: 10
                    3: 15
                    4: 13
              default: 17
          }
        10: .line 705
      StackMap locals: com.apple.laf.AquaTabbedPaneUI int int java.awt.Insets int java.awt.Insets int int int int
      StackMap stack:
            iload 6 /* x */
            aload 0 /* this */
            iload 4 /* tabPlacement */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.runCount:I
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.maxTabWidth:I
            invokevirtual com.apple.laf.AquaTabbedPaneUI.calculateTabAreaWidth:(III)I
            iadd
            istore 6 /* x */
        11: .line 706
            aload 5 /* localContentBorderInsets */
            getfield java.awt.Insets.left:I
            istore 8 /* w */
        12: .line 707
            goto 19
        13: .line 709
      StackMap locals:
      StackMap stack:
            aload 5 /* localContentBorderInsets */
            getfield java.awt.Insets.right:I
            istore 8 /* w */
        14: .line 710
            goto 19
        15: .line 712
      StackMap locals:
      StackMap stack:
            aload 5 /* localContentBorderInsets */
            getfield java.awt.Insets.bottom:I
            istore 9 /* h */
        16: .line 713
            goto 19
        17: .line 716
      StackMap locals:
      StackMap stack:
            iload 7 /* y */
            aload 0 /* this */
            iload 4 /* tabPlacement */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.runCount:I
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.maxTabHeight:I
            invokevirtual com.apple.laf.AquaTabbedPaneUI.calculateTabAreaHeight:(III)I
            iadd
            istore 7 /* y */
        18: .line 717
            aload 5 /* localContentBorderInsets */
            getfield java.awt.Insets.top:I
            istore 9 /* h */
        19: .line 719
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.tabPane:Ljavax/swing/JTabbedPane;
            iload 6 /* x */
            iload 7 /* y */
            iload 8 /* w */
            iload 9 /* h */
            invokevirtual javax.swing.JTabbedPane.repaint:(IIII)V
        20: .line 720
            return
        end local 9 // int h
        end local 8 // int w
        end local 7 // int y
        end local 6 // int x
        end local 5 // java.awt.Insets localContentBorderInsets
        end local 4 // int tabPlacement
        end local 3 // java.awt.Insets insets
        end local 2 // int height
        end local 1 // int width
        end local 0 // com.apple.laf.AquaTabbedPaneUI this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0   21     0                      this  Lcom/apple/laf/AquaTabbedPaneUI;
            1   21     1                     width  I
            2   21     2                    height  I
            3   21     3                    insets  Ljava/awt/Insets;
            4   21     4              tabPlacement  I
            5   21     5  localContentBorderInsets  Ljava/awt/Insets;
            6   21     6                         x  I
            7   21     7                         y  I
            8   21     8                         w  I
            9   21     9                         h  I

  public boolean isTabVisible(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.apple.laf.AquaTabbedPaneUI this
        start local 1 // int index
         0: .line 723
            iload 1 /* index */
            iconst_m1
            if_icmpeq 1
            iload 1 /* index */
            bipush -2
            if_icmpne 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
         2: .line 724
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         3: goto 6
         4: .line 725
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.visibleTabState:Lcom/apple/laf/AquaTabbedPaneTabState;
            iload 2 /* i */
            invokevirtual com.apple.laf.AquaTabbedPaneTabState.getIndex:(I)I
            iload 1 /* index */
            if_icmpne 5
            iconst_1
            ireturn
         5: .line 724
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 2 /* i */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.visibleTabState:Lcom/apple/laf/AquaTabbedPaneTabState;
            invokevirtual com.apple.laf.AquaTabbedPaneTabState.getTotal:()I
            if_icmplt 4
        end local 2 // int i
         7: .line 727
            iconst_0
            ireturn
        end local 1 // int index
        end local 0 // com.apple.laf.AquaTabbedPaneUI this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lcom/apple/laf/AquaTabbedPaneUI;
            0    8     1  index  I
            3    7     2      i  I
    MethodParameters:
       Name  Flags
      index  final

  public java.awt.Rectangle getTabBounds(javax.swing.JTabbedPane, int);
    descriptor: (Ljavax/swing/JTabbedPane;I)Ljava/awt/Rectangle;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.apple.laf.AquaTabbedPaneUI this
        start local 1 // javax.swing.JTabbedPane pane
        start local 2 // int i
         0: .line 737
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.visibleTabState:Lcom/apple/laf/AquaTabbedPaneTabState;
            invokevirtual com.apple.laf.AquaTabbedPaneTabState.needsScrollTabs:()Z
            ifeq 3
         1: .line 738
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.visibleTabState:Lcom/apple/laf/AquaTabbedPaneTabState;
            iload 2 /* i */
            invokevirtual com.apple.laf.AquaTabbedPaneTabState.isBefore:(I)Z
            ifne 2
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.visibleTabState:Lcom/apple/laf/AquaTabbedPaneTabState;
            iload 2 /* i */
            invokevirtual com.apple.laf.AquaTabbedPaneTabState.isAfter:(I)Z
            ifeq 3
         2: .line 739
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
         3: .line 741
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* pane */
            iload 2 /* i */
            invokespecial com.apple.laf.AquaTabbedPaneCopyFromBasicUI.getTabBounds:(Ljavax/swing/JTabbedPane;I)Ljava/awt/Rectangle;
            areturn
        end local 2 // int i
        end local 1 // javax.swing.JTabbedPane pane
        end local 0 // com.apple.laf.AquaTabbedPaneUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/apple/laf/AquaTabbedPaneUI;
            0    4     1  pane  Ljavax/swing/JTabbedPane;
            0    4     2     i  I
    MethodParameters:
      Name  Flags
      pane  final
      i     final

  public int tabForCoordinate(javax.swing.JTabbedPane, int, int);
    descriptor: (Ljavax/swing/JTabbedPane;II)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=4
        start local 0 // com.apple.laf.AquaTabbedPaneUI this
        start local 1 // javax.swing.JTabbedPane pane
        start local 2 // int x
        start local 3 // int y
         0: .line 749
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaTabbedPaneUI.ensureCurrentLayout:()V
         1: .line 750
            new java.awt.Point
            dup
            iload 2 /* x */
            iload 3 /* y */
            invokespecial java.awt.Point.<init>:(II)V
            astore 4 /* p */
        start local 4 // java.awt.Point p
         2: .line 751
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.visibleTabState:Lcom/apple/laf/AquaTabbedPaneTabState;
            invokevirtual com.apple.laf.AquaTabbedPaneTabState.needsScrollTabs:()Z
            ifeq 10
         3: .line 752
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         4: goto 8
         5: .line 753
      StackMap locals: java.awt.Point int
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.visibleTabState:Lcom/apple/laf/AquaTabbedPaneTabState;
            iload 5 /* i */
            invokevirtual com.apple.laf.AquaTabbedPaneTabState.getIndex:(I)I
            istore 6 /* realOffset */
        start local 6 // int realOffset
         6: .line 754
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.rects:[Ljava/awt/Rectangle;
            iload 6 /* realOffset */
            aaload
            aload 4 /* p */
            getfield java.awt.Point.x:I
            aload 4 /* p */
            getfield java.awt.Point.y:I
            invokevirtual java.awt.Rectangle.contains:(II)Z
            ifeq 7
            iload 6 /* realOffset */
            ireturn
        end local 6 // int realOffset
         7: .line 752
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 5 /* i */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.visibleTabState:Lcom/apple/laf/AquaTabbedPaneTabState;
            invokevirtual com.apple.laf.AquaTabbedPaneTabState.getTotal:()I
            if_icmplt 5
        end local 5 // int i
         9: .line 756
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.visibleTabState:Lcom/apple/laf/AquaTabbedPaneTabState;
            invokevirtual com.apple.laf.AquaTabbedPaneTabState.getRightScrollTabRect:()Ljava/awt/Rectangle;
            aload 4 /* p */
            getfield java.awt.Point.x:I
            aload 4 /* p */
            getfield java.awt.Point.y:I
            invokevirtual java.awt.Rectangle.contains:(II)Z
            ifeq 16
            iconst_m1
            ireturn
        10: .line 759
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.tabPane:Ljavax/swing/JTabbedPane;
            invokevirtual javax.swing.JTabbedPane.getTabCount:()I
            istore 5 /* tabCount */
        start local 5 // int tabCount
        11: .line 760
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        12: goto 15
        13: .line 761
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.rects:[Ljava/awt/Rectangle;
            iload 6 /* i */
            aaload
            aload 4 /* p */
            getfield java.awt.Point.x:I
            aload 4 /* p */
            getfield java.awt.Point.y:I
            invokevirtual java.awt.Rectangle.contains:(II)Z
            ifeq 14
            iload 6 /* i */
            ireturn
        14: .line 760
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        15: iload 6 /* i */
            iload 5 /* tabCount */
            if_icmplt 13
        end local 6 // int i
        end local 5 // int tabCount
        16: .line 764
      StackMap locals:
      StackMap stack:
            iconst_m1
            ireturn
        end local 4 // java.awt.Point p
        end local 3 // int y
        end local 2 // int x
        end local 1 // javax.swing.JTabbedPane pane
        end local 0 // com.apple.laf.AquaTabbedPaneUI this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   17     0        this  Lcom/apple/laf/AquaTabbedPaneUI;
            0   17     1        pane  Ljavax/swing/JTabbedPane;
            0   17     2           x  I
            0   17     3           y  I
            2   17     4           p  Ljava/awt/Point;
            4    9     5           i  I
            6    7     6  realOffset  I
           11   16     5    tabCount  I
           12   16     6           i  I
    MethodParameters:
      Name  Flags
      pane  final
      x     final
      y     final

  protected java.awt.Insets getTabInsets(int, int);
    descriptor: (II)Ljava/awt/Insets;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.apple.laf.AquaTabbedPaneUI this
        start local 1 // int tabPlacement
        start local 2 // int tabIndex
         0: .line 768
            iload 1 /* tabPlacement */
            tableswitch { // 2 - 4
                    2: 1
                    3: 3
                    4: 2
              default: 3
          }
         1: .line 769
      StackMap locals:
      StackMap stack:
            ldc "TabbedPane.leftTabInsets"
            invokestatic javax.swing.UIManager.getInsets:(Ljava/lang/Object;)Ljava/awt/Insets;
            areturn
         2: .line 770
      StackMap locals:
      StackMap stack:
            ldc "TabbedPane.rightTabInsets"
            invokestatic javax.swing.UIManager.getInsets:(Ljava/lang/Object;)Ljava/awt/Insets;
            areturn
         3: .line 772
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneUI.tabInsets:Ljava/awt/Insets;
            areturn
        end local 2 // int tabIndex
        end local 1 // int tabPlacement
        end local 0 // com.apple.laf.AquaTabbedPaneUI this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Lcom/apple/laf/AquaTabbedPaneUI;
            0    4     1  tabPlacement  I
            0    4     2      tabIndex  I
    MethodParameters:
              Name  Flags
      tabPlacement  final
      tabIndex      final

  protected int calculateTabHeight(int, int, int);
    descriptor: (III)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // com.apple.laf.AquaTabbedPaneUI this
        start local 1 // int tabPlacement
        start local 2 // int tabIndex
        start local 3 // int fontHeight
         0: .line 778
            aload 0 /* this */
            iload 1 /* tabPlacement */
            iload 2 /* tabIndex */
            iload 3 /* fontHeight */
            invokespecial com.apple.laf.AquaTabbedPaneCopyFromBasicUI.calculateTabHeight:(III)I
            istore 4 /* result */
        start local 4 // int result
         1: .line 781
            iload 4 /* result */
            bipush 20
            if_icmpgt 2
            bipush 20
            ireturn
         2: .line 782
      StackMap locals: int
      StackMap stack:
            bipush 23
            ireturn
        end local 4 // int result
        end local 3 // int fontHeight
        end local 2 // int tabIndex
        end local 1 // int tabPlacement
        end local 0 // com.apple.laf.AquaTabbedPaneUI this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lcom/apple/laf/AquaTabbedPaneUI;
            0    3     1  tabPlacement  I
            0    3     2      tabIndex  I
            0    3     3    fontHeight  I
            1    3     4        result  I
    MethodParameters:
              Name  Flags
      tabPlacement  final
      tabIndex      final
      fontHeight    final

  protected boolean shouldRotateTabRuns(int);
    descriptor: (I)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaTabbedPaneUI this
        start local 1 // int tabPlacement
         0: .line 787
            iconst_0
            ireturn
        end local 1 // int tabPlacement
        end local 0 // com.apple.laf.AquaTabbedPaneUI this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lcom/apple/laf/AquaTabbedPaneUI;
            0    1     1  tabPlacement  I
    MethodParameters:
              Name  Flags
      tabPlacement  final

  protected javax.swing.event.ChangeListener createChangeListener();
    descriptor: ()Ljavax/swing/event/ChangeListener;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaTabbedPaneUI this
         0: .line 811
            new com.apple.laf.AquaTabbedPaneUI$2
            dup
            aload 0 /* this */
            invokespecial com.apple.laf.AquaTabbedPaneUI$2.<init>:(Lcom/apple/laf/AquaTabbedPaneUI;)V
            areturn
        end local 0 // com.apple.laf.AquaTabbedPaneUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/laf/AquaTabbedPaneUI;
}
SourceFile: "AquaTabbedPaneUI.java"
NestMembers:
  com.apple.laf.AquaTabbedPaneUI$1  com.apple.laf.AquaTabbedPaneUI$2  com.apple.laf.AquaTabbedPaneUI$AlterRects  com.apple.laf.AquaTabbedPaneUI$AquaTruncatingTabbedPaneLayout  com.apple.laf.AquaTabbedPaneUI$FocusHandler  com.apple.laf.AquaTabbedPaneUI$MouseHandler  com.apple.laf.AquaTabbedPaneUI$MouseHandler$1  com.apple.laf.AquaTabbedPaneUI$MouseHandler$2  com.apple.laf.AquaTabbedPaneUI$MouseHandler$3  com.apple.laf.AquaTabbedPaneUI$TabbedPanePropertyChangeHandler
InnerClasses:
  public BooleanValue = apple.laf.JRSUIConstants$BooleanValue of apple.laf.JRSUIConstants
  public Direction = apple.laf.JRSUIConstants$Direction of apple.laf.JRSUIConstants
  public Focused = apple.laf.JRSUIConstants$Focused of apple.laf.JRSUIConstants
  public SegmentLeadingSeparator = apple.laf.JRSUIConstants$SegmentLeadingSeparator of apple.laf.JRSUIConstants
  public SegmentPosition = apple.laf.JRSUIConstants$SegmentPosition of apple.laf.JRSUIConstants
  public SegmentTrailingSeparator = apple.laf.JRSUIConstants$SegmentTrailingSeparator of apple.laf.JRSUIConstants
  public Size = apple.laf.JRSUIConstants$Size of apple.laf.JRSUIConstants
  public State = apple.laf.JRSUIConstants$State of apple.laf.JRSUIConstants
  public TabbedPane = apple.laf.JRSUIUtils$TabbedPane of apple.laf.JRSUIUtils
  com.apple.laf.AquaTabbedPaneUI$1
  com.apple.laf.AquaTabbedPaneUI$2
  AlterRects = com.apple.laf.AquaTabbedPaneUI$AlterRects of com.apple.laf.AquaTabbedPaneUI
  protected AquaTruncatingTabbedPaneLayout = com.apple.laf.AquaTabbedPaneUI$AquaTruncatingTabbedPaneLayout of com.apple.laf.AquaTabbedPaneUI
  protected FocusHandler = com.apple.laf.AquaTabbedPaneUI$FocusHandler of com.apple.laf.AquaTabbedPaneUI
  MouseHandler = com.apple.laf.AquaTabbedPaneUI$MouseHandler of com.apple.laf.AquaTabbedPaneUI
  protected TabbedPanePropertyChangeHandler = com.apple.laf.AquaTabbedPaneUI$TabbedPanePropertyChangeHandler of com.apple.laf.AquaTabbedPaneUI
  Property = apple.laf.JRSUIConstants$Property of apple.laf.JRSUIConstants