public class com.apple.laf.AquaTabbedPaneCopyFromBasicUI extends javax.swing.plaf.TabbedPaneUI implements javax.swing.SwingConstants
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.apple.laf.AquaTabbedPaneCopyFromBasicUI
  super_class: javax.swing.plaf.TabbedPaneUI
{
  protected javax.swing.JTabbedPane tabPane;
    descriptor: Ljavax/swing/JTabbedPane;
    flags: (0x0004) ACC_PROTECTED

  protected java.awt.Color highlight;
    descriptor: Ljava/awt/Color;
    flags: (0x0004) ACC_PROTECTED

  protected java.awt.Color lightHighlight;
    descriptor: Ljava/awt/Color;
    flags: (0x0004) ACC_PROTECTED

  protected java.awt.Color shadow;
    descriptor: Ljava/awt/Color;
    flags: (0x0004) ACC_PROTECTED

  protected java.awt.Color darkShadow;
    descriptor: Ljava/awt/Color;
    flags: (0x0004) ACC_PROTECTED

  protected java.awt.Color focus;
    descriptor: Ljava/awt/Color;
    flags: (0x0004) ACC_PROTECTED

  private java.awt.Color selectedColor;
    descriptor: Ljava/awt/Color;
    flags: (0x0002) ACC_PRIVATE

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

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

  protected java.awt.Insets tabInsets;
    descriptor: Ljava/awt/Insets;
    flags: (0x0004) ACC_PROTECTED

  protected java.awt.Insets selectedTabPadInsets;
    descriptor: Ljava/awt/Insets;
    flags: (0x0004) ACC_PROTECTED

  protected java.awt.Insets tabAreaInsets;
    descriptor: Ljava/awt/Insets;
    flags: (0x0004) ACC_PROTECTED

  protected java.awt.Insets contentBorderInsets;
    descriptor: Ljava/awt/Insets;
    flags: (0x0004) ACC_PROTECTED

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

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

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

  protected javax.swing.KeyStroke upKey;
    descriptor: Ljavax/swing/KeyStroke;
    flags: (0x0004) ACC_PROTECTED
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  protected javax.swing.KeyStroke downKey;
    descriptor: Ljavax/swing/KeyStroke;
    flags: (0x0004) ACC_PROTECTED
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  protected javax.swing.KeyStroke leftKey;
    descriptor: Ljavax/swing/KeyStroke;
    flags: (0x0004) ACC_PROTECTED
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  protected javax.swing.KeyStroke rightKey;
    descriptor: Ljavax/swing/KeyStroke;
    flags: (0x0004) ACC_PROTECTED
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

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

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

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

  protected java.awt.Rectangle[] rects;
    descriptor: [Ljava/awt/Rectangle;
    flags: (0x0004) ACC_PROTECTED

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

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

  protected javax.swing.event.ChangeListener tabChangeListener;
    descriptor: Ljavax/swing/event/ChangeListener;
    flags: (0x0004) ACC_PROTECTED

  protected java.beans.PropertyChangeListener propertyChangeListener;
    descriptor: Ljava/beans/PropertyChangeListener;
    flags: (0x0004) ACC_PROTECTED

  protected java.awt.event.MouseListener mouseListener;
    descriptor: Ljava/awt/event/MouseListener;
    flags: (0x0004) ACC_PROTECTED

  protected java.awt.event.FocusListener focusListener;
    descriptor: Ljava/awt/event/FocusListener;
    flags: (0x0004) ACC_PROTECTED

  private final java.awt.Insets currentPadInsets;
    descriptor: Ljava/awt/Insets;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.awt.Insets currentTabAreaInsets;
    descriptor: Ljava/awt/Insets;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private java.awt.Component visibleComponent;
    descriptor: Ljava/awt/Component;
    flags: (0x0002) ACC_PRIVATE

  private java.util.Vector<javax.swing.text.View> htmlViews;
    descriptor: Ljava/util/Vector;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Vector<Ljavax/swing/text/View;>;

  private java.util.Hashtable<java.lang.Integer, java.lang.Integer> mnemonicToIndexMap;
    descriptor: Ljava/util/Hashtable;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Hashtable<Ljava/lang/Integer;Ljava/lang/Integer;>;

  private javax.swing.InputMap mnemonicInputMap;
    descriptor: Ljavax/swing/InputMap;
    flags: (0x0002) ACC_PRIVATE

  private com.apple.laf.AquaTabbedPaneCopyFromBasicUI$ScrollableTabSupport tabScroller;
    descriptor: Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI$ScrollableTabSupport;
    flags: (0x0002) ACC_PRIVATE

  private com.apple.laf.AquaTabbedPaneCopyFromBasicUI$TabContainer tabContainer;
    descriptor: Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI$TabContainer;
    flags: (0x0002) ACC_PRIVATE

  protected transient java.awt.Rectangle calcRect;
    descriptor: Ljava/awt/Rectangle;
    flags: (0x0084) ACC_PROTECTED, ACC_TRANSIENT

  private int focusIndex;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private com.apple.laf.AquaTabbedPaneCopyFromBasicUI$Handler handler;
    descriptor: Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI$Handler;
    flags: (0x0002) ACC_PRIVATE

  private int rolloverTabIndex;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

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

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

  private int baseline;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private static int[] xCropLen;
    descriptor: [I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static int[] yCropLen;
    descriptor: [I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 866
            bipush 8
            newarray 10
            dup
            iconst_0
            iconst_1
            iastore
            dup
            iconst_1
            iconst_1
            iastore
            dup
            iconst_4
            iconst_1
            iastore
            dup
            iconst_5
            iconst_1
            iastore
            dup
            bipush 6
            iconst_2
            iastore
            dup
            bipush 7
            iconst_2
            iastore
            putstatic com.apple.laf.AquaTabbedPaneCopyFromBasicUI.xCropLen:[I
         1: .line 867
            bipush 8
            newarray 10
            dup
            iconst_1
            iconst_3
            iastore
            dup
            iconst_2
            iconst_3
            iastore
            dup
            iconst_3
            bipush 6
            iastore
            dup
            iconst_4
            bipush 6
            iastore
            dup
            iconst_5
            bipush 9
            iastore
            dup
            bipush 6
            bipush 9
            iastore
            dup
            bipush 7
            bipush 12
            iastore
            putstatic com.apple.laf.AquaTabbedPaneCopyFromBasicUI.yCropLen:[I
         2: .line 868
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
         0: .line 49
            aload 0 /* this */
            invokespecial javax.swing.plaf.TabbedPaneUI.<init>:()V
         1: .line 70
            aload 0 /* this */
            iconst_1
            putfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabsOpaque:Z
         2: .line 71
            aload 0 /* this */
            iconst_1
            putfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.contentOpaque:Z
         3: .line 116
            aload 0 /* this */
            bipush 10
            newarray 10
            putfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabRuns:[I
         4: .line 117
            aload 0 /* this */
            iconst_0
            putfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.runCount:I
         5: .line 118
            aload 0 /* this */
            iconst_m1
            putfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.selectedRun:I
         6: .line 119
            aload 0 /* this */
            iconst_0
            anewarray java.awt.Rectangle
            putfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.rects:[Ljava/awt/Rectangle;
         7: .line 132
            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.AquaTabbedPaneCopyFromBasicUI.currentPadInsets:Ljava/awt/Insets;
         8: .line 133
            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.AquaTabbedPaneCopyFromBasicUI.currentTabAreaInsets:Ljava/awt/Insets;
         9: .line 156
            aload 0 /* this */
            new java.awt.Rectangle
            dup
            iconst_0
            iconst_0
            iconst_0
            iconst_0
            invokespecial java.awt.Rectangle.<init>:(IIII)V
            putfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.calcRect:Ljava/awt/Rectangle;
        10: .line 49
            return
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;

  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 186
            new com.apple.laf.AquaTabbedPaneCopyFromBasicUI
            dup
            invokespecial com.apple.laf.AquaTabbedPaneCopyFromBasicUI.<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

  protected java.awt.Component getTabComponentAt(int);
    descriptor: (I)Ljava/awt/Component;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
        start local 1 // int i
         0: .line 191
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            iload 1 /* i */
            invokevirtual javax.swing.JTabbedPane.getTabComponentAt:(I)Ljava/awt/Component;
            areturn
        end local 1 // int i
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
            0    1     1     i  I
    MethodParameters:
      Name  Flags
      i     final

  static void loadActionMap(com.apple.laf.AquaTabbedPaneCopyFromBasicUI$LazyActionMap);
    descriptor: (Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI$LazyActionMap;)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI$LazyActionMap map
         0: .line 196
            aload 0 /* map */
            new com.apple.laf.AquaTabbedPaneCopyFromBasicUI$Actions
            dup
            ldc "navigateNext"
            invokespecial com.apple.laf.AquaTabbedPaneCopyFromBasicUI$Actions.<init>:(Ljava/lang/String;)V
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI$LazyActionMap.put:(Ljavax/swing/Action;)V
         1: .line 197
            aload 0 /* map */
            new com.apple.laf.AquaTabbedPaneCopyFromBasicUI$Actions
            dup
            ldc "navigatePrevious"
            invokespecial com.apple.laf.AquaTabbedPaneCopyFromBasicUI$Actions.<init>:(Ljava/lang/String;)V
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI$LazyActionMap.put:(Ljavax/swing/Action;)V
         2: .line 198
            aload 0 /* map */
            new com.apple.laf.AquaTabbedPaneCopyFromBasicUI$Actions
            dup
            ldc "navigateRight"
            invokespecial com.apple.laf.AquaTabbedPaneCopyFromBasicUI$Actions.<init>:(Ljava/lang/String;)V
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI$LazyActionMap.put:(Ljavax/swing/Action;)V
         3: .line 199
            aload 0 /* map */
            new com.apple.laf.AquaTabbedPaneCopyFromBasicUI$Actions
            dup
            ldc "navigateLeft"
            invokespecial com.apple.laf.AquaTabbedPaneCopyFromBasicUI$Actions.<init>:(Ljava/lang/String;)V
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI$LazyActionMap.put:(Ljavax/swing/Action;)V
         4: .line 200
            aload 0 /* map */
            new com.apple.laf.AquaTabbedPaneCopyFromBasicUI$Actions
            dup
            ldc "navigateUp"
            invokespecial com.apple.laf.AquaTabbedPaneCopyFromBasicUI$Actions.<init>:(Ljava/lang/String;)V
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI$LazyActionMap.put:(Ljavax/swing/Action;)V
         5: .line 201
            aload 0 /* map */
            new com.apple.laf.AquaTabbedPaneCopyFromBasicUI$Actions
            dup
            ldc "navigateDown"
            invokespecial com.apple.laf.AquaTabbedPaneCopyFromBasicUI$Actions.<init>:(Ljava/lang/String;)V
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI$LazyActionMap.put:(Ljavax/swing/Action;)V
         6: .line 202
            aload 0 /* map */
            new com.apple.laf.AquaTabbedPaneCopyFromBasicUI$Actions
            dup
            ldc "navigatePageUp"
            invokespecial com.apple.laf.AquaTabbedPaneCopyFromBasicUI$Actions.<init>:(Ljava/lang/String;)V
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI$LazyActionMap.put:(Ljavax/swing/Action;)V
         7: .line 203
            aload 0 /* map */
            new com.apple.laf.AquaTabbedPaneCopyFromBasicUI$Actions
            dup
            ldc "navigatePageDown"
            invokespecial com.apple.laf.AquaTabbedPaneCopyFromBasicUI$Actions.<init>:(Ljava/lang/String;)V
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI$LazyActionMap.put:(Ljavax/swing/Action;)V
         8: .line 204
            aload 0 /* map */
            new com.apple.laf.AquaTabbedPaneCopyFromBasicUI$Actions
            dup
            ldc "requestFocus"
            invokespecial com.apple.laf.AquaTabbedPaneCopyFromBasicUI$Actions.<init>:(Ljava/lang/String;)V
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI$LazyActionMap.put:(Ljavax/swing/Action;)V
         9: .line 205
            aload 0 /* map */
            new com.apple.laf.AquaTabbedPaneCopyFromBasicUI$Actions
            dup
            ldc "requestFocusForVisibleComponent"
            invokespecial com.apple.laf.AquaTabbedPaneCopyFromBasicUI$Actions.<init>:(Ljava/lang/String;)V
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI$LazyActionMap.put:(Ljavax/swing/Action;)V
        10: .line 206
            aload 0 /* map */
            new com.apple.laf.AquaTabbedPaneCopyFromBasicUI$Actions
            dup
            ldc "setSelectedIndex"
            invokespecial com.apple.laf.AquaTabbedPaneCopyFromBasicUI$Actions.<init>:(Ljava/lang/String;)V
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI$LazyActionMap.put:(Ljavax/swing/Action;)V
        11: .line 207
            aload 0 /* map */
            new com.apple.laf.AquaTabbedPaneCopyFromBasicUI$Actions
            dup
            ldc "selectTabWithFocus"
            invokespecial com.apple.laf.AquaTabbedPaneCopyFromBasicUI$Actions.<init>:(Ljava/lang/String;)V
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI$LazyActionMap.put:(Ljavax/swing/Action;)V
        12: .line 208
            aload 0 /* map */
            new com.apple.laf.AquaTabbedPaneCopyFromBasicUI$Actions
            dup
            ldc "scrollTabsForwardAction"
            invokespecial com.apple.laf.AquaTabbedPaneCopyFromBasicUI$Actions.<init>:(Ljava/lang/String;)V
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI$LazyActionMap.put:(Ljavax/swing/Action;)V
        13: .line 209
            aload 0 /* map */
            new com.apple.laf.AquaTabbedPaneCopyFromBasicUI$Actions
            dup
            ldc "scrollTabsBackwardAction"
            invokespecial com.apple.laf.AquaTabbedPaneCopyFromBasicUI$Actions.<init>:(Ljava/lang/String;)V
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI$LazyActionMap.put:(Ljavax/swing/Action;)V
        14: .line 210
            return
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI$LazyActionMap map
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0   map  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI$LazyActionMap;
    MethodParameters:
      Name  Flags
      map   final

  public void installUI(javax.swing.JComponent);
    descriptor: (Ljavax/swing/JComponent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
        start local 1 // javax.swing.JComponent c
         0: .line 215
            aload 0 /* this */
            aload 1 /* c */
            checkcast javax.swing.JTabbedPane
            putfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
         1: .line 217
            aload 0 /* this */
            iconst_0
            putfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.calculatedBaseline:Z
         2: .line 218
            aload 0 /* this */
            iconst_m1
            putfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.rolloverTabIndex:I
         3: .line 219
            aload 0 /* this */
            iconst_m1
            putfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.focusIndex:I
         4: .line 220
            aload 1 /* c */
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.createLayoutManager:()Ljava/awt/LayoutManager;
            invokevirtual javax.swing.JComponent.setLayout:(Ljava/awt/LayoutManager;)V
         5: .line 221
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.installComponents:()V
         6: .line 222
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.installDefaults:()V
         7: .line 223
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.installListeners:()V
         8: .line 224
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.installKeyboardActions:()V
         9: .line 225
            return
        end local 1 // javax.swing.JComponent c
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
            0   10     1     c  Ljavax/swing/JComponent;
    MethodParameters:
      Name  Flags
      c     final

  public void uninstallUI(javax.swing.JComponent);
    descriptor: (Ljavax/swing/JComponent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
        start local 1 // javax.swing.JComponent c
         0: .line 228
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.uninstallKeyboardActions:()V
         1: .line 229
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.uninstallListeners:()V
         2: .line 230
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.uninstallDefaults:()V
         3: .line 231
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.uninstallComponents:()V
         4: .line 232
            aload 1 /* c */
            aconst_null
            invokevirtual javax.swing.JComponent.setLayout:(Ljava/awt/LayoutManager;)V
         5: .line 234
            aload 0 /* this */
            aconst_null
            putfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
         6: .line 235
            return
        end local 1 // javax.swing.JComponent c
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
            0    7     1     c  Ljavax/swing/JComponent;
    MethodParameters:
      Name  Flags
      c     final

  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.AquaTabbedPaneCopyFromBasicUI this
         0: .line 248
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            invokevirtual javax.swing.JTabbedPane.getTabLayoutPolicy:()I
            iconst_1
            if_icmpne 2
         1: .line 249
            new com.apple.laf.AquaTabbedPaneCopyFromBasicUI$TabbedPaneScrollLayout
            dup
            aload 0 /* this */
            invokespecial com.apple.laf.AquaTabbedPaneCopyFromBasicUI$TabbedPaneScrollLayout.<init>:(Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;)V
            areturn
         2: .line 251
      StackMap locals:
      StackMap stack:
            new com.apple.laf.AquaTabbedPaneCopyFromBasicUI$TabbedPaneLayout
            dup
            aload 0 /* this */
            invokespecial com.apple.laf.AquaTabbedPaneCopyFromBasicUI$TabbedPaneLayout.<init>:(Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;)V
            areturn
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;

  boolean scrollableTabLayoutEnabled();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
         0: .line 261
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            invokevirtual javax.swing.JTabbedPane.getLayout:()Ljava/awt/LayoutManager;
            instanceof com.apple.laf.AquaTabbedPaneCopyFromBasicUI$TabbedPaneScrollLayout
            ireturn
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;

  protected void installComponents();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
         0: .line 271
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.scrollableTabLayoutEnabled:()Z
            ifeq 4
         1: .line 272
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabScroller:Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI$ScrollableTabSupport;
            ifnonnull 4
         2: .line 273
            aload 0 /* this */
            new com.apple.laf.AquaTabbedPaneCopyFromBasicUI$ScrollableTabSupport
            dup
            aload 0 /* this */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            invokevirtual javax.swing.JTabbedPane.getTabPlacement:()I
            invokespecial com.apple.laf.AquaTabbedPaneCopyFromBasicUI$ScrollableTabSupport.<init>:(Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;I)V
            putfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabScroller:Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI$ScrollableTabSupport;
         3: .line 274
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabScroller:Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI$ScrollableTabSupport;
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI$ScrollableTabSupport.viewport:Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI$ScrollableTabViewport;
            invokevirtual javax.swing.JTabbedPane.add:(Ljava/awt/Component;)Ljava/awt/Component;
            pop
         4: .line 277
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.installTabContainer:()V
         5: .line 278
            return
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;

  private void installTabContainer();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
         0: .line 281
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         1: goto 8
         2: .line 282
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            iload 1 /* i */
            invokevirtual javax.swing.JTabbedPane.getTabComponentAt:(I)Ljava/awt/Component;
            astore 2 /* tabComponent */
        start local 2 // java.awt.Component tabComponent
         3: .line 283
            aload 2 /* tabComponent */
            ifnull 7
         4: .line 284
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabContainer:Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI$TabContainer;
            ifnonnull 6
         5: .line 285
            aload 0 /* this */
            new com.apple.laf.AquaTabbedPaneCopyFromBasicUI$TabContainer
            dup
            aload 0 /* this */
            invokespecial com.apple.laf.AquaTabbedPaneCopyFromBasicUI$TabContainer.<init>:(Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;)V
            putfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabContainer:Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI$TabContainer;
         6: .line 287
      StackMap locals: java.awt.Component
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabContainer:Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI$TabContainer;
            aload 2 /* tabComponent */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI$TabContainer.add:(Ljava/awt/Component;)Ljava/awt/Component;
            pop
        end local 2 // java.awt.Component tabComponent
         7: .line 281
      StackMap locals:
      StackMap stack:
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 1 /* i */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            invokevirtual javax.swing.JTabbedPane.getTabCount:()I
            if_icmplt 2
        end local 1 // int i
         9: .line 290
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabContainer:Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI$TabContainer;
            ifnonnull 11
        10: .line 291
            return
        11: .line 293
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.scrollableTabLayoutEnabled:()Z
            ifeq 14
        12: .line 294
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabScroller:Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI$ScrollableTabSupport;
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI$ScrollableTabSupport.tabPanel:Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI$ScrollableTabPanel;
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabContainer:Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI$TabContainer;
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI$ScrollableTabPanel.add:(Ljava/awt/Component;)Ljava/awt/Component;
            pop
        13: .line 295
            goto 15
        14: .line 296
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabContainer:Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI$TabContainer;
            invokevirtual javax.swing.JTabbedPane.add:(Ljava/awt/Component;)Ljava/awt/Component;
            pop
        15: .line 298
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   16     0          this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
            1    9     1             i  I
            3    7     2  tabComponent  Ljava/awt/Component;

  protected javax.swing.JButton createScrollButton(int);
    descriptor: (I)Ljavax/swing/JButton;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
        start local 1 // int direction
         0: .line 315
            iload 1 /* direction */
            iconst_5
            if_icmpeq 2
            iload 1 /* direction */
            iconst_1
            if_icmpeq 2
            iload 1 /* direction */
            iconst_3
            if_icmpeq 2
            iload 1 /* direction */
            bipush 7
            if_icmpeq 2
         1: .line 316
            new java.lang.IllegalArgumentException
            dup
            ldc "Direction must be one of: SOUTH, NORTH, EAST or WEST"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 318
      StackMap locals:
      StackMap stack:
            new com.apple.laf.AquaTabbedPaneCopyFromBasicUI$ScrollableTabButton
            dup
            aload 0 /* this */
            iload 1 /* direction */
            invokespecial com.apple.laf.AquaTabbedPaneCopyFromBasicUI$ScrollableTabButton.<init>:(Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;I)V
            areturn
        end local 1 // int direction
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
            0    3     1  direction  I
    MethodParameters:
           Name  Flags
      direction  final

  protected void uninstallComponents();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
         0: .line 328
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.uninstallTabContainer:()V
         1: .line 329
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.scrollableTabLayoutEnabled:()Z
            ifeq 6
         2: .line 330
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabScroller:Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI$ScrollableTabSupport;
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI$ScrollableTabSupport.viewport:Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI$ScrollableTabViewport;
            invokevirtual javax.swing.JTabbedPane.remove:(Ljava/awt/Component;)V
         3: .line 331
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabScroller:Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI$ScrollableTabSupport;
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI$ScrollableTabSupport.scrollForwardButton:Ljavax/swing/JButton;
            invokevirtual javax.swing.JTabbedPane.remove:(Ljava/awt/Component;)V
         4: .line 332
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabScroller:Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI$ScrollableTabSupport;
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI$ScrollableTabSupport.scrollBackwardButton:Ljavax/swing/JButton;
            invokevirtual javax.swing.JTabbedPane.remove:(Ljava/awt/Component;)V
         5: .line 333
            aload 0 /* this */
            aconst_null
            putfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabScroller:Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI$ScrollableTabSupport;
         6: .line 335
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;

  private void uninstallTabContainer();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
         0: .line 338
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabContainer:Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI$TabContainer;
            ifnonnull 2
         1: .line 339
            return
         2: .line 343
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabContainer:Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI$TabContainer;
            iconst_0
            putfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI$TabContainer.notifyTabbedPane:Z
         3: .line 344
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabContainer:Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI$TabContainer;
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI$TabContainer.removeAll:()V
         4: .line 345
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.scrollableTabLayoutEnabled:()Z
            ifeq 8
         5: .line 346
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabContainer:Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI$TabContainer;
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabScroller:Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI$ScrollableTabSupport;
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI$ScrollableTabSupport.croppedEdge:Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI$CroppedEdge;
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI$TabContainer.remove:(Ljava/awt/Component;)V
         6: .line 347
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabScroller:Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI$ScrollableTabSupport;
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI$ScrollableTabSupport.tabPanel:Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI$ScrollableTabPanel;
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabContainer:Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI$TabContainer;
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI$ScrollableTabPanel.remove:(Ljava/awt/Component;)V
         7: .line 348
            goto 9
         8: .line 349
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabContainer:Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI$TabContainer;
            invokevirtual javax.swing.JTabbedPane.remove:(Ljava/awt/Component;)V
         9: .line 351
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabContainer:Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI$TabContainer;
        10: .line 352
            return
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;

  protected void installDefaults();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
         0: .line 355
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            ldc "TabbedPane.background"
            ldc "TabbedPane.foreground"
            ldc "TabbedPane.font"
            invokestatic javax.swing.LookAndFeel.installColorsAndFont:(Ljavax/swing/JComponent;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         1: .line 356
            aload 0 /* this */
            ldc "TabbedPane.light"
            invokestatic javax.swing.UIManager.getColor:(Ljava/lang/Object;)Ljava/awt/Color;
            putfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.highlight:Ljava/awt/Color;
         2: .line 357
            aload 0 /* this */
            ldc "TabbedPane.highlight"
            invokestatic javax.swing.UIManager.getColor:(Ljava/lang/Object;)Ljava/awt/Color;
            putfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.lightHighlight:Ljava/awt/Color;
         3: .line 358
            aload 0 /* this */
            ldc "TabbedPane.shadow"
            invokestatic javax.swing.UIManager.getColor:(Ljava/lang/Object;)Ljava/awt/Color;
            putfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.shadow:Ljava/awt/Color;
         4: .line 359
            aload 0 /* this */
            ldc "TabbedPane.darkShadow"
            invokestatic javax.swing.UIManager.getColor:(Ljava/lang/Object;)Ljava/awt/Color;
            putfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.darkShadow:Ljava/awt/Color;
         5: .line 360
            aload 0 /* this */
            ldc "TabbedPane.focus"
            invokestatic javax.swing.UIManager.getColor:(Ljava/lang/Object;)Ljava/awt/Color;
            putfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.focus:Ljava/awt/Color;
         6: .line 361
            aload 0 /* this */
            ldc "TabbedPane.selected"
            invokestatic javax.swing.UIManager.getColor:(Ljava/lang/Object;)Ljava/awt/Color;
            putfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.selectedColor:Ljava/awt/Color;
         7: .line 363
            aload 0 /* this */
            ldc "TabbedPane.textIconGap"
            invokestatic javax.swing.UIManager.getInt:(Ljava/lang/Object;)I
            putfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.textIconGap:I
         8: .line 364
            aload 0 /* this */
            ldc "TabbedPane.tabInsets"
            invokestatic javax.swing.UIManager.getInsets:(Ljava/lang/Object;)Ljava/awt/Insets;
            putfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabInsets:Ljava/awt/Insets;
         9: .line 365
            aload 0 /* this */
            ldc "TabbedPane.selectedTabPadInsets"
            invokestatic javax.swing.UIManager.getInsets:(Ljava/lang/Object;)Ljava/awt/Insets;
            putfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.selectedTabPadInsets:Ljava/awt/Insets;
        10: .line 366
            aload 0 /* this */
            ldc "TabbedPane.tabAreaInsets"
            invokestatic javax.swing.UIManager.getInsets:(Ljava/lang/Object;)Ljava/awt/Insets;
            putfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabAreaInsets:Ljava/awt/Insets;
        11: .line 367
            aload 0 /* this */
            ldc "TabbedPane.tabsOverlapBorder"
            invokestatic javax.swing.UIManager.getBoolean:(Ljava/lang/Object;)Z
            putfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabsOverlapBorder:Z
        12: .line 368
            aload 0 /* this */
            ldc "TabbedPane.contentBorderInsets"
            invokestatic javax.swing.UIManager.getInsets:(Ljava/lang/Object;)Ljava/awt/Insets;
            putfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.contentBorderInsets:Ljava/awt/Insets;
        13: .line 369
            aload 0 /* this */
            ldc "TabbedPane.tabRunOverlay"
            invokestatic javax.swing.UIManager.getInt:(Ljava/lang/Object;)I
            putfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabRunOverlay:I
        14: .line 370
            aload 0 /* this */
            ldc "TabbedPane.tabsOpaque"
            invokestatic javax.swing.UIManager.getBoolean:(Ljava/lang/Object;)Z
            putfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabsOpaque:Z
        15: .line 371
            aload 0 /* this */
            ldc "TabbedPane.contentOpaque"
            invokestatic javax.swing.UIManager.getBoolean:(Ljava/lang/Object;)Z
            putfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.contentOpaque:Z
        16: .line 372
            ldc "TabbedPane.opaque"
            invokestatic javax.swing.UIManager.get:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 1 /* opaque */
        start local 1 // java.lang.Object opaque
        17: .line 373
            aload 1 /* opaque */
            ifnonnull 19
        18: .line 374
            getstatic java.lang.Boolean.FALSE:Ljava/lang/Boolean;
            astore 1 /* opaque */
        19: .line 376
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            ldc "opaque"
            aload 1 /* opaque */
            invokestatic javax.swing.LookAndFeel.installProperty:(Ljavax/swing/JComponent;Ljava/lang/String;Ljava/lang/Object;)V
        20: .line 377
            return
        end local 1 // java.lang.Object opaque
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   21     0    this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
           17   21     1  opaque  Ljava/lang/Object;

  protected void uninstallDefaults();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
         0: .line 380
            aload 0 /* this */
            aconst_null
            putfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.highlight:Ljava/awt/Color;
         1: .line 381
            aload 0 /* this */
            aconst_null
            putfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.lightHighlight:Ljava/awt/Color;
         2: .line 382
            aload 0 /* this */
            aconst_null
            putfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.shadow:Ljava/awt/Color;
         3: .line 383
            aload 0 /* this */
            aconst_null
            putfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.darkShadow:Ljava/awt/Color;
         4: .line 384
            aload 0 /* this */
            aconst_null
            putfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.focus:Ljava/awt/Color;
         5: .line 385
            aload 0 /* this */
            aconst_null
            putfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabInsets:Ljava/awt/Insets;
         6: .line 386
            aload 0 /* this */
            aconst_null
            putfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.selectedTabPadInsets:Ljava/awt/Insets;
         7: .line 387
            aload 0 /* this */
            aconst_null
            putfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabAreaInsets:Ljava/awt/Insets;
         8: .line 388
            aload 0 /* this */
            aconst_null
            putfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.contentBorderInsets:Ljava/awt/Insets;
         9: .line 389
            return
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;

  protected void installListeners();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
         0: .line 392
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.createPropertyChangeListener:()Ljava/beans/PropertyChangeListener;
            dup_x1
            putfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.propertyChangeListener:Ljava/beans/PropertyChangeListener;
            ifnull 2
         1: .line 393
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.propertyChangeListener:Ljava/beans/PropertyChangeListener;
            invokevirtual javax.swing.JTabbedPane.addPropertyChangeListener:(Ljava/beans/PropertyChangeListener;)V
         2: .line 395
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.createChangeListener:()Ljavax/swing/event/ChangeListener;
            dup_x1
            putfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabChangeListener:Ljavax/swing/event/ChangeListener;
            ifnull 4
         3: .line 396
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabChangeListener:Ljavax/swing/event/ChangeListener;
            invokevirtual javax.swing.JTabbedPane.addChangeListener:(Ljavax/swing/event/ChangeListener;)V
         4: .line 398
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.createMouseListener:()Ljava/awt/event/MouseListener;
            dup_x1
            putfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.mouseListener:Ljava/awt/event/MouseListener;
            ifnull 6
         5: .line 399
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.mouseListener:Ljava/awt/event/MouseListener;
            invokevirtual javax.swing.JTabbedPane.addMouseListener:(Ljava/awt/event/MouseListener;)V
         6: .line 401
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.getHandler:()Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI$Handler;
            invokevirtual javax.swing.JTabbedPane.addMouseMotionListener:(Ljava/awt/event/MouseMotionListener;)V
         7: .line 402
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.createFocusListener:()Ljava/awt/event/FocusListener;
            dup_x1
            putfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.focusListener:Ljava/awt/event/FocusListener;
            ifnull 9
         8: .line 403
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.focusListener:Ljava/awt/event/FocusListener;
            invokevirtual javax.swing.JTabbedPane.addFocusListener:(Ljava/awt/event/FocusListener;)V
         9: .line 405
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.getHandler:()Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI$Handler;
            invokevirtual javax.swing.JTabbedPane.addContainerListener:(Ljava/awt/event/ContainerListener;)V
        10: .line 406
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            invokevirtual javax.swing.JTabbedPane.getTabCount:()I
            ifle 12
        11: .line 407
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.createHTMLVector:()Ljava/util/Vector;
            putfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.htmlViews:Ljava/util/Vector;
        12: .line 409
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;

  protected void uninstallListeners();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
         0: .line 412
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.mouseListener:Ljava/awt/event/MouseListener;
            ifnull 3
         1: .line 413
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.mouseListener:Ljava/awt/event/MouseListener;
            invokevirtual javax.swing.JTabbedPane.removeMouseListener:(Ljava/awt/event/MouseListener;)V
         2: .line 414
            aload 0 /* this */
            aconst_null
            putfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.mouseListener:Ljava/awt/event/MouseListener;
         3: .line 416
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.getHandler:()Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI$Handler;
            invokevirtual javax.swing.JTabbedPane.removeMouseMotionListener:(Ljava/awt/event/MouseMotionListener;)V
         4: .line 417
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.focusListener:Ljava/awt/event/FocusListener;
            ifnull 7
         5: .line 418
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.focusListener:Ljava/awt/event/FocusListener;
            invokevirtual javax.swing.JTabbedPane.removeFocusListener:(Ljava/awt/event/FocusListener;)V
         6: .line 419
            aload 0 /* this */
            aconst_null
            putfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.focusListener:Ljava/awt/event/FocusListener;
         7: .line 422
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.getHandler:()Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI$Handler;
            invokevirtual javax.swing.JTabbedPane.removeContainerListener:(Ljava/awt/event/ContainerListener;)V
         8: .line 423
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.htmlViews:Ljava/util/Vector;
            ifnull 11
         9: .line 424
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.htmlViews:Ljava/util/Vector;
            invokevirtual java.util.Vector.removeAllElements:()V
        10: .line 425
            aload 0 /* this */
            aconst_null
            putfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.htmlViews:Ljava/util/Vector;
        11: .line 427
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabChangeListener:Ljavax/swing/event/ChangeListener;
            ifnull 14
        12: .line 428
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabChangeListener:Ljavax/swing/event/ChangeListener;
            invokevirtual javax.swing.JTabbedPane.removeChangeListener:(Ljavax/swing/event/ChangeListener;)V
        13: .line 429
            aload 0 /* this */
            aconst_null
            putfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabChangeListener:Ljavax/swing/event/ChangeListener;
        14: .line 431
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.propertyChangeListener:Ljava/beans/PropertyChangeListener;
            ifnull 17
        15: .line 432
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.propertyChangeListener:Ljava/beans/PropertyChangeListener;
            invokevirtual javax.swing.JTabbedPane.removePropertyChangeListener:(Ljava/beans/PropertyChangeListener;)V
        16: .line 433
            aload 0 /* this */
            aconst_null
            putfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.propertyChangeListener:Ljava/beans/PropertyChangeListener;
        17: .line 435
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.handler:Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI$Handler;
        18: .line 436
            return
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   19     0  this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;

  protected java.awt.event.MouseListener createMouseListener();
    descriptor: ()Ljava/awt/event/MouseListener;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
         0: .line 439
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.getHandler:()Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI$Handler;
            areturn
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;

  protected java.awt.event.FocusListener createFocusListener();
    descriptor: ()Ljava/awt/event/FocusListener;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
         0: .line 443
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.getHandler:()Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI$Handler;
            areturn
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;

  protected javax.swing.event.ChangeListener createChangeListener();
    descriptor: ()Ljavax/swing/event/ChangeListener;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
         0: .line 447
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.getHandler:()Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI$Handler;
            areturn
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;

  protected java.beans.PropertyChangeListener createPropertyChangeListener();
    descriptor: ()Ljava/beans/PropertyChangeListener;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
         0: .line 451
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.getHandler:()Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI$Handler;
            areturn
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;

  private com.apple.laf.AquaTabbedPaneCopyFromBasicUI$Handler getHandler();
    descriptor: ()Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI$Handler;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
         0: .line 455
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.handler:Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI$Handler;
            ifnonnull 2
         1: .line 456
            aload 0 /* this */
            new com.apple.laf.AquaTabbedPaneCopyFromBasicUI$Handler
            dup
            aload 0 /* this */
            invokespecial com.apple.laf.AquaTabbedPaneCopyFromBasicUI$Handler.<init>:(Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;)V
            putfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.handler:Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI$Handler;
         2: .line 458
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.handler:Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI$Handler;
            areturn
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;

  protected void installKeyboardActions();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
         0: .line 462
            aload 0 /* this */
            iconst_1
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.getInputMap:(I)Ljavax/swing/InputMap;
            astore 1 /* km */
        start local 1 // javax.swing.InputMap km
         1: .line 464
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            iconst_1
            aload 1 /* km */
            invokestatic javax.swing.SwingUtilities.replaceUIInputMap:(Ljavax/swing/JComponent;ILjavax/swing/InputMap;)V
         2: .line 465
            aload 0 /* this */
            iconst_0
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.getInputMap:(I)Ljavax/swing/InputMap;
            astore 1 /* km */
         3: .line 466
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            iconst_0
            aload 1 /* km */
            invokestatic javax.swing.SwingUtilities.replaceUIInputMap:(Ljavax/swing/JComponent;ILjavax/swing/InputMap;)V
         4: .line 468
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            ldc Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
            ldc "TabbedPane.actionMap"
            invokestatic com.apple.laf.AquaTabbedPaneCopyFromBasicUI$LazyActionMap.installLazyActionMap:(Ljavax/swing/JComponent;Ljava/lang/Class;Ljava/lang/String;)V
         5: .line 469
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.updateMnemonics:()V
         6: .line 470
            return
        end local 1 // javax.swing.InputMap km
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
            1    7     1    km  Ljavax/swing/InputMap;

  javax.swing.InputMap getInputMap(int);
    descriptor: (I)Ljavax/swing/InputMap;
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
        start local 1 // int condition
         0: .line 473
            iload 1 /* condition */
            iconst_1
            if_icmpne 2
         1: .line 474
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            aload 0 /* this */
            ldc "TabbedPane.ancestorInputMap"
            invokestatic sun.swing.DefaultLookup.get:(Ljavax/swing/JComponent;Ljavax/swing/plaf/ComponentUI;Ljava/lang/String;)Ljava/lang/Object;
            checkcast javax.swing.InputMap
            areturn
         2: .line 475
      StackMap locals:
      StackMap stack:
            iload 1 /* condition */
            ifne 4
         3: .line 476
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            aload 0 /* this */
            ldc "TabbedPane.focusInputMap"
            invokestatic sun.swing.DefaultLookup.get:(Ljavax/swing/JComponent;Ljavax/swing/plaf/ComponentUI;Ljava/lang/String;)Ljava/lang/Object;
            checkcast javax.swing.InputMap
            areturn
         4: .line 478
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // int condition
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
            0    5     1  condition  I
    MethodParameters:
           Name  Flags
      condition  final

  protected void uninstallKeyboardActions();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
         0: .line 482
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            aconst_null
            invokestatic javax.swing.SwingUtilities.replaceUIActionMap:(Ljavax/swing/JComponent;Ljavax/swing/ActionMap;)V
         1: .line 483
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            iconst_1
            aconst_null
            invokestatic javax.swing.SwingUtilities.replaceUIInputMap:(Ljavax/swing/JComponent;ILjavax/swing/InputMap;)V
         2: .line 484
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            iconst_0
            aconst_null
            invokestatic javax.swing.SwingUtilities.replaceUIInputMap:(Ljavax/swing/JComponent;ILjavax/swing/InputMap;)V
         3: .line 485
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            iconst_2
            aconst_null
            invokestatic javax.swing.SwingUtilities.replaceUIInputMap:(Ljavax/swing/JComponent;ILjavax/swing/InputMap;)V
         4: .line 486
            aload 0 /* this */
            aconst_null
            putfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.mnemonicToIndexMap:Ljava/util/Hashtable;
         5: .line 487
            aload 0 /* this */
            aconst_null
            putfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.mnemonicInputMap:Ljavax/swing/InputMap;
         6: .line 488
            return
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;

  private void updateMnemonics();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
         0: .line 495
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.resetMnemonics:()V
         1: .line 496
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            invokevirtual javax.swing.JTabbedPane.getTabCount:()I
            iconst_1
            isub
            istore 1 /* counter */
        start local 1 // int counter
         2: goto 7
         3: .line 497
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            iload 1 /* counter */
            invokevirtual javax.swing.JTabbedPane.getMnemonicAt:(I)I
            istore 2 /* mnemonic */
        start local 2 // int mnemonic
         4: .line 499
            iload 2 /* mnemonic */
            ifle 6
         5: .line 500
            aload 0 /* this */
            iload 1 /* counter */
            iload 2 /* mnemonic */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.addMnemonic:(II)V
        end local 2 // int mnemonic
         6: .line 496
      StackMap locals:
      StackMap stack:
            iinc 1 /* counter */ -1
      StackMap locals:
      StackMap stack:
         7: iload 1 /* counter */
            ifge 3
        end local 1 // int counter
         8: .line 503
            return
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    9     0      this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
            2    8     1   counter  I
            4    6     2  mnemonic  I

  private void resetMnemonics();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
         0: .line 509
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.mnemonicToIndexMap:Ljava/util/Hashtable;
            ifnull 3
         1: .line 510
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.mnemonicToIndexMap:Ljava/util/Hashtable;
            invokevirtual java.util.Hashtable.clear:()V
         2: .line 511
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.mnemonicInputMap:Ljavax/swing/InputMap;
            invokevirtual javax.swing.InputMap.clear:()V
         3: .line 513
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;

  private void addMnemonic(int, int);
    descriptor: (II)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
        start local 1 // int index
        start local 2 // int mnemonic
         0: .line 519
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.mnemonicToIndexMap:Ljava/util/Hashtable;
            ifnonnull 2
         1: .line 520
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.initMnemonics:()V
         2: .line 523
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.mnemonicInputMap:Ljavax/swing/InputMap;
            iload 2 /* mnemonic */
            bipush 10
            invokestatic javax.swing.KeyStroke.getKeyStroke:(II)Ljavax/swing/KeyStroke;
            ldc "setSelectedIndex"
            invokevirtual javax.swing.InputMap.put:(Ljavax/swing/KeyStroke;Ljava/lang/Object;)V
         3: .line 524
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.mnemonicToIndexMap:Ljava/util/Hashtable;
            new java.lang.Integer
            dup
            iload 2 /* mnemonic */
            invokespecial java.lang.Integer.<init>:(I)V
            new java.lang.Integer
            dup
            iload 1 /* index */
            invokespecial java.lang.Integer.<init>:(I)V
            invokevirtual java.util.Hashtable.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         4: .line 525
            return
        end local 2 // int mnemonic
        end local 1 // int index
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
            0    5     1     index  I
            0    5     2  mnemonic  I
    MethodParameters:
          Name  Flags
      index     final
      mnemonic  final

  private void initMnemonics();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
         0: .line 531
            aload 0 /* this */
            new java.util.Hashtable
            dup
            invokespecial java.util.Hashtable.<init>:()V
            putfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.mnemonicToIndexMap:Ljava/util/Hashtable;
         1: .line 532
            aload 0 /* this */
            new javax.swing.plaf.ComponentInputMapUIResource
            dup
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            invokespecial javax.swing.plaf.ComponentInputMapUIResource.<init>:(Ljavax/swing/JComponent;)V
            putfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.mnemonicInputMap:Ljavax/swing/InputMap;
         2: .line 533
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.mnemonicInputMap:Ljavax/swing/InputMap;
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            iconst_2
            invokestatic javax.swing.SwingUtilities.getUIInputMap:(Ljavax/swing/JComponent;I)Ljavax/swing/InputMap;
            invokevirtual javax.swing.InputMap.setParent:(Ljavax/swing/InputMap;)V
         3: .line 534
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            iconst_2
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.mnemonicInputMap:Ljavax/swing/InputMap;
            invokestatic javax.swing.SwingUtilities.replaceUIInputMap:(Ljavax/swing/JComponent;ILjavax/swing/InputMap;)V
         4: .line 535
            return
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;

  private void setRolloverTab(int, int);
    descriptor: (II)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
        start local 1 // int x
        start local 2 // int y
         0: .line 546
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            iload 1 /* x */
            iload 2 /* y */
            iconst_0
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabForCoordinate:(Ljavax/swing/JTabbedPane;IIZ)I
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.setRolloverTab:(I)V
         1: .line 547
            return
        end local 2 // int y
        end local 1 // int x
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
            0    2     1     x  I
            0    2     2     y  I
    MethodParameters:
      Name  Flags
      x     final
      y     final

  protected void setRolloverTab(int);
    descriptor: (I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
        start local 1 // int index
         0: .line 559
            aload 0 /* this */
            iload 1 /* index */
            putfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.rolloverTabIndex:I
         1: .line 560
            return
        end local 1 // int index
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
            0    2     1  index  I
    MethodParameters:
       Name  Flags
      index  final

  protected int getRolloverTab();
    descriptor: ()I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
         0: .line 571
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.rolloverTabIndex:I
            ireturn
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;

  public java.awt.Dimension getMinimumSize(javax.swing.JComponent);
    descriptor: (Ljavax/swing/JComponent;)Ljava/awt/Dimension;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
        start local 1 // javax.swing.JComponent c
         0: .line 576
            aconst_null
            areturn
        end local 1 // javax.swing.JComponent c
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
            0    1     1     c  Ljavax/swing/JComponent;
    MethodParameters:
      Name  Flags
      c     final

  public java.awt.Dimension getMaximumSize(javax.swing.JComponent);
    descriptor: (Ljavax/swing/JComponent;)Ljava/awt/Dimension;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
        start local 1 // javax.swing.JComponent c
         0: .line 581
            aconst_null
            areturn
        end local 1 // javax.swing.JComponent c
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
            0    1     1     c  Ljavax/swing/JComponent;
    MethodParameters:
      Name  Flags
      c     final

  public int getBaseline(javax.swing.JComponent, int, int);
    descriptor: (Ljavax/swing/JComponent;II)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=8, args_size=4
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
        start local 1 // javax.swing.JComponent c
        start local 2 // int width
        start local 3 // int height
         0: .line 593
            aload 0 /* this */
            aload 1 /* c */
            iload 2 /* width */
            iload 3 /* height */
            invokespecial javax.swing.plaf.TabbedPaneUI.getBaseline:(Ljavax/swing/JComponent;II)I
            pop
         1: .line 594
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.calculateBaselineIfNecessary:()I
            istore 4 /* baseline */
        start local 4 // int baseline
         2: .line 595
            iload 4 /* baseline */
            iconst_m1
            if_icmpeq 13
         3: .line 596
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            invokevirtual javax.swing.JTabbedPane.getTabPlacement:()I
            istore 5 /* placement */
        start local 5 // int placement
         4: .line 597
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            invokevirtual javax.swing.JTabbedPane.getInsets:()Ljava/awt/Insets;
            astore 6 /* insets */
        start local 6 // java.awt.Insets insets
         5: .line 598
            aload 0 /* this */
            iload 5 /* placement */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.getTabAreaInsets:(I)Ljava/awt/Insets;
            astore 7 /* tabAreaInsets */
        start local 7 // java.awt.Insets tabAreaInsets
         6: .line 599
            iload 5 /* placement */
            tableswitch { // 1 - 4
                    1: 7
                    2: 11
                    3: 9
                    4: 11
              default: 13
          }
         7: .line 601
      StackMap locals: com.apple.laf.AquaTabbedPaneCopyFromBasicUI javax.swing.JComponent int int int int java.awt.Insets java.awt.Insets
      StackMap stack:
            iload 4 /* baseline */
            aload 6 /* insets */
            getfield java.awt.Insets.top:I
            aload 7 /* tabAreaInsets */
            getfield java.awt.Insets.top:I
            iadd
            iadd
            istore 4 /* baseline */
         8: .line 602
            iload 4 /* baseline */
            ireturn
         9: .line 604
      StackMap locals:
      StackMap stack:
            iload 3 /* height */
            aload 6 /* insets */
            getfield java.awt.Insets.bottom:I
            isub
            aload 7 /* tabAreaInsets */
            getfield java.awt.Insets.bottom:I
            isub
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.maxTabHeight:I
            isub
            iload 4 /* baseline */
            iadd
            istore 4 /* baseline */
        10: .line 605
            iload 4 /* baseline */
            ireturn
        11: .line 608
      StackMap locals:
      StackMap stack:
            iload 4 /* baseline */
            aload 6 /* insets */
            getfield java.awt.Insets.top:I
            aload 7 /* tabAreaInsets */
            getfield java.awt.Insets.top:I
            iadd
            iadd
            istore 4 /* baseline */
        12: .line 609
            iload 4 /* baseline */
            ireturn
        end local 7 // java.awt.Insets tabAreaInsets
        end local 6 // java.awt.Insets insets
        end local 5 // int placement
        13: .line 612
      StackMap locals:
      StackMap stack:
            iconst_m1
            ireturn
        end local 4 // int baseline
        end local 3 // int height
        end local 2 // int width
        end local 1 // javax.swing.JComponent c
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   14     0           this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
            0   14     1              c  Ljavax/swing/JComponent;
            0   14     2          width  I
            0   14     3         height  I
            2   14     4       baseline  I
            4   13     5      placement  I
            5   13     6         insets  Ljava/awt/Insets;
            6   13     7  tabAreaInsets  Ljava/awt/Insets;
    MethodParameters:
        Name  Flags
      c       final
      width   final
      height  final

  public java.awt.Component$BaselineResizeBehavior getBaselineResizeBehavior(javax.swing.JComponent);
    descriptor: (Ljavax/swing/JComponent;)Ljava/awt/Component$BaselineResizeBehavior;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
        start local 1 // javax.swing.JComponent c
         0: .line 624
            aload 0 /* this */
            aload 1 /* c */
            invokespecial javax.swing.plaf.TabbedPaneUI.getBaselineResizeBehavior:(Ljavax/swing/JComponent;)Ljava/awt/Component$BaselineResizeBehavior;
            pop
         1: .line 625
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            invokevirtual javax.swing.JTabbedPane.getTabPlacement:()I
            tableswitch { // 1 - 4
                    1: 2
                    2: 2
                    3: 3
                    4: 2
              default: 4
          }
         2: .line 629
      StackMap locals:
      StackMap stack:
            getstatic java.awt.Component$BaselineResizeBehavior.CONSTANT_ASCENT:Ljava/awt/Component$BaselineResizeBehavior;
            areturn
         3: .line 631
      StackMap locals:
      StackMap stack:
            getstatic java.awt.Component$BaselineResizeBehavior.CONSTANT_DESCENT:Ljava/awt/Component$BaselineResizeBehavior;
            areturn
         4: .line 633
      StackMap locals:
      StackMap stack:
            getstatic java.awt.Component$BaselineResizeBehavior.OTHER:Ljava/awt/Component$BaselineResizeBehavior;
            areturn
        end local 1 // javax.swing.JComponent c
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
            0    5     1     c  Ljavax/swing/JComponent;
    MethodParameters:
      Name  Flags
      c     final

  protected int getBaseline(int);
    descriptor: (I)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=7, args_size=2
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
        start local 1 // int tab
         0: .line 647
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            iload 1 /* tab */
            invokevirtual javax.swing.JTabbedPane.getTabComponentAt:(I)Ljava/awt/Component;
            ifnull 9
         1: .line 648
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.getBaselineOffset:()I
            istore 2 /* offset */
        start local 2 // int offset
         2: .line 649
            iload 2 /* offset */
            ifeq 4
         3: .line 653
            iconst_m1
            ireturn
         4: .line 655
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            iload 1 /* tab */
            invokevirtual javax.swing.JTabbedPane.getTabComponentAt:(I)Ljava/awt/Component;
            astore 3 /* c */
        start local 3 // java.awt.Component c
         5: .line 656
            aload 3 /* c */
            invokevirtual java.awt.Component.getPreferredSize:()Ljava/awt/Dimension;
            astore 4 /* pref */
        start local 4 // java.awt.Dimension pref
         6: .line 657
            aload 0 /* this */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            invokevirtual javax.swing.JTabbedPane.getTabPlacement:()I
            iload 1 /* tab */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.getTabInsets:(II)Ljava/awt/Insets;
            astore 5 /* tabInsets */
        start local 5 // java.awt.Insets tabInsets
         7: .line 658
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.maxTabHeight:I
            aload 5 /* tabInsets */
            getfield java.awt.Insets.top:I
            isub
            aload 5 /* tabInsets */
            getfield java.awt.Insets.bottom:I
            isub
            istore 6 /* cellHeight */
        start local 6 // int cellHeight
         8: .line 659
            aload 3 /* c */
            aload 4 /* pref */
            getfield java.awt.Dimension.width:I
            aload 4 /* pref */
            getfield java.awt.Dimension.height:I
            invokevirtual java.awt.Component.getBaseline:(II)I
            iload 6 /* cellHeight */
            aload 4 /* pref */
            getfield java.awt.Dimension.height:I
            isub
            iconst_2
            idiv
            iadd
            aload 5 /* tabInsets */
            getfield java.awt.Insets.top:I
            iadd
            ireturn
        end local 6 // int cellHeight
        end local 5 // java.awt.Insets tabInsets
        end local 4 // java.awt.Dimension pref
        end local 3 // java.awt.Component c
        end local 2 // int offset
         9: .line 661
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* tab */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.getTextViewForTab:(I)Ljavax/swing/text/View;
            astore 2 /* view */
        start local 2 // javax.swing.text.View view
        10: .line 662
            aload 2 /* view */
            ifnull 16
        11: .line 663
            aload 2 /* view */
            iconst_1
            invokevirtual javax.swing.text.View.getPreferredSpan:(I)F
            f2i
            istore 3 /* viewHeight */
        start local 3 // int viewHeight
        12: .line 664
            aload 2 /* view */
            aload 2 /* view */
            iconst_0
            invokevirtual javax.swing.text.View.getPreferredSpan:(I)F
            f2i
            iload 3 /* viewHeight */
            invokestatic javax.swing.plaf.basic.BasicHTML.getHTMLBaseline:(Ljavax/swing/text/View;II)I
            istore 4 /* baseline */
        start local 4 // int baseline
        13: .line 665
            iload 4 /* baseline */
            iflt 15
        14: .line 666
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.maxTabHeight:I
            iconst_2
            idiv
            iload 3 /* viewHeight */
            iconst_2
            idiv
            isub
            iload 4 /* baseline */
            iadd
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.getBaselineOffset:()I
            iadd
            ireturn
        15: .line 668
      StackMap locals: javax.swing.text.View int int
      StackMap stack:
            iconst_m1
            ireturn
        end local 4 // int baseline
        end local 3 // int viewHeight
        end local 2 // javax.swing.text.View view
        16: .line 671
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.getFontMetrics:()Ljava/awt/FontMetrics;
            astore 2 /* metrics */
        start local 2 // java.awt.FontMetrics metrics
        17: .line 672
            aload 2 /* metrics */
            invokevirtual java.awt.FontMetrics.getHeight:()I
            istore 3 /* fontHeight */
        start local 3 // int fontHeight
        18: .line 673
            aload 2 /* metrics */
            invokevirtual java.awt.FontMetrics.getAscent:()I
            istore 4 /* fontBaseline */
        start local 4 // int fontBaseline
        19: .line 674
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.maxTabHeight:I
            iconst_2
            idiv
            iload 3 /* fontHeight */
            iconst_2
            idiv
            isub
            iload 4 /* fontBaseline */
            iadd
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.getBaselineOffset:()I
            iadd
            ireturn
        end local 4 // int fontBaseline
        end local 3 // int fontHeight
        end local 2 // java.awt.FontMetrics metrics
        end local 1 // int tab
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   20     0          this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
            0   20     1           tab  I
            2    9     2        offset  I
            5    9     3             c  Ljava/awt/Component;
            6    9     4          pref  Ljava/awt/Dimension;
            7    9     5     tabInsets  Ljava/awt/Insets;
            8    9     6    cellHeight  I
           10   16     2          view  Ljavax/swing/text/View;
           12   16     3    viewHeight  I
           13   16     4      baseline  I
           17   20     2       metrics  Ljava/awt/FontMetrics;
           18   20     3    fontHeight  I
           19   20     4  fontBaseline  I
    MethodParameters:
      Name  Flags
      tab   final

  protected int getBaselineOffset();
    descriptor: ()I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
         0: .line 685
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            invokevirtual javax.swing.JTabbedPane.getTabPlacement:()I
            tableswitch { // 1 - 3
                    1: 1
                    2: 7
                    3: 4
              default: 7
          }
         1: .line 687
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            invokevirtual javax.swing.JTabbedPane.getTabCount:()I
            iconst_1
            if_icmple 3
         2: .line 688
            iconst_1
            ireturn
         3: .line 690
      StackMap locals:
      StackMap stack:
            iconst_m1
            ireturn
         4: .line 693
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            invokevirtual javax.swing.JTabbedPane.getTabCount:()I
            iconst_1
            if_icmple 6
         5: .line 694
            iconst_m1
            ireturn
         6: .line 696
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
         7: .line 699
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.maxTabHeight:I
            iconst_2
            irem
            ireturn
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;

  private int calculateBaselineIfNecessary();
    descriptor: ()I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
         0: .line 704
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.calculatedBaseline:Z
            ifne 5
         1: .line 705
            aload 0 /* this */
            iconst_1
            putfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.calculatedBaseline:Z
         2: .line 706
            aload 0 /* this */
            iconst_m1
            putfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.baseline:I
         3: .line 707
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            invokevirtual javax.swing.JTabbedPane.getTabCount:()I
            ifle 5
         4: .line 708
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.calculateBaseline:()V
         5: .line 711
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.baseline:I
            ireturn
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;

  private void calculateBaseline();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=8, args_size=1
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
         0: .line 715
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            invokevirtual javax.swing.JTabbedPane.getTabCount:()I
            istore 1 /* tabCount */
        start local 1 // int tabCount
         1: .line 716
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            invokevirtual javax.swing.JTabbedPane.getTabPlacement:()I
            istore 2 /* tabPlacement */
        start local 2 // int tabPlacement
         2: .line 717
            aload 0 /* this */
            aload 0 /* this */
            iload 2 /* tabPlacement */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.calculateMaxTabHeight:(I)I
            putfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.maxTabHeight:I
         3: .line 718
            aload 0 /* this */
            aload 0 /* this */
            iconst_0
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.getBaseline:(I)I
            putfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.baseline:I
         4: .line 719
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.isHorizontalTabPlacement:()Z
            ifeq 13
         5: .line 720
            iconst_1
            istore 3 /* i */
        start local 3 // int i
         6: goto 11
         7: .line 721
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            iload 3 /* i */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.getBaseline:(I)I
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.baseline:I
            if_icmpeq 10
         8: .line 722
            aload 0 /* this */
            iconst_m1
            putfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.baseline:I
         9: .line 723
            goto 24
        10: .line 720
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 3 /* i */
            iload 1 /* tabCount */
            if_icmplt 7
        end local 3 // int i
        12: .line 726
            goto 24
        13: .line 728
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.getFontMetrics:()Ljava/awt/FontMetrics;
            astore 3 /* fontMetrics */
        start local 3 // java.awt.FontMetrics fontMetrics
        14: .line 729
            aload 3 /* fontMetrics */
            invokevirtual java.awt.FontMetrics.getHeight:()I
            istore 4 /* fontHeight */
        start local 4 // int fontHeight
        15: .line 730
            aload 0 /* this */
            iload 2 /* tabPlacement */
            iconst_0
            iload 4 /* fontHeight */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.calculateTabHeight:(III)I
            istore 5 /* height */
        start local 5 // int height
        16: .line 731
            iconst_1
            istore 6 /* i */
        start local 6 // int i
        17: goto 23
        18: .line 732
      StackMap locals: com.apple.laf.AquaTabbedPaneCopyFromBasicUI int int java.awt.FontMetrics int int int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* tabPlacement */
            iload 6 /* i */
            iload 4 /* fontHeight */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.calculateTabHeight:(III)I
            istore 7 /* newHeight */
        start local 7 // int newHeight
        19: .line 733
            iload 5 /* height */
            iload 7 /* newHeight */
            if_icmpeq 22
        20: .line 735
            aload 0 /* this */
            iconst_m1
            putfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.baseline:I
        21: .line 736
            goto 24
        end local 7 // int newHeight
        22: .line 731
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        23: iload 6 /* i */
            iload 1 /* tabCount */
            if_icmplt 18
        end local 6 // int i
        end local 5 // int height
        end local 4 // int fontHeight
        end local 3 // java.awt.FontMetrics fontMetrics
        24: .line 740
      StackMap locals: com.apple.laf.AquaTabbedPaneCopyFromBasicUI int int
      StackMap stack:
            return
        end local 2 // int tabPlacement
        end local 1 // int tabCount
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   25     0          this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
            1   25     1      tabCount  I
            2   25     2  tabPlacement  I
            6   12     3             i  I
           14   24     3   fontMetrics  Ljava/awt/FontMetrics;
           15   24     4    fontHeight  I
           16   24     5        height  I
           17   24     6             i  I
           19   22     7     newHeight  I

  public void paint(java.awt.Graphics, javax.swing.JComponent);
    descriptor: (Ljava/awt/Graphics;Ljavax/swing/JComponent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
        start local 1 // java.awt.Graphics g
        start local 2 // javax.swing.JComponent c
         0: .line 745
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            invokevirtual javax.swing.JTabbedPane.getSelectedIndex:()I
            istore 3 /* selectedIndex */
        start local 3 // int selectedIndex
         1: .line 746
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            invokevirtual javax.swing.JTabbedPane.getTabPlacement:()I
            istore 4 /* tabPlacement */
        start local 4 // int tabPlacement
         2: .line 748
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.ensureCurrentLayout:()V
         3: .line 751
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabsOverlapBorder:Z
            ifeq 5
         4: .line 752
            aload 0 /* this */
            aload 1 /* g */
            iload 4 /* tabPlacement */
            iload 3 /* selectedIndex */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.paintContentBorder:(Ljava/awt/Graphics;II)V
         5: .line 757
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.scrollableTabLayoutEnabled:()Z
            ifne 7
         6: .line 758
            aload 0 /* this */
            aload 1 /* g */
            iload 4 /* tabPlacement */
            iload 3 /* selectedIndex */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.paintTabArea:(Ljava/awt/Graphics;II)V
         7: .line 760
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabsOverlapBorder:Z
            ifne 9
         8: .line 761
            aload 0 /* this */
            aload 1 /* g */
            iload 4 /* tabPlacement */
            iload 3 /* selectedIndex */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.paintContentBorder:(Ljava/awt/Graphics;II)V
         9: .line 763
      StackMap locals:
      StackMap stack:
            return
        end local 4 // int tabPlacement
        end local 3 // int selectedIndex
        end local 2 // javax.swing.JComponent c
        end local 1 // java.awt.Graphics g
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   10     0           this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
            0   10     1              g  Ljava/awt/Graphics;
            0   10     2              c  Ljavax/swing/JComponent;
            1   10     3  selectedIndex  I
            2   10     4   tabPlacement  I
    MethodParameters:
      Name  Flags
      g     final
      c     final

  protected void paintTabArea(java.awt.Graphics, int, int);
    descriptor: (Ljava/awt/Graphics;II)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=13, args_size=4
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
        start local 1 // java.awt.Graphics g
        start local 2 // int tabPlacement
        start local 3 // int selectedIndex
         0: .line 783
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            invokevirtual javax.swing.JTabbedPane.getTabCount:()I
            istore 4 /* tabCount */
        start local 4 // int tabCount
         1: .line 785
            new java.awt.Rectangle
            dup
            invokespecial java.awt.Rectangle.<init>:()V
            astore 5 /* iconRect */
        start local 5 // java.awt.Rectangle iconRect
         2: new java.awt.Rectangle
            dup
            invokespecial java.awt.Rectangle.<init>:()V
            astore 6 /* textRect */
        start local 6 // java.awt.Rectangle textRect
         3: .line 786
            aload 1 /* g */
            invokevirtual java.awt.Graphics.getClipBounds:()Ljava/awt/Rectangle;
            astore 7 /* clipRect */
        start local 7 // java.awt.Rectangle clipRect
         4: .line 789
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.runCount:I
            iconst_1
            isub
            istore 8 /* i */
        start local 8 // int i
         5: goto 20
         6: .line 790
      StackMap locals: com.apple.laf.AquaTabbedPaneCopyFromBasicUI java.awt.Graphics int int int java.awt.Rectangle java.awt.Rectangle java.awt.Rectangle int
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabRuns:[I
            iload 8 /* i */
            iaload
            istore 9 /* start */
        start local 9 // int start
         7: .line 791
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabRuns:[I
            iload 8 /* i */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.runCount:I
            iconst_1
            isub
            if_icmpne 8
            iconst_0
            goto 9
      StackMap locals: com.apple.laf.AquaTabbedPaneCopyFromBasicUI java.awt.Graphics int int int java.awt.Rectangle java.awt.Rectangle java.awt.Rectangle int int
      StackMap stack: int[]
         8: iload 8 /* i */
            iconst_1
            iadd
      StackMap locals: com.apple.laf.AquaTabbedPaneCopyFromBasicUI java.awt.Graphics int int int java.awt.Rectangle java.awt.Rectangle java.awt.Rectangle int int
      StackMap stack: int[] int
         9: iaload
            istore 10 /* next */
        start local 10 // int next
        10: .line 792
            iload 10 /* next */
            ifeq 11
            iload 10 /* next */
            iconst_1
            isub
            goto 12
      StackMap locals: int
      StackMap stack:
        11: iload 4 /* tabCount */
            iconst_1
            isub
      StackMap locals:
      StackMap stack: int
        12: istore 11 /* end */
        start local 11 // int end
        13: .line 793
            iload 9 /* start */
            istore 12 /* j */
        start local 12 // int j
        14: goto 18
        15: .line 794
      StackMap locals: int int
      StackMap stack:
            iload 12 /* j */
            iload 3 /* selectedIndex */
            if_icmpeq 17
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.rects:[Ljava/awt/Rectangle;
            iload 12 /* j */
            aaload
            aload 7 /* clipRect */
            invokevirtual java.awt.Rectangle.intersects:(Ljava/awt/Rectangle;)Z
            ifeq 17
        16: .line 795
            aload 0 /* this */
            aload 1 /* g */
            iload 2 /* tabPlacement */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.rects:[Ljava/awt/Rectangle;
            iload 12 /* j */
            aload 5 /* iconRect */
            aload 6 /* textRect */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.paintTab:(Ljava/awt/Graphics;I[Ljava/awt/Rectangle;ILjava/awt/Rectangle;Ljava/awt/Rectangle;)V
        17: .line 793
      StackMap locals:
      StackMap stack:
            iinc 12 /* j */ 1
      StackMap locals:
      StackMap stack:
        18: iload 12 /* j */
            iload 11 /* end */
            if_icmple 15
        end local 12 // int j
        end local 11 // int end
        end local 10 // int next
        end local 9 // int start
        19: .line 789
            iinc 8 /* i */ -1
      StackMap locals: com.apple.laf.AquaTabbedPaneCopyFromBasicUI java.awt.Graphics int int int java.awt.Rectangle java.awt.Rectangle java.awt.Rectangle int
      StackMap stack:
        20: iload 8 /* i */
            ifge 6
        end local 8 // int i
        21: .line 802
            iload 3 /* selectedIndex */
            iflt 23
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.rects:[Ljava/awt/Rectangle;
            iload 3 /* selectedIndex */
            aaload
            aload 7 /* clipRect */
            invokevirtual java.awt.Rectangle.intersects:(Ljava/awt/Rectangle;)Z
            ifeq 23
        22: .line 803
            aload 0 /* this */
            aload 1 /* g */
            iload 2 /* tabPlacement */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.rects:[Ljava/awt/Rectangle;
            iload 3 /* selectedIndex */
            aload 5 /* iconRect */
            aload 6 /* textRect */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.paintTab:(Ljava/awt/Graphics;I[Ljava/awt/Rectangle;ILjava/awt/Rectangle;Ljava/awt/Rectangle;)V
        23: .line 805
      StackMap locals:
      StackMap stack:
            return
        end local 7 // java.awt.Rectangle clipRect
        end local 6 // java.awt.Rectangle textRect
        end local 5 // java.awt.Rectangle iconRect
        end local 4 // int tabCount
        end local 3 // int selectedIndex
        end local 2 // int tabPlacement
        end local 1 // java.awt.Graphics g
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   24     0           this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
            0   24     1              g  Ljava/awt/Graphics;
            0   24     2   tabPlacement  I
            0   24     3  selectedIndex  I
            1   24     4       tabCount  I
            2   24     5       iconRect  Ljava/awt/Rectangle;
            3   24     6       textRect  Ljava/awt/Rectangle;
            4   24     7       clipRect  Ljava/awt/Rectangle;
            5   21     8              i  I
            7   19     9          start  I
           10   19    10           next  I
           13   19    11            end  I
           14   19    12              j  I
    MethodParameters:
               Name  Flags
      g              final
      tabPlacement   final
      selectedIndex  final

  protected void paintTab(java.awt.Graphics, int, java.awt.Rectangle[], int, java.awt.Rectangle, java.awt.Rectangle);
    descriptor: (Ljava/awt/Graphics;I[Ljava/awt/Rectangle;ILjava/awt/Rectangle;Ljava/awt/Rectangle;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=10, locals=16, args_size=7
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
        start local 1 // java.awt.Graphics g
        start local 2 // int tabPlacement
        start local 3 // java.awt.Rectangle[] rects
        start local 4 // int tabIndex
        start local 5 // java.awt.Rectangle iconRect
        start local 6 // java.awt.Rectangle textRect
         0: .line 808
            aload 3 /* rects */
            iload 4 /* tabIndex */
            aaload
            astore 7 /* tabRect */
        start local 7 // java.awt.Rectangle tabRect
         1: .line 809
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            invokevirtual javax.swing.JTabbedPane.getSelectedIndex:()I
            istore 8 /* selectedIndex */
        start local 8 // int selectedIndex
         2: .line 810
            iload 8 /* selectedIndex */
            iload 4 /* tabIndex */
            if_icmpne 3
            iconst_1
            goto 4
      StackMap locals: java.awt.Rectangle int
      StackMap stack:
         3: iconst_0
      StackMap locals:
      StackMap stack: int
         4: istore 9 /* isSelected */
        start local 9 // boolean isSelected
         5: .line 812
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabsOpaque:Z
            ifne 6
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            invokevirtual javax.swing.JTabbedPane.isOpaque:()Z
            ifeq 7
         6: .line 813
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* g */
            iload 2 /* tabPlacement */
            iload 4 /* tabIndex */
            aload 7 /* tabRect */
            getfield java.awt.Rectangle.x:I
            aload 7 /* tabRect */
            getfield java.awt.Rectangle.y:I
            aload 7 /* tabRect */
            getfield java.awt.Rectangle.width:I
            aload 7 /* tabRect */
            getfield java.awt.Rectangle.height:I
            iload 9 /* isSelected */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.paintTabBackground:(Ljava/awt/Graphics;IIIIIIZ)V
         7: .line 816
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* g */
            iload 2 /* tabPlacement */
            iload 4 /* tabIndex */
            aload 7 /* tabRect */
            getfield java.awt.Rectangle.x:I
            aload 7 /* tabRect */
            getfield java.awt.Rectangle.y:I
            aload 7 /* tabRect */
            getfield java.awt.Rectangle.width:I
            aload 7 /* tabRect */
            getfield java.awt.Rectangle.height:I
            iload 9 /* isSelected */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.paintTabBorder:(Ljava/awt/Graphics;IIIIIIZ)V
         8: .line 818
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            iload 4 /* tabIndex */
            invokevirtual javax.swing.JTabbedPane.getTitleAt:(I)Ljava/lang/String;
            astore 10 /* title */
        start local 10 // java.lang.String title
         9: .line 819
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            invokevirtual javax.swing.JTabbedPane.getFont:()Ljava/awt/Font;
            astore 11 /* font */
        start local 11 // java.awt.Font font
        10: .line 820
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            aload 1 /* g */
            aload 11 /* font */
            invokestatic sun.swing.SwingUtilities2.getFontMetrics:(Ljavax/swing/JComponent;Ljava/awt/Graphics;Ljava/awt/Font;)Ljava/awt/FontMetrics;
            astore 12 /* metrics */
        start local 12 // java.awt.FontMetrics metrics
        11: .line 821
            aload 0 /* this */
            iload 4 /* tabIndex */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.getIconForTab:(I)Ljavax/swing/Icon;
            astore 13 /* icon */
        start local 13 // javax.swing.Icon icon
        12: .line 823
            aload 0 /* this */
            iload 2 /* tabPlacement */
            aload 12 /* metrics */
            iload 4 /* tabIndex */
            aload 10 /* title */
            aload 13 /* icon */
            aload 7 /* tabRect */
            aload 5 /* iconRect */
            aload 6 /* textRect */
            iload 9 /* isSelected */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.layoutLabel:(ILjava/awt/FontMetrics;ILjava/lang/String;Ljavax/swing/Icon;Ljava/awt/Rectangle;Ljava/awt/Rectangle;Ljava/awt/Rectangle;Z)V
        13: .line 825
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            iload 4 /* tabIndex */
            invokevirtual javax.swing.JTabbedPane.getTabComponentAt:(I)Ljava/awt/Component;
            ifnonnull 20
        14: .line 826
            aload 10 /* title */
            astore 14 /* clippedTitle */
        start local 14 // java.lang.String clippedTitle
        15: .line 828
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.scrollableTabLayoutEnabled:()Z
            ifeq 18
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabScroller:Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI$ScrollableTabSupport;
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI$ScrollableTabSupport.croppedEdge:Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI$CroppedEdge;
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI$CroppedEdge.isParamsSet:()Z
            ifeq 18
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabScroller:Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI$ScrollableTabSupport;
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI$ScrollableTabSupport.croppedEdge:Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI$CroppedEdge;
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI$CroppedEdge.getTabIndex:()I
            iload 4 /* tabIndex */
            if_icmpne 18
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.isHorizontalTabPlacement:()Z
            ifeq 18
        16: .line 829
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabScroller:Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI$ScrollableTabSupport;
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI$ScrollableTabSupport.croppedEdge:Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI$CroppedEdge;
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI$CroppedEdge.getCropline:()I
            aload 6 /* textRect */
            getfield java.awt.Rectangle.x:I
            aload 7 /* tabRect */
            getfield java.awt.Rectangle.x:I
            isub
            isub
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabScroller:Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI$ScrollableTabSupport;
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI$ScrollableTabSupport.croppedEdge:Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI$CroppedEdge;
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI$CroppedEdge.getCroppedSideWidth:()I
            isub
            istore 15 /* availTextWidth */
        start local 15 // int availTextWidth
        17: .line 830
            aconst_null
            aload 12 /* metrics */
            aload 10 /* title */
            iload 15 /* availTextWidth */
            invokestatic sun.swing.SwingUtilities2.clipStringIfNecessary:(Ljavax/swing/JComponent;Ljava/awt/FontMetrics;Ljava/lang/String;I)Ljava/lang/String;
            astore 14 /* clippedTitle */
        end local 15 // int availTextWidth
        18: .line 833
      StackMap locals: com.apple.laf.AquaTabbedPaneCopyFromBasicUI java.awt.Graphics int java.awt.Rectangle[] int java.awt.Rectangle java.awt.Rectangle java.awt.Rectangle int int java.lang.String java.awt.Font java.awt.FontMetrics javax.swing.Icon java.lang.String
      StackMap stack:
            aload 0 /* this */
            aload 1 /* g */
            iload 2 /* tabPlacement */
            aload 11 /* font */
            aload 12 /* metrics */
            iload 4 /* tabIndex */
            aload 14 /* clippedTitle */
            aload 6 /* textRect */
            iload 9 /* isSelected */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.paintText:(Ljava/awt/Graphics;ILjava/awt/Font;Ljava/awt/FontMetrics;ILjava/lang/String;Ljava/awt/Rectangle;Z)V
        19: .line 835
            aload 0 /* this */
            aload 1 /* g */
            iload 2 /* tabPlacement */
            iload 4 /* tabIndex */
            aload 13 /* icon */
            aload 5 /* iconRect */
            iload 9 /* isSelected */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.paintIcon:(Ljava/awt/Graphics;IILjavax/swing/Icon;Ljava/awt/Rectangle;Z)V
        end local 14 // java.lang.String clippedTitle
        20: .line 837
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* g */
            iload 2 /* tabPlacement */
            aload 3 /* rects */
            iload 4 /* tabIndex */
            aload 5 /* iconRect */
            aload 6 /* textRect */
            iload 9 /* isSelected */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.paintFocusIndicator:(Ljava/awt/Graphics;I[Ljava/awt/Rectangle;ILjava/awt/Rectangle;Ljava/awt/Rectangle;Z)V
        21: .line 838
            return
        end local 13 // javax.swing.Icon icon
        end local 12 // java.awt.FontMetrics metrics
        end local 11 // java.awt.Font font
        end local 10 // java.lang.String title
        end local 9 // boolean isSelected
        end local 8 // int selectedIndex
        end local 7 // java.awt.Rectangle tabRect
        end local 6 // java.awt.Rectangle textRect
        end local 5 // java.awt.Rectangle iconRect
        end local 4 // int tabIndex
        end local 3 // java.awt.Rectangle[] rects
        end local 2 // int tabPlacement
        end local 1 // java.awt.Graphics g
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   22     0            this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
            0   22     1               g  Ljava/awt/Graphics;
            0   22     2    tabPlacement  I
            0   22     3           rects  [Ljava/awt/Rectangle;
            0   22     4        tabIndex  I
            0   22     5        iconRect  Ljava/awt/Rectangle;
            0   22     6        textRect  Ljava/awt/Rectangle;
            1   22     7         tabRect  Ljava/awt/Rectangle;
            2   22     8   selectedIndex  I
            5   22     9      isSelected  Z
            9   22    10           title  Ljava/lang/String;
           10   22    11            font  Ljava/awt/Font;
           11   22    12         metrics  Ljava/awt/FontMetrics;
           12   22    13            icon  Ljavax/swing/Icon;
           15   20    14    clippedTitle  Ljava/lang/String;
           17   18    15  availTextWidth  I
    MethodParameters:
              Name  Flags
      g             final
      tabPlacement  final
      rects         final
      tabIndex      final
      iconRect      final
      textRect      final

  private boolean isHorizontalTabPlacement();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
         0: .line 841
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            invokevirtual javax.swing.JTabbedPane.getTabPlacement:()I
            iconst_1
            if_icmpeq 1
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            invokevirtual javax.swing.JTabbedPane.getTabPlacement:()I
            iconst_3
            if_icmpeq 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;

  private static java.awt.Polygon createCroppedTabShape(int, java.awt.Rectangle, int);
    descriptor: (ILjava/awt/Rectangle;I)Ljava/awt/Polygon;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=14, args_size=3
        start local 0 // int tabPlacement
        start local 1 // java.awt.Rectangle tabRect
        start local 2 // int cropline
         0: .line 871
            iconst_0
            istore 3 /* rlen */
        start local 3 // int rlen
         1: .line 872
            iconst_0
            istore 4 /* start */
        start local 4 // int start
         2: .line 873
            iconst_0
            istore 5 /* end */
        start local 5 // int end
         3: .line 874
            iconst_0
            istore 6 /* ostart */
        start local 6 // int ostart
         4: .line 876
            iload 0 /* tabPlacement */
            tableswitch { // 1 - 4
                    1: 10
                    2: 5
                    3: 10
                    4: 5
              default: 10
          }
         5: .line 879
      StackMap locals: int java.awt.Rectangle int int int int int
      StackMap stack:
            aload 1 /* tabRect */
            getfield java.awt.Rectangle.width:I
            istore 3 /* rlen */
         6: .line 880
            aload 1 /* tabRect */
            getfield java.awt.Rectangle.x:I
            istore 4 /* start */
         7: .line 881
            aload 1 /* tabRect */
            getfield java.awt.Rectangle.x:I
            aload 1 /* tabRect */
            getfield java.awt.Rectangle.width:I
            iadd
            istore 5 /* end */
         8: .line 882
            aload 1 /* tabRect */
            getfield java.awt.Rectangle.y:I
            aload 1 /* tabRect */
            getfield java.awt.Rectangle.height:I
            iadd
            istore 6 /* ostart */
         9: .line 883
            goto 14
        10: .line 887
      StackMap locals:
      StackMap stack:
            aload 1 /* tabRect */
            getfield java.awt.Rectangle.height:I
            istore 3 /* rlen */
        11: .line 888
            aload 1 /* tabRect */
            getfield java.awt.Rectangle.y:I
            istore 4 /* start */
        12: .line 889
            aload 1 /* tabRect */
            getfield java.awt.Rectangle.y:I
            aload 1 /* tabRect */
            getfield java.awt.Rectangle.height:I
            iadd
            istore 5 /* end */
        13: .line 890
            aload 1 /* tabRect */
            getfield java.awt.Rectangle.x:I
            aload 1 /* tabRect */
            getfield java.awt.Rectangle.width:I
            iadd
            istore 6 /* ostart */
        14: .line 892
      StackMap locals:
      StackMap stack:
            iload 3 /* rlen */
            bipush 12
            idiv
            istore 7 /* rcnt */
        start local 7 // int rcnt
        15: .line 893
            iload 3 /* rlen */
            bipush 12
            irem
            ifle 17
        16: .line 894
            iinc 7 /* rcnt */ 1
        17: .line 896
      StackMap locals: int
      StackMap stack:
            iconst_2
            iload 7 /* rcnt */
            bipush 8
            imul
            iadd
            istore 8 /* npts */
        start local 8 // int npts
        18: .line 897
            iload 8 /* npts */
            newarray 10
            astore 9 /* xp */
        start local 9 // int[] xp
        19: .line 898
            iload 8 /* npts */
            newarray 10
            astore 10 /* yp */
        start local 10 // int[] yp
        20: .line 899
            iconst_0
            istore 11 /* pcnt */
        start local 11 // int pcnt
        21: .line 901
            aload 9 /* xp */
            iload 11 /* pcnt */
            iload 6 /* ostart */
            iastore
        22: .line 902
            aload 10 /* yp */
            iload 11 /* pcnt */
            iinc 11 /* pcnt */ 1
            iload 5 /* end */
            iastore
        23: .line 903
            aload 9 /* xp */
            iload 11 /* pcnt */
            iload 6 /* ostart */
            iastore
        24: .line 904
            aload 10 /* yp */
            iload 11 /* pcnt */
            iinc 11 /* pcnt */ 1
            iload 4 /* start */
            iastore
        25: .line 905
            iconst_0
            istore 12 /* i */
        start local 12 // int i
        26: goto 39
        27: .line 906
      StackMap locals: int java.awt.Rectangle int int int int int int int int[] int[] int int
      StackMap stack:
            iconst_0
            istore 13 /* j */
        start local 13 // int j
        28: goto 37
        29: .line 907
      StackMap locals: int
      StackMap stack:
            aload 9 /* xp */
            iload 11 /* pcnt */
            iload 2 /* cropline */
            getstatic com.apple.laf.AquaTabbedPaneCopyFromBasicUI.xCropLen:[I
            iload 13 /* j */
            iaload
            isub
            iastore
        30: .line 908
            aload 10 /* yp */
            iload 11 /* pcnt */
            iload 4 /* start */
            iload 12 /* i */
            bipush 12
            imul
            iadd
            getstatic com.apple.laf.AquaTabbedPaneCopyFromBasicUI.yCropLen:[I
            iload 13 /* j */
            iaload
            iadd
            iastore
        31: .line 909
            aload 10 /* yp */
            iload 11 /* pcnt */
            iaload
            iload 5 /* end */
            if_icmplt 35
        32: .line 910
            aload 10 /* yp */
            iload 11 /* pcnt */
            iload 5 /* end */
            iastore
        33: .line 911
            iinc 11 /* pcnt */ 1
        34: .line 912
            goto 38
        35: .line 914
      StackMap locals:
      StackMap stack:
            iinc 11 /* pcnt */ 1
        36: .line 906
            iinc 13 /* j */ 1
      StackMap locals:
      StackMap stack:
        37: iload 13 /* j */
            getstatic com.apple.laf.AquaTabbedPaneCopyFromBasicUI.xCropLen:[I
            arraylength
            if_icmplt 29
        end local 13 // int j
        38: .line 905
      StackMap locals:
      StackMap stack:
            iinc 12 /* i */ 1
      StackMap locals:
      StackMap stack:
        39: iload 12 /* i */
            iload 7 /* rcnt */
            if_icmplt 27
        end local 12 // int i
        40: .line 917
            iload 0 /* tabPlacement */
            iconst_1
            if_icmpeq 41
            iload 0 /* tabPlacement */
            iconst_3
            if_icmpne 42
        41: .line 918
      StackMap locals:
      StackMap stack:
            new java.awt.Polygon
            dup
            aload 9 /* xp */
            aload 10 /* yp */
            iload 11 /* pcnt */
            invokespecial java.awt.Polygon.<init>:([I[II)V
            areturn
        42: .line 921
      StackMap locals:
      StackMap stack:
            new java.awt.Polygon
            dup
            aload 10 /* yp */
            aload 9 /* xp */
            iload 11 /* pcnt */
            invokespecial java.awt.Polygon.<init>:([I[II)V
            areturn
        end local 11 // int pcnt
        end local 10 // int[] yp
        end local 9 // int[] xp
        end local 8 // int npts
        end local 7 // int rcnt
        end local 6 // int ostart
        end local 5 // int end
        end local 4 // int start
        end local 3 // int rlen
        end local 2 // int cropline
        end local 1 // java.awt.Rectangle tabRect
        end local 0 // int tabPlacement
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   43     0  tabPlacement  I
            0   43     1       tabRect  Ljava/awt/Rectangle;
            0   43     2      cropline  I
            1   43     3          rlen  I
            2   43     4         start  I
            3   43     5           end  I
            4   43     6        ostart  I
           15   43     7          rcnt  I
           18   43     8          npts  I
           19   43     9            xp  [I
           20   43    10            yp  [I
           21   43    11          pcnt  I
           26   40    12             i  I
           28   38    13             j  I
    MethodParameters:
              Name  Flags
      tabPlacement  final
      tabRect       final
      cropline      final

  private void paintCroppedTabEdge(java.awt.Graphics);
    descriptor: (Ljava/awt/Graphics;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=8, locals=9, args_size=2
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
        start local 1 // java.awt.Graphics g
         0: .line 929
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabScroller:Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI$ScrollableTabSupport;
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI$ScrollableTabSupport.croppedEdge:Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI$CroppedEdge;
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI$CroppedEdge.getTabIndex:()I
            istore 2 /* tabIndex */
        start local 2 // int tabIndex
         1: .line 930
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabScroller:Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI$ScrollableTabSupport;
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI$ScrollableTabSupport.croppedEdge:Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI$CroppedEdge;
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI$CroppedEdge.getCropline:()I
            istore 3 /* cropline */
        start local 3 // int cropline
         2: .line 932
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            invokevirtual javax.swing.JTabbedPane.getTabPlacement:()I
            tableswitch { // 1 - 4
                    1: 16
                    2: 3
                    3: 16
                    4: 3
              default: 16
          }
         3: .line 935
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.rects:[Ljava/awt/Rectangle;
            iload 2 /* tabIndex */
            aaload
            getfield java.awt.Rectangle.x:I
            istore 4 /* x */
        start local 4 // int x
         4: .line 936
            iload 3 /* cropline */
            istore 5 /* y */
        start local 5 // int y
         5: .line 937
            iload 4 /* x */
            istore 6 /* xx */
        start local 6 // int xx
         6: .line 938
            aload 1 /* g */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.shadow:Ljava/awt/Color;
            invokevirtual java.awt.Graphics.setColor:(Ljava/awt/Color;)V
         7: .line 939
            goto 14
         8: .line 940
      StackMap locals: int int int
      StackMap stack:
            iconst_0
            istore 7 /* i */
        start local 7 // int i
         9: goto 12
        10: .line 941
      StackMap locals: int
      StackMap stack:
            aload 1 /* g */
            iload 6 /* xx */
            getstatic com.apple.laf.AquaTabbedPaneCopyFromBasicUI.yCropLen:[I
            iload 7 /* i */
            iaload
            iadd
            iload 5 /* y */
            getstatic com.apple.laf.AquaTabbedPaneCopyFromBasicUI.xCropLen:[I
            iload 7 /* i */
            iaload
            isub
            iload 6 /* xx */
            getstatic com.apple.laf.AquaTabbedPaneCopyFromBasicUI.yCropLen:[I
            iload 7 /* i */
            iconst_1
            iadd
            iaload
            iadd
            iconst_1
            isub
            iload 5 /* y */
            getstatic com.apple.laf.AquaTabbedPaneCopyFromBasicUI.xCropLen:[I
            iload 7 /* i */
            iconst_1
            iadd
            iaload
            isub
            invokevirtual java.awt.Graphics.drawLine:(IIII)V
        11: .line 940
            iinc 7 /* i */ 2
      StackMap locals:
      StackMap stack:
        12: iload 7 /* i */
            getstatic com.apple.laf.AquaTabbedPaneCopyFromBasicUI.xCropLen:[I
            arraylength
            if_icmplt 10
        end local 7 // int i
        13: .line 943
            iinc 6 /* xx */ 12
        14: .line 939
      StackMap locals:
      StackMap stack:
            iload 6 /* xx */
            iload 4 /* x */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.rects:[Ljava/awt/Rectangle;
            iload 2 /* tabIndex */
            aaload
            getfield java.awt.Rectangle.width:I
            iadd
            if_icmple 8
        15: .line 945
            goto 28
        end local 6 // int xx
        end local 5 // int y
        end local 4 // int x
        16: .line 949
      StackMap locals:
      StackMap stack:
            iload 3 /* cropline */
            istore 4 /* x */
        start local 4 // int x
        17: .line 950
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.rects:[Ljava/awt/Rectangle;
            iload 2 /* tabIndex */
            aaload
            getfield java.awt.Rectangle.y:I
            istore 5 /* y */
        start local 5 // int y
        18: .line 951
            iload 5 /* y */
            istore 7 /* yy */
        start local 7 // int yy
        19: .line 952
            aload 1 /* g */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.shadow:Ljava/awt/Color;
            invokevirtual java.awt.Graphics.setColor:(Ljava/awt/Color;)V
        20: .line 953
            goto 27
        21: .line 954
      StackMap locals: com.apple.laf.AquaTabbedPaneCopyFromBasicUI java.awt.Graphics int int int int top int
      StackMap stack:
            iconst_0
            istore 8 /* i */
        start local 8 // int i
        22: goto 25
        23: .line 955
      StackMap locals: int
      StackMap stack:
            aload 1 /* g */
            iload 4 /* x */
            getstatic com.apple.laf.AquaTabbedPaneCopyFromBasicUI.xCropLen:[I
            iload 8 /* i */
            iaload
            isub
            iload 7 /* yy */
            getstatic com.apple.laf.AquaTabbedPaneCopyFromBasicUI.yCropLen:[I
            iload 8 /* i */
            iaload
            iadd
            iload 4 /* x */
            getstatic com.apple.laf.AquaTabbedPaneCopyFromBasicUI.xCropLen:[I
            iload 8 /* i */
            iconst_1
            iadd
            iaload
            isub
            iload 7 /* yy */
            getstatic com.apple.laf.AquaTabbedPaneCopyFromBasicUI.yCropLen:[I
            iload 8 /* i */
            iconst_1
            iadd
            iaload
            iadd
            iconst_1
            isub
            invokevirtual java.awt.Graphics.drawLine:(IIII)V
        24: .line 954
            iinc 8 /* i */ 2
      StackMap locals:
      StackMap stack:
        25: iload 8 /* i */
            getstatic com.apple.laf.AquaTabbedPaneCopyFromBasicUI.xCropLen:[I
            arraylength
            if_icmplt 23
        end local 8 // int i
        26: .line 957
            iinc 7 /* yy */ 12
        27: .line 953
      StackMap locals:
      StackMap stack:
            iload 7 /* yy */
            iload 5 /* y */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.rects:[Ljava/awt/Rectangle;
            iload 2 /* tabIndex */
            aaload
            getfield java.awt.Rectangle.height:I
            iadd
            if_icmple 21
        end local 7 // int yy
        28: .line 960
      StackMap locals: com.apple.laf.AquaTabbedPaneCopyFromBasicUI java.awt.Graphics int int int int
      StackMap stack:
            return
        end local 5 // int y
        end local 4 // int x
        end local 3 // int cropline
        end local 2 // int tabIndex
        end local 1 // java.awt.Graphics g
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   29     0      this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
            0   29     1         g  Ljava/awt/Graphics;
            1   29     2  tabIndex  I
            2   29     3  cropline  I
            4   16     4         x  I
           17   29     4         x  I
            5   16     5         y  I
           18   29     5         y  I
            6   16     6        xx  I
            9   13     7         i  I
           19   28     7        yy  I
           22   26     8         i  I
    MethodParameters:
      Name  Flags
      g     final

  protected void layoutLabel(int, java.awt.FontMetrics, int, java.lang.String, javax.swing.Icon, java.awt.Rectangle, java.awt.Rectangle, java.awt.Rectangle, boolean);
    descriptor: (ILjava/awt/FontMetrics;ILjava/lang/String;Ljavax/swing/Icon;Ljava/awt/Rectangle;Ljava/awt/Rectangle;Ljava/awt/Rectangle;Z)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=12, locals=13, args_size=10
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
        start local 1 // int tabPlacement
        start local 2 // java.awt.FontMetrics metrics
        start local 3 // int tabIndex
        start local 4 // java.lang.String title
        start local 5 // javax.swing.Icon icon
        start local 6 // java.awt.Rectangle tabRect
        start local 7 // java.awt.Rectangle iconRect
        start local 8 // java.awt.Rectangle textRect
        start local 9 // boolean isSelected
         0: .line 963
            aload 8 /* textRect */
            aload 8 /* textRect */
            aload 7 /* iconRect */
            aload 7 /* iconRect */
            iconst_0
            dup_x1
            putfield java.awt.Rectangle.y:I
            dup_x1
            putfield java.awt.Rectangle.x:I
            dup_x1
            putfield java.awt.Rectangle.y:I
            putfield java.awt.Rectangle.x:I
         1: .line 965
            aload 0 /* this */
            iload 3 /* tabIndex */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.getTextViewForTab:(I)Ljavax/swing/text/View;
            astore 10 /* v */
        start local 10 // javax.swing.text.View v
         2: .line 966
            aload 10 /* v */
            ifnull 4
         3: .line 967
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            ldc "html"
            aload 10 /* v */
            invokevirtual javax.swing.JTabbedPane.putClientProperty:(Ljava/lang/Object;Ljava/lang/Object;)V
         4: .line 970
      StackMap locals: javax.swing.text.View
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            aload 2 /* metrics */
            aload 4 /* title */
            aload 5 /* icon */
            iconst_0
            iconst_0
            iconst_0
            bipush 11
            aload 6 /* tabRect */
            aload 7 /* iconRect */
            aload 8 /* textRect */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.textIconGap:I
            invokestatic javax.swing.SwingUtilities.layoutCompoundLabel:(Ljavax/swing/JComponent;Ljava/awt/FontMetrics;Ljava/lang/String;Ljavax/swing/Icon;IIIILjava/awt/Rectangle;Ljava/awt/Rectangle;Ljava/awt/Rectangle;I)Ljava/lang/String;
            pop
         5: .line 972
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            ldc "html"
            aconst_null
            invokevirtual javax.swing.JTabbedPane.putClientProperty:(Ljava/lang/Object;Ljava/lang/Object;)V
         6: .line 974
            aload 0 /* this */
            iload 1 /* tabPlacement */
            iload 3 /* tabIndex */
            iload 9 /* isSelected */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.getTabLabelShiftX:(IIZ)I
            istore 11 /* xNudge */
        start local 11 // int xNudge
         7: .line 975
            aload 0 /* this */
            iload 1 /* tabPlacement */
            iload 3 /* tabIndex */
            iload 9 /* isSelected */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.getTabLabelShiftY:(IIZ)I
            istore 12 /* yNudge */
        start local 12 // int yNudge
         8: .line 976
            aload 7 /* iconRect */
            dup
            getfield java.awt.Rectangle.x:I
            iload 11 /* xNudge */
            iadd
            putfield java.awt.Rectangle.x:I
         9: .line 977
            aload 7 /* iconRect */
            dup
            getfield java.awt.Rectangle.y:I
            iload 12 /* yNudge */
            iadd
            putfield java.awt.Rectangle.y:I
        10: .line 978
            aload 8 /* textRect */
            dup
            getfield java.awt.Rectangle.x:I
            iload 11 /* xNudge */
            iadd
            putfield java.awt.Rectangle.x:I
        11: .line 979
            aload 8 /* textRect */
            dup
            getfield java.awt.Rectangle.y:I
            iload 12 /* yNudge */
            iadd
            putfield java.awt.Rectangle.y:I
        12: .line 980
            return
        end local 12 // int yNudge
        end local 11 // int xNudge
        end local 10 // javax.swing.text.View v
        end local 9 // boolean isSelected
        end local 8 // java.awt.Rectangle textRect
        end local 7 // java.awt.Rectangle iconRect
        end local 6 // java.awt.Rectangle tabRect
        end local 5 // javax.swing.Icon icon
        end local 4 // java.lang.String title
        end local 3 // int tabIndex
        end local 2 // java.awt.FontMetrics metrics
        end local 1 // int tabPlacement
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   13     0          this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
            0   13     1  tabPlacement  I
            0   13     2       metrics  Ljava/awt/FontMetrics;
            0   13     3      tabIndex  I
            0   13     4         title  Ljava/lang/String;
            0   13     5          icon  Ljavax/swing/Icon;
            0   13     6       tabRect  Ljava/awt/Rectangle;
            0   13     7      iconRect  Ljava/awt/Rectangle;
            0   13     8      textRect  Ljava/awt/Rectangle;
            0   13     9    isSelected  Z
            2   13    10             v  Ljavax/swing/text/View;
            7   13    11        xNudge  I
            8   13    12        yNudge  I
    MethodParameters:
              Name  Flags
      tabPlacement  final
      metrics       final
      tabIndex      final
      title         final
      icon          final
      tabRect       final
      iconRect      final
      textRect      final
      isSelected    final

  protected void paintIcon(java.awt.Graphics, int, int, javax.swing.Icon, java.awt.Rectangle, boolean);
    descriptor: (Ljava/awt/Graphics;IILjavax/swing/Icon;Ljava/awt/Rectangle;Z)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=7, args_size=7
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
        start local 1 // java.awt.Graphics g
        start local 2 // int tabPlacement
        start local 3 // int tabIndex
        start local 4 // javax.swing.Icon icon
        start local 5 // java.awt.Rectangle iconRect
        start local 6 // boolean isSelected
         0: .line 983
            aload 4 /* icon */
            ifnull 2
         1: .line 984
            aload 4 /* icon */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            aload 1 /* g */
            aload 5 /* iconRect */
            getfield java.awt.Rectangle.x:I
            aload 5 /* iconRect */
            getfield java.awt.Rectangle.y:I
            invokeinterface javax.swing.Icon.paintIcon:(Ljava/awt/Component;Ljava/awt/Graphics;II)V
         2: .line 986
      StackMap locals:
      StackMap stack:
            return
        end local 6 // boolean isSelected
        end local 5 // java.awt.Rectangle iconRect
        end local 4 // javax.swing.Icon icon
        end local 3 // int tabIndex
        end local 2 // int tabPlacement
        end local 1 // java.awt.Graphics g
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
            0    3     1             g  Ljava/awt/Graphics;
            0    3     2  tabPlacement  I
            0    3     3      tabIndex  I
            0    3     4          icon  Ljavax/swing/Icon;
            0    3     5      iconRect  Ljava/awt/Rectangle;
            0    3     6    isSelected  Z
    MethodParameters:
              Name  Flags
      g             final
      tabPlacement  final
      tabIndex      final
      icon          final
      iconRect      final
      isSelected    final

  protected void paintText(java.awt.Graphics, int, java.awt.Font, java.awt.FontMetrics, int, java.lang.String, java.awt.Rectangle, boolean);
    descriptor: (Ljava/awt/Graphics;ILjava/awt/Font;Ljava/awt/FontMetrics;ILjava/lang/String;Ljava/awt/Rectangle;Z)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=13, args_size=9
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
        start local 1 // java.awt.Graphics g
        start local 2 // int tabPlacement
        start local 3 // java.awt.Font font
        start local 4 // java.awt.FontMetrics metrics
        start local 5 // int tabIndex
        start local 6 // java.lang.String title
        start local 7 // java.awt.Rectangle textRect
        start local 8 // boolean isSelected
         0: .line 990
            aload 1 /* g */
            aload 3 /* font */
            invokevirtual java.awt.Graphics.setFont:(Ljava/awt/Font;)V
         1: .line 992
            aload 0 /* this */
            iload 5 /* tabIndex */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.getTextViewForTab:(I)Ljavax/swing/text/View;
            astore 9 /* v */
        start local 9 // javax.swing.text.View v
         2: .line 993
            aload 9 /* v */
            ifnull 5
         3: .line 995
            aload 9 /* v */
            aload 1 /* g */
            aload 7 /* textRect */
            invokevirtual javax.swing.text.View.paint:(Ljava/awt/Graphics;Ljava/awt/Shape;)V
         4: .line 996
            goto 19
         5: .line 998
      StackMap locals: javax.swing.text.View
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            iload 5 /* tabIndex */
            invokevirtual javax.swing.JTabbedPane.getDisplayedMnemonicIndexAt:(I)I
            istore 10 /* mnemIndex */
        start local 10 // int mnemIndex
         6: .line 1000
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            invokevirtual javax.swing.JTabbedPane.isEnabled:()Z
            ifeq 15
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            iload 5 /* tabIndex */
            invokevirtual javax.swing.JTabbedPane.isEnabledAt:(I)Z
            ifeq 15
         7: .line 1001
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            iload 5 /* tabIndex */
            invokevirtual javax.swing.JTabbedPane.getForegroundAt:(I)Ljava/awt/Color;
            astore 11 /* fg */
        start local 11 // java.awt.Color fg
         8: .line 1002
            iload 8 /* isSelected */
            ifeq 12
            aload 11 /* fg */
            instanceof javax.swing.plaf.UIResource
            ifeq 12
         9: .line 1003
            ldc "TabbedPane.selectedForeground"
            invokestatic javax.swing.UIManager.getColor:(Ljava/lang/Object;)Ljava/awt/Color;
            astore 12 /* selectedFG */
        start local 12 // java.awt.Color selectedFG
        10: .line 1004
            aload 12 /* selectedFG */
            ifnull 12
        11: .line 1005
            aload 12 /* selectedFG */
            astore 11 /* fg */
        end local 12 // java.awt.Color selectedFG
        12: .line 1008
      StackMap locals: int java.awt.Color
      StackMap stack:
            aload 1 /* g */
            aload 11 /* fg */
            invokevirtual java.awt.Graphics.setColor:(Ljava/awt/Color;)V
        13: .line 1009
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            aload 1 /* g */
            aload 6 /* title */
            iload 10 /* mnemIndex */
            aload 7 /* textRect */
            getfield java.awt.Rectangle.x:I
            aload 7 /* textRect */
            getfield java.awt.Rectangle.y:I
            aload 4 /* metrics */
            invokevirtual java.awt.FontMetrics.getAscent:()I
            iadd
            invokestatic sun.swing.SwingUtilities2.drawStringUnderlineCharAt:(Ljavax/swing/JComponent;Ljava/awt/Graphics;Ljava/lang/String;III)V
        end local 11 // java.awt.Color fg
        14: .line 1011
            goto 19
        15: .line 1012
      StackMap locals:
      StackMap stack:
            aload 1 /* g */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            iload 5 /* tabIndex */
            invokevirtual javax.swing.JTabbedPane.getBackgroundAt:(I)Ljava/awt/Color;
            invokevirtual java.awt.Color.brighter:()Ljava/awt/Color;
            invokevirtual java.awt.Graphics.setColor:(Ljava/awt/Color;)V
        16: .line 1013
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            aload 1 /* g */
            aload 6 /* title */
            iload 10 /* mnemIndex */
            aload 7 /* textRect */
            getfield java.awt.Rectangle.x:I
            aload 7 /* textRect */
            getfield java.awt.Rectangle.y:I
            aload 4 /* metrics */
            invokevirtual java.awt.FontMetrics.getAscent:()I
            iadd
            invokestatic sun.swing.SwingUtilities2.drawStringUnderlineCharAt:(Ljavax/swing/JComponent;Ljava/awt/Graphics;Ljava/lang/String;III)V
        17: .line 1014
            aload 1 /* g */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            iload 5 /* tabIndex */
            invokevirtual javax.swing.JTabbedPane.getBackgroundAt:(I)Ljava/awt/Color;
            invokevirtual java.awt.Color.darker:()Ljava/awt/Color;
            invokevirtual java.awt.Graphics.setColor:(Ljava/awt/Color;)V
        18: .line 1015
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            aload 1 /* g */
            aload 6 /* title */
            iload 10 /* mnemIndex */
            aload 7 /* textRect */
            getfield java.awt.Rectangle.x:I
            iconst_1
            isub
            aload 7 /* textRect */
            getfield java.awt.Rectangle.y:I
            aload 4 /* metrics */
            invokevirtual java.awt.FontMetrics.getAscent:()I
            iadd
            iconst_1
            isub
            invokestatic sun.swing.SwingUtilities2.drawStringUnderlineCharAt:(Ljavax/swing/JComponent;Ljava/awt/Graphics;Ljava/lang/String;III)V
        end local 10 // int mnemIndex
        19: .line 1019
      StackMap locals:
      StackMap stack:
            return
        end local 9 // javax.swing.text.View v
        end local 8 // boolean isSelected
        end local 7 // java.awt.Rectangle textRect
        end local 6 // java.lang.String title
        end local 5 // int tabIndex
        end local 4 // java.awt.FontMetrics metrics
        end local 3 // java.awt.Font font
        end local 2 // int tabPlacement
        end local 1 // java.awt.Graphics g
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   20     0          this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
            0   20     1             g  Ljava/awt/Graphics;
            0   20     2  tabPlacement  I
            0   20     3          font  Ljava/awt/Font;
            0   20     4       metrics  Ljava/awt/FontMetrics;
            0   20     5      tabIndex  I
            0   20     6         title  Ljava/lang/String;
            0   20     7      textRect  Ljava/awt/Rectangle;
            0   20     8    isSelected  Z
            2   20     9             v  Ljavax/swing/text/View;
            6   19    10     mnemIndex  I
            8   14    11            fg  Ljava/awt/Color;
           10   12    12    selectedFG  Ljava/awt/Color;
    MethodParameters:
              Name  Flags
      g             final
      tabPlacement  final
      font          final
      metrics       final
      tabIndex      final
      title         final
      textRect      final
      isSelected    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.AquaTabbedPaneCopyFromBasicUI this
        start local 1 // int tabPlacement
        start local 2 // int tabIndex
        start local 3 // boolean isSelected
         0: .line 1022
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.rects:[Ljava/awt/Rectangle;
            iload 2 /* tabIndex */
            aaload
            astore 4 /* tabRect */
        start local 4 // java.awt.Rectangle tabRect
         1: .line 1023
            iconst_0
            istore 5 /* nudge */
        start local 5 // int nudge
         2: .line 1024
            iload 1 /* tabPlacement */
            tableswitch { // 1 - 4
                    1: 11
                    2: 3
                    3: 11
                    4: 7
              default: 11
          }
         3: .line 1026
      StackMap locals: java.awt.Rectangle int
      StackMap stack:
            iload 3 /* isSelected */
            ifeq 4
            iconst_m1
            goto 5
      StackMap locals:
      StackMap stack:
         4: iconst_1
      StackMap locals:
      StackMap stack: int
         5: istore 5 /* nudge */
         6: .line 1027
            goto 12
         7: .line 1029
      StackMap locals:
      StackMap stack:
            iload 3 /* isSelected */
            ifeq 8
            iconst_1
            goto 9
      StackMap locals:
      StackMap stack:
         8: iconst_m1
      StackMap locals:
      StackMap stack: int
         9: istore 5 /* nudge */
        10: .line 1030
            goto 12
        11: .line 1034
      StackMap locals:
      StackMap stack:
            aload 4 /* tabRect */
            getfield java.awt.Rectangle.width:I
            iconst_2
            irem
            istore 5 /* nudge */
        12: .line 1036
      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.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   13     0          this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
            0   13     1  tabPlacement  I
            0   13     2      tabIndex  I
            0   13     3    isSelected  Z
            1   13     4       tabRect  Ljava/awt/Rectangle;
            2   13     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=2, locals=6, args_size=4
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
        start local 1 // int tabPlacement
        start local 2 // int tabIndex
        start local 3 // boolean isSelected
         0: .line 1040
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.rects:[Ljava/awt/Rectangle;
            iload 2 /* tabIndex */
            aaload
            astore 4 /* tabRect */
        start local 4 // java.awt.Rectangle tabRect
         1: .line 1041
            iconst_0
            istore 5 /* nudge */
        start local 5 // int nudge
         2: .line 1042
            iload 1 /* tabPlacement */
            tableswitch { // 1 - 4
                    1: 9
                    2: 7
                    3: 3
                    4: 7
              default: 9
          }
         3: .line 1044
      StackMap locals: java.awt.Rectangle int
      StackMap stack:
            iload 3 /* isSelected */
            ifeq 4
            iconst_1
            goto 5
      StackMap locals:
      StackMap stack:
         4: iconst_m1
      StackMap locals:
      StackMap stack: int
         5: istore 5 /* nudge */
         6: .line 1045
            goto 12
         7: .line 1048
      StackMap locals:
      StackMap stack:
            aload 4 /* tabRect */
            getfield java.awt.Rectangle.height:I
            iconst_2
            irem
            istore 5 /* nudge */
         8: .line 1049
            goto 12
         9: .line 1052
      StackMap locals:
      StackMap stack:
            iload 3 /* isSelected */
            ifeq 10
            iconst_m1
            goto 11
      StackMap locals:
      StackMap stack:
        10: iconst_1
      StackMap locals:
      StackMap stack: int
        11: istore 5 /* nudge */
        12: .line 1055
      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.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   13     0          this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
            0   13     1  tabPlacement  I
            0   13     2      tabIndex  I
            0   13     3    isSelected  Z
            1   13     4       tabRect  Ljava/awt/Rectangle;
            2   13     5         nudge  I
    MethodParameters:
              Name  Flags
      tabPlacement  final
      tabIndex      final
      isSelected    final

  protected void paintFocusIndicator(java.awt.Graphics, int, java.awt.Rectangle[], int, java.awt.Rectangle, java.awt.Rectangle, boolean);
    descriptor: (Ljava/awt/Graphics;I[Ljava/awt/Rectangle;ILjava/awt/Rectangle;Ljava/awt/Rectangle;Z)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=13, args_size=8
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
        start local 1 // java.awt.Graphics g
        start local 2 // int tabPlacement
        start local 3 // java.awt.Rectangle[] rects
        start local 4 // int tabIndex
        start local 5 // java.awt.Rectangle iconRect
        start local 6 // java.awt.Rectangle textRect
        start local 7 // boolean isSelected
         0: .line 1059
            aload 3 /* rects */
            iload 4 /* tabIndex */
            aaload
            astore 8 /* tabRect */
        start local 8 // java.awt.Rectangle tabRect
         1: .line 1060
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            invokevirtual javax.swing.JTabbedPane.hasFocus:()Z
            ifeq 24
            iload 7 /* isSelected */
            ifeq 24
         2: .line 1062
            aload 1 /* g */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.focus:Ljava/awt/Color;
            invokevirtual java.awt.Graphics.setColor:(Ljava/awt/Color;)V
         3: .line 1063
            iload 2 /* tabPlacement */
            tableswitch { // 1 - 4
                    1: 19
                    2: 4
                    3: 14
                    4: 9
              default: 19
          }
         4: .line 1065
      StackMap locals: java.awt.Rectangle
      StackMap stack:
            aload 8 /* tabRect */
            getfield java.awt.Rectangle.x:I
            iconst_3
            iadd
            istore 9 /* x */
        start local 9 // int x
         5: .line 1066
            aload 8 /* tabRect */
            getfield java.awt.Rectangle.y:I
            iconst_3
            iadd
            istore 10 /* y */
        start local 10 // int y
         6: .line 1067
            aload 8 /* tabRect */
            getfield java.awt.Rectangle.width:I
            iconst_5
            isub
            istore 11 /* w */
        start local 11 // int w
         7: .line 1068
            aload 8 /* tabRect */
            getfield java.awt.Rectangle.height:I
            bipush 6
            isub
            istore 12 /* h */
        start local 12 // int h
         8: .line 1069
            goto 23
        end local 12 // int h
        end local 11 // int w
        end local 10 // int y
        end local 9 // int x
         9: .line 1071
      StackMap locals:
      StackMap stack:
            aload 8 /* tabRect */
            getfield java.awt.Rectangle.x:I
            iconst_2
            iadd
            istore 9 /* x */
        start local 9 // int x
        10: .line 1072
            aload 8 /* tabRect */
            getfield java.awt.Rectangle.y:I
            iconst_3
            iadd
            istore 10 /* y */
        start local 10 // int y
        11: .line 1073
            aload 8 /* tabRect */
            getfield java.awt.Rectangle.width:I
            iconst_5
            isub
            istore 11 /* w */
        start local 11 // int w
        12: .line 1074
            aload 8 /* tabRect */
            getfield java.awt.Rectangle.height:I
            bipush 6
            isub
            istore 12 /* h */
        start local 12 // int h
        13: .line 1075
            goto 23
        end local 12 // int h
        end local 11 // int w
        end local 10 // int y
        end local 9 // int x
        14: .line 1077
      StackMap locals:
      StackMap stack:
            aload 8 /* tabRect */
            getfield java.awt.Rectangle.x:I
            iconst_3
            iadd
            istore 9 /* x */
        start local 9 // int x
        15: .line 1078
            aload 8 /* tabRect */
            getfield java.awt.Rectangle.y:I
            iconst_2
            iadd
            istore 10 /* y */
        start local 10 // int y
        16: .line 1079
            aload 8 /* tabRect */
            getfield java.awt.Rectangle.width:I
            bipush 6
            isub
            istore 11 /* w */
        start local 11 // int w
        17: .line 1080
            aload 8 /* tabRect */
            getfield java.awt.Rectangle.height:I
            iconst_5
            isub
            istore 12 /* h */
        start local 12 // int h
        18: .line 1081
            goto 23
        end local 12 // int h
        end local 11 // int w
        end local 10 // int y
        end local 9 // int x
        19: .line 1084
      StackMap locals:
      StackMap stack:
            aload 8 /* tabRect */
            getfield java.awt.Rectangle.x:I
            iconst_3
            iadd
            istore 9 /* x */
        start local 9 // int x
        20: .line 1085
            aload 8 /* tabRect */
            getfield java.awt.Rectangle.y:I
            iconst_3
            iadd
            istore 10 /* y */
        start local 10 // int y
        21: .line 1086
            aload 8 /* tabRect */
            getfield java.awt.Rectangle.width:I
            bipush 6
            isub
            istore 11 /* w */
        start local 11 // int w
        22: .line 1087
            aload 8 /* tabRect */
            getfield java.awt.Rectangle.height:I
            iconst_5
            isub
            istore 12 /* h */
        start local 12 // int h
        23: .line 1089
      StackMap locals: com.apple.laf.AquaTabbedPaneCopyFromBasicUI java.awt.Graphics int java.awt.Rectangle[] int java.awt.Rectangle java.awt.Rectangle int java.awt.Rectangle int int int int
      StackMap stack:
            aload 1 /* g */
            iload 9 /* x */
            iload 10 /* y */
            iload 11 /* w */
            iload 12 /* h */
            invokestatic javax.swing.plaf.basic.BasicGraphicsUtils.drawDashedRect:(Ljava/awt/Graphics;IIII)V
        end local 12 // int h
        end local 11 // int w
        end local 10 // int y
        end local 9 // int x
        24: .line 1091
      StackMap locals: com.apple.laf.AquaTabbedPaneCopyFromBasicUI java.awt.Graphics int java.awt.Rectangle[] int java.awt.Rectangle java.awt.Rectangle int java.awt.Rectangle
      StackMap stack:
            return
        end local 8 // java.awt.Rectangle tabRect
        end local 7 // boolean isSelected
        end local 6 // java.awt.Rectangle textRect
        end local 5 // java.awt.Rectangle iconRect
        end local 4 // int tabIndex
        end local 3 // java.awt.Rectangle[] rects
        end local 2 // int tabPlacement
        end local 1 // java.awt.Graphics g
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   25     0          this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
            0   25     1             g  Ljava/awt/Graphics;
            0   25     2  tabPlacement  I
            0   25     3         rects  [Ljava/awt/Rectangle;
            0   25     4      tabIndex  I
            0   25     5      iconRect  Ljava/awt/Rectangle;
            0   25     6      textRect  Ljava/awt/Rectangle;
            0   25     7    isSelected  Z
            1   25     8       tabRect  Ljava/awt/Rectangle;
            5    9     9             x  I
           10   14     9             x  I
           15   19     9             x  I
           20   24     9             x  I
            6    9    10             y  I
           11   14    10             y  I
           16   19    10             y  I
           21   24    10             y  I
            7    9    11             w  I
           12   14    11             w  I
           17   19    11             w  I
           22   24    11             w  I
            8    9    12             h  I
           13   14    12             h  I
           18   19    12             h  I
           23   24    12             h  I
    MethodParameters:
              Name  Flags
      g             final
      tabPlacement  final
      rects         final
      tabIndex      final
      iconRect      final
      textRect      final
      isSelected    final

  protected void paintTabBorder(java.awt.Graphics, int, int, int, int, int, int, boolean);
    descriptor: (Ljava/awt/Graphics;IIIIIIZ)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=9, args_size=9
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
        start local 1 // java.awt.Graphics g
        start local 2 // int tabPlacement
        start local 3 // int tabIndex
        start local 4 // int x
        start local 5 // int y
        start local 6 // int w
        start local 7 // int h
        start local 8 // boolean isSelected
         0: .line 1099
            aload 1 /* g */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.lightHighlight:Ljava/awt/Color;
            invokevirtual java.awt.Graphics.setColor:(Ljava/awt/Color;)V
         1: .line 1101
            iload 2 /* tabPlacement */
            tableswitch { // 1 - 4
                    1: 31
                    2: 2
                    3: 21
                    4: 11
              default: 31
          }
         2: .line 1103
      StackMap locals:
      StackMap stack:
            aload 1 /* g */
            iload 4 /* x */
            iconst_1
            iadd
            iload 5 /* y */
            iload 7 /* h */
            iadd
            iconst_2
            isub
            iload 4 /* x */
            iconst_1
            iadd
            iload 5 /* y */
            iload 7 /* h */
            iadd
            iconst_2
            isub
            invokevirtual java.awt.Graphics.drawLine:(IIII)V
         3: .line 1104
            aload 1 /* g */
            iload 4 /* x */
            iload 5 /* y */
            iconst_2
            iadd
            iload 4 /* x */
            iload 5 /* y */
            iload 7 /* h */
            iadd
            iconst_3
            isub
            invokevirtual java.awt.Graphics.drawLine:(IIII)V
         4: .line 1105
            aload 1 /* g */
            iload 4 /* x */
            iconst_1
            iadd
            iload 5 /* y */
            iconst_1
            iadd
            iload 4 /* x */
            iconst_1
            iadd
            iload 5 /* y */
            iconst_1
            iadd
            invokevirtual java.awt.Graphics.drawLine:(IIII)V
         5: .line 1106
            aload 1 /* g */
            iload 4 /* x */
            iconst_2
            iadd
            iload 5 /* y */
            iload 4 /* x */
            iload 6 /* w */
            iadd
            iconst_1
            isub
            iload 5 /* y */
            invokevirtual java.awt.Graphics.drawLine:(IIII)V
         6: .line 1108
            aload 1 /* g */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.shadow:Ljava/awt/Color;
            invokevirtual java.awt.Graphics.setColor:(Ljava/awt/Color;)V
         7: .line 1109
            aload 1 /* g */
            iload 4 /* x */
            iconst_2
            iadd
            iload 5 /* y */
            iload 7 /* h */
            iadd
            iconst_2
            isub
            iload 4 /* x */
            iload 6 /* w */
            iadd
            iconst_1
            isub
            iload 5 /* y */
            iload 7 /* h */
            iadd
            iconst_2
            isub
            invokevirtual java.awt.Graphics.drawLine:(IIII)V
         8: .line 1111
            aload 1 /* g */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.darkShadow:Ljava/awt/Color;
            invokevirtual java.awt.Graphics.setColor:(Ljava/awt/Color;)V
         9: .line 1112
            aload 1 /* g */
            iload 4 /* x */
            iconst_2
            iadd
            iload 5 /* y */
            iload 7 /* h */
            iadd
            iconst_1
            isub
            iload 4 /* x */
            iload 6 /* w */
            iadd
            iconst_1
            isub
            iload 5 /* y */
            iload 7 /* h */
            iadd
            iconst_1
            isub
            invokevirtual java.awt.Graphics.drawLine:(IIII)V
        10: .line 1113
            goto 39
        11: .line 1115
      StackMap locals:
      StackMap stack:
            aload 1 /* g */
            iload 4 /* x */
            iload 5 /* y */
            iload 4 /* x */
            iload 6 /* w */
            iadd
            iconst_3
            isub
            iload 5 /* y */
            invokevirtual java.awt.Graphics.drawLine:(IIII)V
        12: .line 1117
            aload 1 /* g */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.shadow:Ljava/awt/Color;
            invokevirtual java.awt.Graphics.setColor:(Ljava/awt/Color;)V
        13: .line 1118
            aload 1 /* g */
            iload 4 /* x */
            iload 5 /* y */
            iload 7 /* h */
            iadd
            iconst_2
            isub
            iload 4 /* x */
            iload 6 /* w */
            iadd
            iconst_3
            isub
            iload 5 /* y */
            iload 7 /* h */
            iadd
            iconst_2
            isub
            invokevirtual java.awt.Graphics.drawLine:(IIII)V
        14: .line 1119
            aload 1 /* g */
            iload 4 /* x */
            iload 6 /* w */
            iadd
            iconst_2
            isub
            iload 5 /* y */
            iconst_2
            iadd
            iload 4 /* x */
            iload 6 /* w */
            iadd
            iconst_2
            isub
            iload 5 /* y */
            iload 7 /* h */
            iadd
            iconst_3
            isub
            invokevirtual java.awt.Graphics.drawLine:(IIII)V
        15: .line 1121
            aload 1 /* g */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.darkShadow:Ljava/awt/Color;
            invokevirtual java.awt.Graphics.setColor:(Ljava/awt/Color;)V
        16: .line 1122
            aload 1 /* g */
            iload 4 /* x */
            iload 6 /* w */
            iadd
            iconst_2
            isub
            iload 5 /* y */
            iconst_1
            iadd
            iload 4 /* x */
            iload 6 /* w */
            iadd
            iconst_2
            isub
            iload 5 /* y */
            iconst_1
            iadd
            invokevirtual java.awt.Graphics.drawLine:(IIII)V
        17: .line 1123
            aload 1 /* g */
            iload 4 /* x */
            iload 6 /* w */
            iadd
            iconst_2
            isub
            iload 5 /* y */
            iload 7 /* h */
            iadd
            iconst_2
            isub
            iload 4 /* x */
            iload 6 /* w */
            iadd
            iconst_2
            isub
            iload 5 /* y */
            iload 7 /* h */
            iadd
            iconst_2
            isub
            invokevirtual java.awt.Graphics.drawLine:(IIII)V
        18: .line 1124
            aload 1 /* g */
            iload 4 /* x */
            iload 6 /* w */
            iadd
            iconst_1
            isub
            iload 5 /* y */
            iconst_2
            iadd
            iload 4 /* x */
            iload 6 /* w */
            iadd
            iconst_1
            isub
            iload 5 /* y */
            iload 7 /* h */
            iadd
            iconst_3
            isub
            invokevirtual java.awt.Graphics.drawLine:(IIII)V
        19: .line 1125
            aload 1 /* g */
            iload 4 /* x */
            iload 5 /* y */
            iload 7 /* h */
            iadd
            iconst_1
            isub
            iload 4 /* x */
            iload 6 /* w */
            iadd
            iconst_3
            isub
            iload 5 /* y */
            iload 7 /* h */
            iadd
            iconst_1
            isub
            invokevirtual java.awt.Graphics.drawLine:(IIII)V
        20: .line 1126
            goto 39
        21: .line 1128
      StackMap locals:
      StackMap stack:
            aload 1 /* g */
            iload 4 /* x */
            iload 5 /* y */
            iload 4 /* x */
            iload 5 /* y */
            iload 7 /* h */
            iadd
            iconst_3
            isub
            invokevirtual java.awt.Graphics.drawLine:(IIII)V
        22: .line 1129
            aload 1 /* g */
            iload 4 /* x */
            iconst_1
            iadd
            iload 5 /* y */
            iload 7 /* h */
            iadd
            iconst_2
            isub
            iload 4 /* x */
            iconst_1
            iadd
            iload 5 /* y */
            iload 7 /* h */
            iadd
            iconst_2
            isub
            invokevirtual java.awt.Graphics.drawLine:(IIII)V
        23: .line 1131
            aload 1 /* g */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.shadow:Ljava/awt/Color;
            invokevirtual java.awt.Graphics.setColor:(Ljava/awt/Color;)V
        24: .line 1132
            aload 1 /* g */
            iload 4 /* x */
            iconst_2
            iadd
            iload 5 /* y */
            iload 7 /* h */
            iadd
            iconst_2
            isub
            iload 4 /* x */
            iload 6 /* w */
            iadd
            iconst_3
            isub
            iload 5 /* y */
            iload 7 /* h */
            iadd
            iconst_2
            isub
            invokevirtual java.awt.Graphics.drawLine:(IIII)V
        25: .line 1133
            aload 1 /* g */
            iload 4 /* x */
            iload 6 /* w */
            iadd
            iconst_2
            isub
            iload 5 /* y */
            iload 4 /* x */
            iload 6 /* w */
            iadd
            iconst_2
            isub
            iload 5 /* y */
            iload 7 /* h */
            iadd
            iconst_3
            isub
            invokevirtual java.awt.Graphics.drawLine:(IIII)V
        26: .line 1135
            aload 1 /* g */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.darkShadow:Ljava/awt/Color;
            invokevirtual java.awt.Graphics.setColor:(Ljava/awt/Color;)V
        27: .line 1136
            aload 1 /* g */
            iload 4 /* x */
            iconst_2
            iadd
            iload 5 /* y */
            iload 7 /* h */
            iadd
            iconst_1
            isub
            iload 4 /* x */
            iload 6 /* w */
            iadd
            iconst_3
            isub
            iload 5 /* y */
            iload 7 /* h */
            iadd
            iconst_1
            isub
            invokevirtual java.awt.Graphics.drawLine:(IIII)V
        28: .line 1137
            aload 1 /* g */
            iload 4 /* x */
            iload 6 /* w */
            iadd
            iconst_2
            isub
            iload 5 /* y */
            iload 7 /* h */
            iadd
            iconst_2
            isub
            iload 4 /* x */
            iload 6 /* w */
            iadd
            iconst_2
            isub
            iload 5 /* y */
            iload 7 /* h */
            iadd
            iconst_2
            isub
            invokevirtual java.awt.Graphics.drawLine:(IIII)V
        29: .line 1138
            aload 1 /* g */
            iload 4 /* x */
            iload 6 /* w */
            iadd
            iconst_1
            isub
            iload 5 /* y */
            iload 4 /* x */
            iload 6 /* w */
            iadd
            iconst_1
            isub
            iload 5 /* y */
            iload 7 /* h */
            iadd
            iconst_3
            isub
            invokevirtual java.awt.Graphics.drawLine:(IIII)V
        30: .line 1139
            goto 39
        31: .line 1142
      StackMap locals:
      StackMap stack:
            aload 1 /* g */
            iload 4 /* x */
            iload 5 /* y */
            iconst_2
            iadd
            iload 4 /* x */
            iload 5 /* y */
            iload 7 /* h */
            iadd
            iconst_1
            isub
            invokevirtual java.awt.Graphics.drawLine:(IIII)V
        32: .line 1143
            aload 1 /* g */
            iload 4 /* x */
            iconst_1
            iadd
            iload 5 /* y */
            iconst_1
            iadd
            iload 4 /* x */
            iconst_1
            iadd
            iload 5 /* y */
            iconst_1
            iadd
            invokevirtual java.awt.Graphics.drawLine:(IIII)V
        33: .line 1144
            aload 1 /* g */
            iload 4 /* x */
            iconst_2
            iadd
            iload 5 /* y */
            iload 4 /* x */
            iload 6 /* w */
            iadd
            iconst_3
            isub
            iload 5 /* y */
            invokevirtual java.awt.Graphics.drawLine:(IIII)V
        34: .line 1146
            aload 1 /* g */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.shadow:Ljava/awt/Color;
            invokevirtual java.awt.Graphics.setColor:(Ljava/awt/Color;)V
        35: .line 1147
            aload 1 /* g */
            iload 4 /* x */
            iload 6 /* w */
            iadd
            iconst_2
            isub
            iload 5 /* y */
            iconst_2
            iadd
            iload 4 /* x */
            iload 6 /* w */
            iadd
            iconst_2
            isub
            iload 5 /* y */
            iload 7 /* h */
            iadd
            iconst_1
            isub
            invokevirtual java.awt.Graphics.drawLine:(IIII)V
        36: .line 1149
            aload 1 /* g */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.darkShadow:Ljava/awt/Color;
            invokevirtual java.awt.Graphics.setColor:(Ljava/awt/Color;)V
        37: .line 1150
            aload 1 /* g */
            iload 4 /* x */
            iload 6 /* w */
            iadd
            iconst_1
            isub
            iload 5 /* y */
            iconst_2
            iadd
            iload 4 /* x */
            iload 6 /* w */
            iadd
            iconst_1
            isub
            iload 5 /* y */
            iload 7 /* h */
            iadd
            iconst_1
            isub
            invokevirtual java.awt.Graphics.drawLine:(IIII)V
        38: .line 1151
            aload 1 /* g */
            iload 4 /* x */
            iload 6 /* w */
            iadd
            iconst_2
            isub
            iload 5 /* y */
            iconst_1
            iadd
            iload 4 /* x */
            iload 6 /* w */
            iadd
            iconst_2
            isub
            iload 5 /* y */
            iconst_1
            iadd
            invokevirtual java.awt.Graphics.drawLine:(IIII)V
        39: .line 1153
      StackMap locals:
      StackMap stack:
            return
        end local 8 // boolean isSelected
        end local 7 // int h
        end local 6 // int w
        end local 5 // int y
        end local 4 // int x
        end local 3 // int tabIndex
        end local 2 // int tabPlacement
        end local 1 // java.awt.Graphics g
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   40     0          this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
            0   40     1             g  Ljava/awt/Graphics;
            0   40     2  tabPlacement  I
            0   40     3      tabIndex  I
            0   40     4             x  I
            0   40     5             y  I
            0   40     6             w  I
            0   40     7             h  I
            0   40     8    isSelected  Z
    MethodParameters:
              Name  Flags
      g             final
      tabPlacement  final
      tabIndex      final
      x             final
      y             final
      w             final
      h             final
      isSelected    final

  protected void paintTabBackground(java.awt.Graphics, int, int, int, int, int, int, boolean);
    descriptor: (Ljava/awt/Graphics;IIIIIIZ)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=9, args_size=9
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
        start local 1 // java.awt.Graphics g
        start local 2 // int tabPlacement
        start local 3 // int tabIndex
        start local 4 // int x
        start local 5 // int y
        start local 6 // int w
        start local 7 // int h
        start local 8 // boolean isSelected
         0: .line 1156
            aload 1 /* g */
            iload 8 /* isSelected */
            ifeq 1
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.selectedColor:Ljava/awt/Color;
            ifnonnull 2
      StackMap locals:
      StackMap stack: java.awt.Graphics
         1: aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            iload 3 /* tabIndex */
            invokevirtual javax.swing.JTabbedPane.getBackgroundAt:(I)Ljava/awt/Color;
            goto 3
      StackMap locals:
      StackMap stack: java.awt.Graphics
         2: aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.selectedColor:Ljava/awt/Color;
      StackMap locals: com.apple.laf.AquaTabbedPaneCopyFromBasicUI java.awt.Graphics int int int int int int int
      StackMap stack: java.awt.Graphics java.awt.Color
         3: invokevirtual java.awt.Graphics.setColor:(Ljava/awt/Color;)V
         4: .line 1157
            iload 2 /* tabPlacement */
            tableswitch { // 1 - 4
                    1: 11
                    2: 5
                    3: 9
                    4: 7
              default: 11
          }
         5: .line 1159
      StackMap locals:
      StackMap stack:
            aload 1 /* g */
            iload 4 /* x */
            iconst_1
            iadd
            iload 5 /* y */
            iconst_1
            iadd
            iload 6 /* w */
            iconst_1
            isub
            iload 7 /* h */
            iconst_3
            isub
            invokevirtual java.awt.Graphics.fillRect:(IIII)V
         6: .line 1160
            goto 12
         7: .line 1162
      StackMap locals:
      StackMap stack:
            aload 1 /* g */
            iload 4 /* x */
            iload 5 /* y */
            iconst_1
            iadd
            iload 6 /* w */
            iconst_2
            isub
            iload 7 /* h */
            iconst_3
            isub
            invokevirtual java.awt.Graphics.fillRect:(IIII)V
         8: .line 1163
            goto 12
         9: .line 1165
      StackMap locals:
      StackMap stack:
            aload 1 /* g */
            iload 4 /* x */
            iconst_1
            iadd
            iload 5 /* y */
            iload 6 /* w */
            iconst_3
            isub
            iload 7 /* h */
            iconst_1
            isub
            invokevirtual java.awt.Graphics.fillRect:(IIII)V
        10: .line 1166
            goto 12
        11: .line 1169
      StackMap locals:
      StackMap stack:
            aload 1 /* g */
            iload 4 /* x */
            iconst_1
            iadd
            iload 5 /* y */
            iconst_1
            iadd
            iload 6 /* w */
            iconst_3
            isub
            iload 7 /* h */
            iconst_1
            isub
            invokevirtual java.awt.Graphics.fillRect:(IIII)V
        12: .line 1171
      StackMap locals:
      StackMap stack:
            return
        end local 8 // boolean isSelected
        end local 7 // int h
        end local 6 // int w
        end local 5 // int y
        end local 4 // int x
        end local 3 // int tabIndex
        end local 2 // int tabPlacement
        end local 1 // java.awt.Graphics g
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   13     0          this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
            0   13     1             g  Ljava/awt/Graphics;
            0   13     2  tabPlacement  I
            0   13     3      tabIndex  I
            0   13     4             x  I
            0   13     5             y  I
            0   13     6             w  I
            0   13     7             h  I
            0   13     8    isSelected  Z
    MethodParameters:
              Name  Flags
      g             final
      tabPlacement  final
      tabIndex      final
      x             final
      y             final
      w             final
      h             final
      isSelected    

  protected void paintContentBorder(java.awt.Graphics, int, int);
    descriptor: (Ljava/awt/Graphics;II)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=8, locals=13, args_size=4
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
        start local 1 // java.awt.Graphics g
        start local 2 // int tabPlacement
        start local 3 // int selectedIndex
         0: .line 1174
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            invokevirtual javax.swing.JTabbedPane.getWidth:()I
            istore 4 /* width */
        start local 4 // int width
         1: .line 1175
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            invokevirtual javax.swing.JTabbedPane.getHeight:()I
            istore 5 /* height */
        start local 5 // int height
         2: .line 1176
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            invokevirtual javax.swing.JTabbedPane.getInsets:()Ljava/awt/Insets;
            astore 6 /* insets */
        start local 6 // java.awt.Insets insets
         3: .line 1177
            aload 0 /* this */
            iload 2 /* tabPlacement */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.getTabAreaInsets:(I)Ljava/awt/Insets;
            astore 7 /* tabAreaInsets */
        start local 7 // java.awt.Insets tabAreaInsets
         4: .line 1179
            aload 6 /* insets */
            getfield java.awt.Insets.left:I
            istore 8 /* x */
        start local 8 // int x
         5: .line 1180
            aload 6 /* insets */
            getfield java.awt.Insets.top:I
            istore 9 /* y */
        start local 9 // int y
         6: .line 1181
            iload 4 /* width */
            aload 6 /* insets */
            getfield java.awt.Insets.right:I
            isub
            aload 6 /* insets */
            getfield java.awt.Insets.left:I
            isub
            istore 10 /* w */
        start local 10 // int w
         7: .line 1182
            iload 5 /* height */
            aload 6 /* insets */
            getfield java.awt.Insets.top:I
            isub
            aload 6 /* insets */
            getfield java.awt.Insets.bottom:I
            isub
            istore 11 /* h */
        start local 11 // int h
         8: .line 1184
            iload 2 /* tabPlacement */
            tableswitch { // 1 - 4
                    1: 22
                    2: 9
                    3: 18
                    4: 14
              default: 22
          }
         9: .line 1186
      StackMap locals: com.apple.laf.AquaTabbedPaneCopyFromBasicUI java.awt.Graphics int int int int java.awt.Insets java.awt.Insets int int int int
      StackMap stack:
            iload 8 /* x */
            aload 0 /* this */
            iload 2 /* tabPlacement */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.runCount:I
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.maxTabWidth:I
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.calculateTabAreaWidth:(III)I
            iadd
            istore 8 /* x */
        10: .line 1187
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabsOverlapBorder:Z
            ifeq 12
        11: .line 1188
            iload 8 /* x */
            aload 7 /* tabAreaInsets */
            getfield java.awt.Insets.right:I
            isub
            istore 8 /* x */
        12: .line 1190
      StackMap locals:
      StackMap stack:
            iload 10 /* w */
            iload 8 /* x */
            aload 6 /* insets */
            getfield java.awt.Insets.left:I
            isub
            isub
            istore 10 /* w */
        13: .line 1191
            goto 26
        14: .line 1193
      StackMap locals:
      StackMap stack:
            iload 10 /* w */
            aload 0 /* this */
            iload 2 /* tabPlacement */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.runCount:I
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.maxTabWidth:I
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.calculateTabAreaWidth:(III)I
            isub
            istore 10 /* w */
        15: .line 1194
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabsOverlapBorder:Z
            ifeq 26
        16: .line 1195
            iload 10 /* w */
            aload 7 /* tabAreaInsets */
            getfield java.awt.Insets.left:I
            iadd
            istore 10 /* w */
        17: .line 1197
            goto 26
        18: .line 1199
      StackMap locals:
      StackMap stack:
            iload 11 /* h */
            aload 0 /* this */
            iload 2 /* tabPlacement */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.runCount:I
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.maxTabHeight:I
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.calculateTabAreaHeight:(III)I
            isub
            istore 11 /* h */
        19: .line 1200
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabsOverlapBorder:Z
            ifeq 26
        20: .line 1201
            iload 11 /* h */
            aload 7 /* tabAreaInsets */
            getfield java.awt.Insets.top:I
            iadd
            istore 11 /* h */
        21: .line 1203
            goto 26
        22: .line 1206
      StackMap locals:
      StackMap stack:
            iload 9 /* y */
            aload 0 /* this */
            iload 2 /* tabPlacement */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.runCount:I
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.maxTabHeight:I
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.calculateTabAreaHeight:(III)I
            iadd
            istore 9 /* y */
        23: .line 1207
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabsOverlapBorder:Z
            ifeq 25
        24: .line 1208
            iload 9 /* y */
            aload 7 /* tabAreaInsets */
            getfield java.awt.Insets.bottom:I
            isub
            istore 9 /* y */
        25: .line 1210
      StackMap locals:
      StackMap stack:
            iload 11 /* h */
            iload 9 /* y */
            aload 6 /* insets */
            getfield java.awt.Insets.top:I
            isub
            isub
            istore 11 /* h */
        26: .line 1213
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            invokevirtual javax.swing.JTabbedPane.getTabCount:()I
            ifle 36
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.contentOpaque:Z
            ifne 27
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            invokevirtual javax.swing.JTabbedPane.isOpaque:()Z
            ifeq 36
        27: .line 1215
      StackMap locals:
      StackMap stack:
            ldc "TabbedPane.contentAreaColor"
            invokestatic javax.swing.UIManager.getColor:(Ljava/lang/Object;)Ljava/awt/Color;
            astore 12 /* color */
        start local 12 // java.awt.Color color
        28: .line 1216
            aload 12 /* color */
            ifnull 31
        29: .line 1217
            aload 1 /* g */
            aload 12 /* color */
            invokevirtual java.awt.Graphics.setColor:(Ljava/awt/Color;)V
        30: .line 1218
            goto 35
      StackMap locals: java.awt.Color
      StackMap stack:
        31: aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.selectedColor:Ljava/awt/Color;
            ifnull 32
            iload 3 /* selectedIndex */
            iconst_m1
            if_icmpne 34
        32: .line 1219
      StackMap locals:
      StackMap stack:
            aload 1 /* g */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            invokevirtual javax.swing.JTabbedPane.getBackground:()Ljava/awt/Color;
            invokevirtual java.awt.Graphics.setColor:(Ljava/awt/Color;)V
        33: .line 1220
            goto 35
        34: .line 1221
      StackMap locals:
      StackMap stack:
            aload 1 /* g */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.selectedColor:Ljava/awt/Color;
            invokevirtual java.awt.Graphics.setColor:(Ljava/awt/Color;)V
        35: .line 1223
      StackMap locals:
      StackMap stack:
            aload 1 /* g */
            iload 8 /* x */
            iload 9 /* y */
            iload 10 /* w */
            iload 11 /* h */
            invokevirtual java.awt.Graphics.fillRect:(IIII)V
        end local 12 // java.awt.Color color
        36: .line 1226
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* g */
            iload 2 /* tabPlacement */
            iload 3 /* selectedIndex */
            iload 8 /* x */
            iload 9 /* y */
            iload 10 /* w */
            iload 11 /* h */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.paintContentBorderTopEdge:(Ljava/awt/Graphics;IIIIII)V
        37: .line 1227
            aload 0 /* this */
            aload 1 /* g */
            iload 2 /* tabPlacement */
            iload 3 /* selectedIndex */
            iload 8 /* x */
            iload 9 /* y */
            iload 10 /* w */
            iload 11 /* h */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.paintContentBorderLeftEdge:(Ljava/awt/Graphics;IIIIII)V
        38: .line 1228
            aload 0 /* this */
            aload 1 /* g */
            iload 2 /* tabPlacement */
            iload 3 /* selectedIndex */
            iload 8 /* x */
            iload 9 /* y */
            iload 10 /* w */
            iload 11 /* h */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.paintContentBorderBottomEdge:(Ljava/awt/Graphics;IIIIII)V
        39: .line 1229
            aload 0 /* this */
            aload 1 /* g */
            iload 2 /* tabPlacement */
            iload 3 /* selectedIndex */
            iload 8 /* x */
            iload 9 /* y */
            iload 10 /* w */
            iload 11 /* h */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.paintContentBorderRightEdge:(Ljava/awt/Graphics;IIIIII)V
        40: .line 1231
            return
        end local 11 // int h
        end local 10 // int w
        end local 9 // int y
        end local 8 // int x
        end local 7 // java.awt.Insets tabAreaInsets
        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.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   41     0           this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
            0   41     1              g  Ljava/awt/Graphics;
            0   41     2   tabPlacement  I
            0   41     3  selectedIndex  I
            1   41     4          width  I
            2   41     5         height  I
            3   41     6         insets  Ljava/awt/Insets;
            4   41     7  tabAreaInsets  Ljava/awt/Insets;
            5   41     8              x  I
            6   41     9              y  I
            7   41    10              w  I
            8   41    11              h  I
           28   36    12          color  Ljava/awt/Color;
    MethodParameters:
               Name  Flags
      g              final
      tabPlacement   final
      selectedIndex  final

  protected void paintContentBorderTopEdge(java.awt.Graphics, int, int, int, int, int, int);
    descriptor: (Ljava/awt/Graphics;IIIIII)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=9, args_size=8
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
        start local 1 // java.awt.Graphics g
        start local 2 // int tabPlacement
        start local 3 // int selectedIndex
        start local 4 // int x
        start local 5 // int y
        start local 6 // int w
        start local 7 // int h
         0: .line 1234
            iload 3 /* selectedIndex */
            ifge 1
            aconst_null
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            iload 3 /* selectedIndex */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.calcRect:Ljava/awt/Rectangle;
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.getTabBounds:(ILjava/awt/Rectangle;)Ljava/awt/Rectangle;
      StackMap locals:
      StackMap stack: java.awt.Rectangle
         2: astore 8 /* selRect */
        start local 8 // java.awt.Rectangle selRect
         3: .line 1236
            aload 1 /* g */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.lightHighlight:Ljava/awt/Color;
            invokevirtual java.awt.Graphics.setColor:(Ljava/awt/Color;)V
         4: .line 1242
            iload 2 /* tabPlacement */
            iconst_1
            if_icmpne 5
            iload 3 /* selectedIndex */
            iflt 5
            aload 8 /* selRect */
            getfield java.awt.Rectangle.y:I
            aload 8 /* selRect */
            getfield java.awt.Rectangle.height:I
            iadd
            iconst_1
            iadd
            iload 5 /* y */
            if_icmplt 5
            aload 8 /* selRect */
            getfield java.awt.Rectangle.x:I
            iload 4 /* x */
            if_icmplt 5
            aload 8 /* selRect */
            getfield java.awt.Rectangle.x:I
            iload 4 /* x */
            iload 6 /* w */
            iadd
            if_icmple 7
         5: .line 1243
      StackMap locals: java.awt.Rectangle
      StackMap stack:
            aload 1 /* g */
            iload 4 /* x */
            iload 5 /* y */
            iload 4 /* x */
            iload 6 /* w */
            iadd
            iconst_2
            isub
            iload 5 /* y */
            invokevirtual java.awt.Graphics.drawLine:(IIII)V
         6: .line 1244
            goto 13
         7: .line 1246
      StackMap locals:
      StackMap stack:
            aload 1 /* g */
            iload 4 /* x */
            iload 5 /* y */
            aload 8 /* selRect */
            getfield java.awt.Rectangle.x:I
            iconst_1
            isub
            iload 5 /* y */
            invokevirtual java.awt.Graphics.drawLine:(IIII)V
         8: .line 1247
            aload 8 /* selRect */
            getfield java.awt.Rectangle.x:I
            aload 8 /* selRect */
            getfield java.awt.Rectangle.width:I
            iadd
            iload 4 /* x */
            iload 6 /* w */
            iadd
            iconst_2
            isub
            if_icmpge 11
         9: .line 1248
            aload 1 /* g */
            aload 8 /* selRect */
            getfield java.awt.Rectangle.x:I
            aload 8 /* selRect */
            getfield java.awt.Rectangle.width:I
            iadd
            iload 5 /* y */
            iload 4 /* x */
            iload 6 /* w */
            iadd
            iconst_2
            isub
            iload 5 /* y */
            invokevirtual java.awt.Graphics.drawLine:(IIII)V
        10: .line 1249
            goto 13
        11: .line 1250
      StackMap locals:
      StackMap stack:
            aload 1 /* g */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.shadow:Ljava/awt/Color;
            invokevirtual java.awt.Graphics.setColor:(Ljava/awt/Color;)V
        12: .line 1251
            aload 1 /* g */
            iload 4 /* x */
            iload 6 /* w */
            iadd
            iconst_2
            isub
            iload 5 /* y */
            iload 4 /* x */
            iload 6 /* w */
            iadd
            iconst_2
            isub
            iload 5 /* y */
            invokevirtual java.awt.Graphics.drawLine:(IIII)V
        13: .line 1254
      StackMap locals:
      StackMap stack:
            return
        end local 8 // java.awt.Rectangle selRect
        end local 7 // int h
        end local 6 // int w
        end local 5 // int y
        end local 4 // int x
        end local 3 // int selectedIndex
        end local 2 // int tabPlacement
        end local 1 // java.awt.Graphics g
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   14     0           this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
            0   14     1              g  Ljava/awt/Graphics;
            0   14     2   tabPlacement  I
            0   14     3  selectedIndex  I
            0   14     4              x  I
            0   14     5              y  I
            0   14     6              w  I
            0   14     7              h  I
            3   14     8        selRect  Ljava/awt/Rectangle;
    MethodParameters:
               Name  Flags
      g              final
      tabPlacement   final
      selectedIndex  final
      x              final
      y              final
      w              final
      h              final

  protected void paintContentBorderLeftEdge(java.awt.Graphics, int, int, int, int, int, int);
    descriptor: (Ljava/awt/Graphics;IIIIII)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=9, args_size=8
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
        start local 1 // java.awt.Graphics g
        start local 2 // int tabPlacement
        start local 3 // int selectedIndex
        start local 4 // int x
        start local 5 // int y
        start local 6 // int w
        start local 7 // int h
         0: .line 1257
            iload 3 /* selectedIndex */
            ifge 1
            aconst_null
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            iload 3 /* selectedIndex */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.calcRect:Ljava/awt/Rectangle;
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.getTabBounds:(ILjava/awt/Rectangle;)Ljava/awt/Rectangle;
      StackMap locals:
      StackMap stack: java.awt.Rectangle
         2: astore 8 /* selRect */
        start local 8 // java.awt.Rectangle selRect
         3: .line 1259
            aload 1 /* g */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.lightHighlight:Ljava/awt/Color;
            invokevirtual java.awt.Graphics.setColor:(Ljava/awt/Color;)V
         4: .line 1265
            iload 2 /* tabPlacement */
            iconst_2
            if_icmpne 5
            iload 3 /* selectedIndex */
            iflt 5
            aload 8 /* selRect */
            getfield java.awt.Rectangle.x:I
            aload 8 /* selRect */
            getfield java.awt.Rectangle.width:I
            iadd
            iconst_1
            iadd
            iload 4 /* x */
            if_icmplt 5
            aload 8 /* selRect */
            getfield java.awt.Rectangle.y:I
            iload 5 /* y */
            if_icmplt 5
            aload 8 /* selRect */
            getfield java.awt.Rectangle.y:I
            iload 5 /* y */
            iload 7 /* h */
            iadd
            if_icmple 7
         5: .line 1266
      StackMap locals: java.awt.Rectangle
      StackMap stack:
            aload 1 /* g */
            iload 4 /* x */
            iload 5 /* y */
            iload 4 /* x */
            iload 5 /* y */
            iload 7 /* h */
            iadd
            iconst_2
            isub
            invokevirtual java.awt.Graphics.drawLine:(IIII)V
         6: .line 1267
            goto 10
         7: .line 1269
      StackMap locals:
      StackMap stack:
            aload 1 /* g */
            iload 4 /* x */
            iload 5 /* y */
            iload 4 /* x */
            aload 8 /* selRect */
            getfield java.awt.Rectangle.y:I
            iconst_1
            isub
            invokevirtual java.awt.Graphics.drawLine:(IIII)V
         8: .line 1270
            aload 8 /* selRect */
            getfield java.awt.Rectangle.y:I
            aload 8 /* selRect */
            getfield java.awt.Rectangle.height:I
            iadd
            iload 5 /* y */
            iload 7 /* h */
            iadd
            iconst_2
            isub
            if_icmpge 10
         9: .line 1271
            aload 1 /* g */
            iload 4 /* x */
            aload 8 /* selRect */
            getfield java.awt.Rectangle.y:I
            aload 8 /* selRect */
            getfield java.awt.Rectangle.height:I
            iadd
            iload 4 /* x */
            iload 5 /* y */
            iload 7 /* h */
            iadd
            iconst_2
            isub
            invokevirtual java.awt.Graphics.drawLine:(IIII)V
        10: .line 1274
      StackMap locals:
      StackMap stack:
            return
        end local 8 // java.awt.Rectangle selRect
        end local 7 // int h
        end local 6 // int w
        end local 5 // int y
        end local 4 // int x
        end local 3 // int selectedIndex
        end local 2 // int tabPlacement
        end local 1 // java.awt.Graphics g
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   11     0           this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
            0   11     1              g  Ljava/awt/Graphics;
            0   11     2   tabPlacement  I
            0   11     3  selectedIndex  I
            0   11     4              x  I
            0   11     5              y  I
            0   11     6              w  I
            0   11     7              h  I
            3   11     8        selRect  Ljava/awt/Rectangle;
    MethodParameters:
               Name  Flags
      g              final
      tabPlacement   final
      selectedIndex  final
      x              final
      y              final
      w              final
      h              final

  protected void paintContentBorderBottomEdge(java.awt.Graphics, int, int, int, int, int, int);
    descriptor: (Ljava/awt/Graphics;IIIIII)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=9, args_size=8
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
        start local 1 // java.awt.Graphics g
        start local 2 // int tabPlacement
        start local 3 // int selectedIndex
        start local 4 // int x
        start local 5 // int y
        start local 6 // int w
        start local 7 // int h
         0: .line 1277
            iload 3 /* selectedIndex */
            ifge 1
            aconst_null
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            iload 3 /* selectedIndex */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.calcRect:Ljava/awt/Rectangle;
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.getTabBounds:(ILjava/awt/Rectangle;)Ljava/awt/Rectangle;
      StackMap locals:
      StackMap stack: java.awt.Rectangle
         2: astore 8 /* selRect */
        start local 8 // java.awt.Rectangle selRect
         3: .line 1279
            aload 1 /* g */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.shadow:Ljava/awt/Color;
            invokevirtual java.awt.Graphics.setColor:(Ljava/awt/Color;)V
         4: .line 1285
            iload 2 /* tabPlacement */
            iconst_3
            if_icmpne 5
            iload 3 /* selectedIndex */
            iflt 5
            aload 8 /* selRect */
            getfield java.awt.Rectangle.y:I
            iconst_1
            isub
            iload 7 /* h */
            if_icmpgt 5
            aload 8 /* selRect */
            getfield java.awt.Rectangle.x:I
            iload 4 /* x */
            if_icmplt 5
            aload 8 /* selRect */
            getfield java.awt.Rectangle.x:I
            iload 4 /* x */
            iload 6 /* w */
            iadd
            if_icmple 9
         5: .line 1286
      StackMap locals: java.awt.Rectangle
      StackMap stack:
            aload 1 /* g */
            iload 4 /* x */
            iconst_1
            iadd
            iload 5 /* y */
            iload 7 /* h */
            iadd
            iconst_2
            isub
            iload 4 /* x */
            iload 6 /* w */
            iadd
            iconst_2
            isub
            iload 5 /* y */
            iload 7 /* h */
            iadd
            iconst_2
            isub
            invokevirtual java.awt.Graphics.drawLine:(IIII)V
         6: .line 1287
            aload 1 /* g */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.darkShadow:Ljava/awt/Color;
            invokevirtual java.awt.Graphics.setColor:(Ljava/awt/Color;)V
         7: .line 1288
            aload 1 /* g */
            iload 4 /* x */
            iload 5 /* y */
            iload 7 /* h */
            iadd
            iconst_1
            isub
            iload 4 /* x */
            iload 6 /* w */
            iadd
            iconst_1
            isub
            iload 5 /* y */
            iload 7 /* h */
            iadd
            iconst_1
            isub
            invokevirtual java.awt.Graphics.drawLine:(IIII)V
         8: .line 1289
            goto 17
         9: .line 1291
      StackMap locals:
      StackMap stack:
            aload 1 /* g */
            iload 4 /* x */
            iconst_1
            iadd
            iload 5 /* y */
            iload 7 /* h */
            iadd
            iconst_2
            isub
            aload 8 /* selRect */
            getfield java.awt.Rectangle.x:I
            iconst_1
            isub
            iload 5 /* y */
            iload 7 /* h */
            iadd
            iconst_2
            isub
            invokevirtual java.awt.Graphics.drawLine:(IIII)V
        10: .line 1292
            aload 1 /* g */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.darkShadow:Ljava/awt/Color;
            invokevirtual java.awt.Graphics.setColor:(Ljava/awt/Color;)V
        11: .line 1293
            aload 1 /* g */
            iload 4 /* x */
            iload 5 /* y */
            iload 7 /* h */
            iadd
            iconst_1
            isub
            aload 8 /* selRect */
            getfield java.awt.Rectangle.x:I
            iconst_1
            isub
            iload 5 /* y */
            iload 7 /* h */
            iadd
            iconst_1
            isub
            invokevirtual java.awt.Graphics.drawLine:(IIII)V
        12: .line 1294
            aload 8 /* selRect */
            getfield java.awt.Rectangle.x:I
            aload 8 /* selRect */
            getfield java.awt.Rectangle.width:I
            iadd
            iload 4 /* x */
            iload 6 /* w */
            iadd
            iconst_2
            isub
            if_icmpge 17
        13: .line 1295
            aload 1 /* g */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.shadow:Ljava/awt/Color;
            invokevirtual java.awt.Graphics.setColor:(Ljava/awt/Color;)V
        14: .line 1296
            aload 1 /* g */
            aload 8 /* selRect */
            getfield java.awt.Rectangle.x:I
            aload 8 /* selRect */
            getfield java.awt.Rectangle.width:I
            iadd
            iload 5 /* y */
            iload 7 /* h */
            iadd
            iconst_2
            isub
            iload 4 /* x */
            iload 6 /* w */
            iadd
            iconst_2
            isub
            iload 5 /* y */
            iload 7 /* h */
            iadd
            iconst_2
            isub
            invokevirtual java.awt.Graphics.drawLine:(IIII)V
        15: .line 1297
            aload 1 /* g */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.darkShadow:Ljava/awt/Color;
            invokevirtual java.awt.Graphics.setColor:(Ljava/awt/Color;)V
        16: .line 1298
            aload 1 /* g */
            aload 8 /* selRect */
            getfield java.awt.Rectangle.x:I
            aload 8 /* selRect */
            getfield java.awt.Rectangle.width:I
            iadd
            iload 5 /* y */
            iload 7 /* h */
            iadd
            iconst_1
            isub
            iload 4 /* x */
            iload 6 /* w */
            iadd
            iconst_1
            isub
            iload 5 /* y */
            iload 7 /* h */
            iadd
            iconst_1
            isub
            invokevirtual java.awt.Graphics.drawLine:(IIII)V
        17: .line 1302
      StackMap locals:
      StackMap stack:
            return
        end local 8 // java.awt.Rectangle selRect
        end local 7 // int h
        end local 6 // int w
        end local 5 // int y
        end local 4 // int x
        end local 3 // int selectedIndex
        end local 2 // int tabPlacement
        end local 1 // java.awt.Graphics g
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   18     0           this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
            0   18     1              g  Ljava/awt/Graphics;
            0   18     2   tabPlacement  I
            0   18     3  selectedIndex  I
            0   18     4              x  I
            0   18     5              y  I
            0   18     6              w  I
            0   18     7              h  I
            3   18     8        selRect  Ljava/awt/Rectangle;
    MethodParameters:
               Name  Flags
      g              final
      tabPlacement   final
      selectedIndex  final
      x              final
      y              final
      w              final
      h              final

  protected void paintContentBorderRightEdge(java.awt.Graphics, int, int, int, int, int, int);
    descriptor: (Ljava/awt/Graphics;IIIIII)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=9, args_size=8
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
        start local 1 // java.awt.Graphics g
        start local 2 // int tabPlacement
        start local 3 // int selectedIndex
        start local 4 // int x
        start local 5 // int y
        start local 6 // int w
        start local 7 // int h
         0: .line 1305
            iload 3 /* selectedIndex */
            ifge 1
            aconst_null
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            iload 3 /* selectedIndex */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.calcRect:Ljava/awt/Rectangle;
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.getTabBounds:(ILjava/awt/Rectangle;)Ljava/awt/Rectangle;
      StackMap locals:
      StackMap stack: java.awt.Rectangle
         2: astore 8 /* selRect */
        start local 8 // java.awt.Rectangle selRect
         3: .line 1307
            aload 1 /* g */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.shadow:Ljava/awt/Color;
            invokevirtual java.awt.Graphics.setColor:(Ljava/awt/Color;)V
         4: .line 1313
            iload 2 /* tabPlacement */
            iconst_4
            if_icmpne 5
            iload 3 /* selectedIndex */
            iflt 5
            aload 8 /* selRect */
            getfield java.awt.Rectangle.x:I
            iconst_1
            isub
            iload 6 /* w */
            if_icmpgt 5
            aload 8 /* selRect */
            getfield java.awt.Rectangle.y:I
            iload 5 /* y */
            if_icmplt 5
            aload 8 /* selRect */
            getfield java.awt.Rectangle.y:I
            iload 5 /* y */
            iload 7 /* h */
            iadd
            if_icmple 9
         5: .line 1314
      StackMap locals: java.awt.Rectangle
      StackMap stack:
            aload 1 /* g */
            iload 4 /* x */
            iload 6 /* w */
            iadd
            iconst_2
            isub
            iload 5 /* y */
            iconst_1
            iadd
            iload 4 /* x */
            iload 6 /* w */
            iadd
            iconst_2
            isub
            iload 5 /* y */
            iload 7 /* h */
            iadd
            iconst_3
            isub
            invokevirtual java.awt.Graphics.drawLine:(IIII)V
         6: .line 1315
            aload 1 /* g */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.darkShadow:Ljava/awt/Color;
            invokevirtual java.awt.Graphics.setColor:(Ljava/awt/Color;)V
         7: .line 1316
            aload 1 /* g */
            iload 4 /* x */
            iload 6 /* w */
            iadd
            iconst_1
            isub
            iload 5 /* y */
            iload 4 /* x */
            iload 6 /* w */
            iadd
            iconst_1
            isub
            iload 5 /* y */
            iload 7 /* h */
            iadd
            iconst_1
            isub
            invokevirtual java.awt.Graphics.drawLine:(IIII)V
         8: .line 1317
            goto 17
         9: .line 1319
      StackMap locals:
      StackMap stack:
            aload 1 /* g */
            iload 4 /* x */
            iload 6 /* w */
            iadd
            iconst_2
            isub
            iload 5 /* y */
            iconst_1
            iadd
            iload 4 /* x */
            iload 6 /* w */
            iadd
            iconst_2
            isub
            aload 8 /* selRect */
            getfield java.awt.Rectangle.y:I
            iconst_1
            isub
            invokevirtual java.awt.Graphics.drawLine:(IIII)V
        10: .line 1320
            aload 1 /* g */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.darkShadow:Ljava/awt/Color;
            invokevirtual java.awt.Graphics.setColor:(Ljava/awt/Color;)V
        11: .line 1321
            aload 1 /* g */
            iload 4 /* x */
            iload 6 /* w */
            iadd
            iconst_1
            isub
            iload 5 /* y */
            iload 4 /* x */
            iload 6 /* w */
            iadd
            iconst_1
            isub
            aload 8 /* selRect */
            getfield java.awt.Rectangle.y:I
            iconst_1
            isub
            invokevirtual java.awt.Graphics.drawLine:(IIII)V
        12: .line 1323
            aload 8 /* selRect */
            getfield java.awt.Rectangle.y:I
            aload 8 /* selRect */
            getfield java.awt.Rectangle.height:I
            iadd
            iload 5 /* y */
            iload 7 /* h */
            iadd
            iconst_2
            isub
            if_icmpge 17
        13: .line 1324
            aload 1 /* g */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.shadow:Ljava/awt/Color;
            invokevirtual java.awt.Graphics.setColor:(Ljava/awt/Color;)V
        14: .line 1325
            aload 1 /* g */
            iload 4 /* x */
            iload 6 /* w */
            iadd
            iconst_2
            isub
            aload 8 /* selRect */
            getfield java.awt.Rectangle.y:I
            aload 8 /* selRect */
            getfield java.awt.Rectangle.height:I
            iadd
            iload 4 /* x */
            iload 6 /* w */
            iadd
            iconst_2
            isub
            iload 5 /* y */
            iload 7 /* h */
            iadd
            iconst_2
            isub
            invokevirtual java.awt.Graphics.drawLine:(IIII)V
        15: .line 1326
            aload 1 /* g */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.darkShadow:Ljava/awt/Color;
            invokevirtual java.awt.Graphics.setColor:(Ljava/awt/Color;)V
        16: .line 1327
            aload 1 /* g */
            iload 4 /* x */
            iload 6 /* w */
            iadd
            iconst_1
            isub
            aload 8 /* selRect */
            getfield java.awt.Rectangle.y:I
            aload 8 /* selRect */
            getfield java.awt.Rectangle.height:I
            iadd
            iload 4 /* x */
            iload 6 /* w */
            iadd
            iconst_1
            isub
            iload 5 /* y */
            iload 7 /* h */
            iadd
            iconst_2
            isub
            invokevirtual java.awt.Graphics.drawLine:(IIII)V
        17: .line 1330
      StackMap locals:
      StackMap stack:
            return
        end local 8 // java.awt.Rectangle selRect
        end local 7 // int h
        end local 6 // int w
        end local 5 // int y
        end local 4 // int x
        end local 3 // int selectedIndex
        end local 2 // int tabPlacement
        end local 1 // java.awt.Graphics g
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   18     0           this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
            0   18     1              g  Ljava/awt/Graphics;
            0   18     2   tabPlacement  I
            0   18     3  selectedIndex  I
            0   18     4              x  I
            0   18     5              y  I
            0   18     6              w  I
            0   18     7              h  I
            3   18     8        selRect  Ljava/awt/Rectangle;
    MethodParameters:
               Name  Flags
      g              final
      tabPlacement   final
      selectedIndex  final
      x              final
      y              final
      w              final
      h              final

  protected void ensureCurrentLayout();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
         0: .line 1333
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            invokevirtual javax.swing.JTabbedPane.isValid:()Z
            ifne 2
         1: .line 1334
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            invokevirtual javax.swing.JTabbedPane.validate:()V
         2: .line 1340
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            invokevirtual javax.swing.JTabbedPane.isValid:()Z
            ifne 5
         3: .line 1341
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            invokevirtual javax.swing.JTabbedPane.getLayout:()Ljava/awt/LayoutManager;
            checkcast com.apple.laf.AquaTabbedPaneCopyFromBasicUI$TabbedPaneLayout
            astore 1 /* layout */
        start local 1 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI$TabbedPaneLayout layout
         4: .line 1342
            aload 1 /* layout */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI$TabbedPaneLayout.calculateLayoutInfo:()V
        end local 1 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI$TabbedPaneLayout layout
         5: .line 1344
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
            4    5     1  layout  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI$TabbedPaneLayout;

  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=4, args_size=3
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
        start local 1 // javax.swing.JTabbedPane pane
        start local 2 // int i
         0: .line 1353
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.ensureCurrentLayout:()V
         1: .line 1354
            new java.awt.Rectangle
            dup
            invokespecial java.awt.Rectangle.<init>:()V
            astore 3 /* tabRect */
        start local 3 // java.awt.Rectangle tabRect
         2: .line 1355
            aload 0 /* this */
            iload 2 /* i */
            aload 3 /* tabRect */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.getTabBounds:(ILjava/awt/Rectangle;)Ljava/awt/Rectangle;
            areturn
        end local 3 // java.awt.Rectangle tabRect
        end local 2 // int i
        end local 1 // javax.swing.JTabbedPane pane
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
            0    3     1     pane  Ljavax/swing/JTabbedPane;
            0    3     2        i  I
            2    3     3  tabRect  Ljava/awt/Rectangle;
    MethodParameters:
      Name  Flags
      pane  final
      i     final

  public int getTabRunCount(javax.swing.JTabbedPane);
    descriptor: (Ljavax/swing/JTabbedPane;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
        start local 1 // javax.swing.JTabbedPane pane
         0: .line 1359
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.ensureCurrentLayout:()V
         1: .line 1360
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.runCount:I
            ireturn
        end local 1 // javax.swing.JTabbedPane pane
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
            0    2     1  pane  Ljavax/swing/JTabbedPane;
    MethodParameters:
      Name  Flags
      pane  final

  public int tabForCoordinate(javax.swing.JTabbedPane, int, int);
    descriptor: (Ljavax/swing/JTabbedPane;II)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
        start local 1 // javax.swing.JTabbedPane pane
        start local 2 // int x
        start local 3 // int y
         0: .line 1368
            aload 0 /* this */
            aload 1 /* pane */
            iload 2 /* x */
            iload 3 /* y */
            iconst_1
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabForCoordinate:(Ljavax/swing/JTabbedPane;IIZ)I
            ireturn
        end local 3 // int y
        end local 2 // int x
        end local 1 // javax.swing.JTabbedPane pane
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
            0    1     1  pane  Ljavax/swing/JTabbedPane;
            0    1     2     x  I
            0    1     3     y  I
    MethodParameters:
      Name  Flags
      pane  final
      x     final
      y     final

  private int tabForCoordinate(javax.swing.JTabbedPane, int, int, boolean);
    descriptor: (Ljavax/swing/JTabbedPane;IIZ)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=8, args_size=5
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
        start local 1 // javax.swing.JTabbedPane pane
        start local 2 // int x
        start local 3 // int y
        start local 4 // boolean validateIfNecessary
         0: .line 1372
            iload 4 /* validateIfNecessary */
            ifeq 2
         1: .line 1373
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.ensureCurrentLayout:()V
         2: .line 1375
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.isRunsDirty:Z
            ifeq 4
         3: .line 1378
            iconst_m1
            ireturn
         4: .line 1380
      StackMap locals:
      StackMap stack:
            new java.awt.Point
            dup
            iload 2 /* x */
            iload 3 /* y */
            invokespecial java.awt.Point.<init>:(II)V
            astore 5 /* p */
        start local 5 // java.awt.Point p
         5: .line 1382
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.scrollableTabLayoutEnabled:()Z
            ifeq 10
         6: .line 1383
            aload 0 /* this */
            iload 2 /* x */
            iload 3 /* y */
            aload 5 /* p */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.translatePointToTabPanel:(IILjava/awt/Point;)Ljava/awt/Point;
            pop
         7: .line 1384
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabScroller:Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI$ScrollableTabSupport;
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI$ScrollableTabSupport.viewport:Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI$ScrollableTabViewport;
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI$ScrollableTabViewport.getViewRect:()Ljava/awt/Rectangle;
            astore 6 /* viewRect */
        start local 6 // java.awt.Rectangle viewRect
         8: .line 1385
            aload 6 /* viewRect */
            aload 5 /* p */
            invokevirtual java.awt.Rectangle.contains:(Ljava/awt/Point;)Z
            ifne 10
         9: .line 1386
            iconst_m1
            ireturn
        end local 6 // java.awt.Rectangle viewRect
        10: .line 1389
      StackMap locals: java.awt.Point
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            invokevirtual javax.swing.JTabbedPane.getTabCount:()I
            istore 6 /* tabCount */
        start local 6 // int tabCount
        11: .line 1390
            iconst_0
            istore 7 /* i */
        start local 7 // int i
        12: goto 16
        13: .line 1391
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.rects:[Ljava/awt/Rectangle;
            iload 7 /* i */
            aaload
            aload 5 /* p */
            getfield java.awt.Point.x:I
            aload 5 /* p */
            getfield java.awt.Point.y:I
            invokevirtual java.awt.Rectangle.contains:(II)Z
            ifeq 15
        14: .line 1392
            iload 7 /* i */
            ireturn
        15: .line 1390
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        16: iload 7 /* i */
            iload 6 /* tabCount */
            if_icmplt 13
        end local 7 // int i
        17: .line 1395
            iconst_m1
            ireturn
        end local 6 // int tabCount
        end local 5 // java.awt.Point p
        end local 4 // boolean validateIfNecessary
        end local 3 // int y
        end local 2 // int x
        end local 1 // javax.swing.JTabbedPane pane
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   18     0                 this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
            0   18     1                 pane  Ljavax/swing/JTabbedPane;
            0   18     2                    x  I
            0   18     3                    y  I
            0   18     4  validateIfNecessary  Z
            5   18     5                    p  Ljava/awt/Point;
            8   10     6             viewRect  Ljava/awt/Rectangle;
           11   18     6             tabCount  I
           12   17     7                    i  I
    MethodParameters:
                     Name  Flags
      pane                 final
      x                    final
      y                    final
      validateIfNecessary  final

  protected java.awt.Rectangle getTabBounds(int, java.awt.Rectangle);
    descriptor: (ILjava/awt/Rectangle;)Ljava/awt/Rectangle;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
        start local 1 // int tabIndex
        start local 2 // java.awt.Rectangle dest
         0: .line 1419
            aload 2 /* dest */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.rects:[Ljava/awt/Rectangle;
            iload 1 /* tabIndex */
            aaload
            getfield java.awt.Rectangle.width:I
            putfield java.awt.Rectangle.width:I
         1: .line 1420
            aload 2 /* dest */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.rects:[Ljava/awt/Rectangle;
            iload 1 /* tabIndex */
            aaload
            getfield java.awt.Rectangle.height:I
            putfield java.awt.Rectangle.height:I
         2: .line 1422
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.scrollableTabLayoutEnabled:()Z
            ifeq 8
         3: .line 1425
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabScroller:Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI$ScrollableTabSupport;
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI$ScrollableTabSupport.viewport:Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI$ScrollableTabViewport;
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI$ScrollableTabViewport.getLocation:()Ljava/awt/Point;
            astore 3 /* vpp */
        start local 3 // java.awt.Point vpp
         4: .line 1426
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabScroller:Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI$ScrollableTabSupport;
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI$ScrollableTabSupport.viewport:Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI$ScrollableTabViewport;
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI$ScrollableTabViewport.getViewPosition:()Ljava/awt/Point;
            astore 4 /* viewp */
        start local 4 // java.awt.Point viewp
         5: .line 1427
            aload 2 /* dest */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.rects:[Ljava/awt/Rectangle;
            iload 1 /* tabIndex */
            aaload
            getfield java.awt.Rectangle.x:I
            aload 3 /* vpp */
            getfield java.awt.Point.x:I
            iadd
            aload 4 /* viewp */
            getfield java.awt.Point.x:I
            isub
            putfield java.awt.Rectangle.x:I
         6: .line 1428
            aload 2 /* dest */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.rects:[Ljava/awt/Rectangle;
            iload 1 /* tabIndex */
            aaload
            getfield java.awt.Rectangle.y:I
            aload 3 /* vpp */
            getfield java.awt.Point.y:I
            iadd
            aload 4 /* viewp */
            getfield java.awt.Point.y:I
            isub
            putfield java.awt.Rectangle.y:I
        end local 4 // java.awt.Point viewp
        end local 3 // java.awt.Point vpp
         7: .line 1430
            goto 10
         8: .line 1431
      StackMap locals:
      StackMap stack:
            aload 2 /* dest */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.rects:[Ljava/awt/Rectangle;
            iload 1 /* tabIndex */
            aaload
            getfield java.awt.Rectangle.x:I
            putfield java.awt.Rectangle.x:I
         9: .line 1432
            aload 2 /* dest */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.rects:[Ljava/awt/Rectangle;
            iload 1 /* tabIndex */
            aaload
            getfield java.awt.Rectangle.y:I
            putfield java.awt.Rectangle.y:I
        10: .line 1434
      StackMap locals:
      StackMap stack:
            aload 2 /* dest */
            areturn
        end local 2 // java.awt.Rectangle dest
        end local 1 // int tabIndex
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   11     0      this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
            0   11     1  tabIndex  I
            0   11     2      dest  Ljava/awt/Rectangle;
            4    7     3       vpp  Ljava/awt/Point;
            5    7     4     viewp  Ljava/awt/Point;
    MethodParameters:
          Name  Flags
      tabIndex  final
      dest      final

  private int getClosestTab(int, int);
    descriptor: (II)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=12, args_size=3
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
        start local 1 // int x
        start local 2 // int y
         0: .line 1442
            iconst_0
            istore 3 /* min */
        start local 3 // int min
         1: .line 1443
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.rects:[Ljava/awt/Rectangle;
            arraylength
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            invokevirtual javax.swing.JTabbedPane.getTabCount:()I
            invokestatic java.lang.Math.min:(II)I
            istore 4 /* tabCount */
        start local 4 // int tabCount
         2: .line 1444
            iload 4 /* tabCount */
            istore 5 /* max */
        start local 5 // int max
         3: .line 1445
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            invokevirtual javax.swing.JTabbedPane.getTabPlacement:()I
            istore 6 /* tabPlacement */
        start local 6 // int tabPlacement
         4: .line 1446
            iload 6 /* tabPlacement */
            iconst_1
            if_icmpeq 5
            iload 6 /* tabPlacement */
            iconst_3
            if_icmpeq 5
            iconst_0
            goto 6
      StackMap locals: com.apple.laf.AquaTabbedPaneCopyFromBasicUI int int int int int int
      StackMap stack:
         5: iconst_1
      StackMap locals:
      StackMap stack: int
         6: istore 7 /* useX */
        start local 7 // boolean useX
         7: .line 1447
            iload 7 /* useX */
            ifeq 8
            iload 1 /* x */
            goto 9
      StackMap locals: int
      StackMap stack:
         8: iload 2 /* y */
      StackMap locals:
      StackMap stack: int
         9: istore 8 /* want */
        start local 8 // int want
        10: .line 1449
            goto 27
        11: .line 1450
      StackMap locals: int
      StackMap stack:
            iload 5 /* max */
            iload 3 /* min */
            iadd
            iconst_2
            idiv
            istore 9 /* current */
        start local 9 // int current
        12: .line 1454
            iload 7 /* useX */
            ifeq 16
        13: .line 1455
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.rects:[Ljava/awt/Rectangle;
            iload 9 /* current */
            aaload
            getfield java.awt.Rectangle.x:I
            istore 10 /* minLoc */
        start local 10 // int minLoc
        14: .line 1456
            iload 10 /* minLoc */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.rects:[Ljava/awt/Rectangle;
            iload 9 /* current */
            aaload
            getfield java.awt.Rectangle.width:I
            iadd
            istore 11 /* maxLoc */
        start local 11 // int maxLoc
        15: .line 1457
            goto 18
        end local 11 // int maxLoc
        end local 10 // int minLoc
        16: .line 1458
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.rects:[Ljava/awt/Rectangle;
            iload 9 /* current */
            aaload
            getfield java.awt.Rectangle.y:I
            istore 10 /* minLoc */
        start local 10 // int minLoc
        17: .line 1459
            iload 10 /* minLoc */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.rects:[Ljava/awt/Rectangle;
            iload 9 /* current */
            aaload
            getfield java.awt.Rectangle.height:I
            iadd
            istore 11 /* maxLoc */
        start local 11 // int maxLoc
        18: .line 1461
      StackMap locals: int int
      StackMap stack:
            iload 8 /* want */
            iload 10 /* minLoc */
            if_icmpge 22
        19: .line 1462
            iload 9 /* current */
            istore 5 /* max */
        20: .line 1463
            iload 3 /* min */
            iload 5 /* max */
            if_icmpne 27
        21: .line 1464
            iconst_0
            iload 9 /* current */
            iconst_1
            isub
            invokestatic java.lang.Math.max:(II)I
            ireturn
        22: .line 1466
      StackMap locals:
      StackMap stack:
            iload 8 /* want */
            iload 11 /* maxLoc */
            if_icmplt 26
        23: .line 1467
            iload 9 /* current */
            istore 3 /* min */
        24: .line 1468
            iload 5 /* max */
            iload 3 /* min */
            isub
            iconst_1
            if_icmpgt 27
        25: .line 1469
            iload 9 /* current */
            iconst_1
            iadd
            iload 4 /* tabCount */
            iconst_1
            isub
            invokestatic java.lang.Math.max:(II)I
            ireturn
        26: .line 1472
      StackMap locals:
      StackMap stack:
            iload 9 /* current */
            ireturn
        end local 11 // int maxLoc
        end local 10 // int minLoc
        end local 9 // int current
        27: .line 1449
      StackMap locals:
      StackMap stack:
            iload 3 /* min */
            iload 5 /* max */
            if_icmpne 11
        28: .line 1475
            iload 3 /* min */
            ireturn
        end local 8 // int want
        end local 7 // boolean useX
        end local 6 // int tabPlacement
        end local 5 // int max
        end local 4 // int tabCount
        end local 3 // int min
        end local 2 // int y
        end local 1 // int x
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   29     0          this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
            0   29     1             x  I
            0   29     2             y  I
            1   29     3           min  I
            2   29     4      tabCount  I
            3   29     5           max  I
            4   29     6  tabPlacement  I
            7   29     7          useX  Z
           10   29     8          want  I
           12   27     9       current  I
           14   16    10        minLoc  I
           17   27    10        minLoc  I
           15   16    11        maxLoc  I
           18   27    11        maxLoc  I
    MethodParameters:
      Name  Flags
      x     final
      y     final

  private java.awt.Point translatePointToTabPanel(int, int, java.awt.Point);
    descriptor: (IILjava/awt/Point;)Ljava/awt/Point;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=6, args_size=4
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
        start local 1 // int srcx
        start local 2 // int srcy
        start local 3 // java.awt.Point dest
         0: .line 1484
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabScroller:Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI$ScrollableTabSupport;
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI$ScrollableTabSupport.viewport:Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI$ScrollableTabViewport;
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI$ScrollableTabViewport.getLocation:()Ljava/awt/Point;
            astore 4 /* vpp */
        start local 4 // java.awt.Point vpp
         1: .line 1485
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabScroller:Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI$ScrollableTabSupport;
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI$ScrollableTabSupport.viewport:Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI$ScrollableTabViewport;
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI$ScrollableTabViewport.getViewPosition:()Ljava/awt/Point;
            astore 5 /* viewp */
        start local 5 // java.awt.Point viewp
         2: .line 1486
            aload 3 /* dest */
            iload 1 /* srcx */
            aload 4 /* vpp */
            getfield java.awt.Point.x:I
            isub
            aload 5 /* viewp */
            getfield java.awt.Point.x:I
            iadd
            putfield java.awt.Point.x:I
         3: .line 1487
            aload 3 /* dest */
            iload 2 /* srcy */
            aload 4 /* vpp */
            getfield java.awt.Point.y:I
            isub
            aload 5 /* viewp */
            getfield java.awt.Point.y:I
            iadd
            putfield java.awt.Point.y:I
         4: .line 1488
            aload 3 /* dest */
            areturn
        end local 5 // java.awt.Point viewp
        end local 4 // java.awt.Point vpp
        end local 3 // java.awt.Point dest
        end local 2 // int srcy
        end local 1 // int srcx
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
            0    5     1   srcx  I
            0    5     2   srcy  I
            0    5     3   dest  Ljava/awt/Point;
            1    5     4    vpp  Ljava/awt/Point;
            2    5     5  viewp  Ljava/awt/Point;
    MethodParameters:
      Name  Flags
      srcx  final
      srcy  final
      dest  final

  protected java.awt.Component getVisibleComponent();
    descriptor: ()Ljava/awt/Component;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
         0: .line 1494
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.visibleComponent:Ljava/awt/Component;
            areturn
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;

  protected void setVisibleComponent(java.awt.Component);
    descriptor: (Ljava/awt/Component;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
        start local 1 // java.awt.Component component
         0: .line 1498
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.visibleComponent:Ljava/awt/Component;
            ifnull 2
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.visibleComponent:Ljava/awt/Component;
            aload 1 /* component */
            if_acmpeq 2
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.visibleComponent:Ljava/awt/Component;
            invokevirtual java.awt.Component.getParent:()Ljava/awt/Container;
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            if_acmpne 2
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.visibleComponent:Ljava/awt/Component;
            invokevirtual java.awt.Component.isVisible:()Z
            ifeq 2
         1: .line 1500
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.visibleComponent:Ljava/awt/Component;
            iconst_0
            invokevirtual java.awt.Component.setVisible:(Z)V
         2: .line 1502
      StackMap locals:
      StackMap stack:
            aload 1 /* component */
            ifnull 4
            aload 1 /* component */
            invokevirtual java.awt.Component.isVisible:()Z
            ifne 4
         3: .line 1503
            aload 1 /* component */
            iconst_1
            invokevirtual java.awt.Component.setVisible:(Z)V
         4: .line 1505
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* component */
            putfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.visibleComponent:Ljava/awt/Component;
         5: .line 1506
            return
        end local 1 // java.awt.Component component
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
            0    6     1  component  Ljava/awt/Component;
    MethodParameters:
           Name  Flags
      component  final

  protected void assureRectsCreated(int);
    descriptor: (I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=5, args_size=2
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
        start local 1 // int tabCount
         0: .line 1509
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.rects:[Ljava/awt/Rectangle;
            arraylength
            istore 2 /* rectArrayLen */
        start local 2 // int rectArrayLen
         1: .line 1510
            iload 1 /* tabCount */
            iload 2 /* rectArrayLen */
            if_icmpeq 10
         2: .line 1511
            iload 1 /* tabCount */
            anewarray java.awt.Rectangle
            astore 3 /* tempRectArray */
        start local 3 // java.awt.Rectangle[] tempRectArray
         3: .line 1512
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.rects:[Ljava/awt/Rectangle;
            iconst_0
            aload 3 /* tempRectArray */
            iconst_0
            iload 2 /* rectArrayLen */
            iload 1 /* tabCount */
            invokestatic java.lang.Math.min:(II)I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         4: .line 1513
            aload 0 /* this */
            aload 3 /* tempRectArray */
            putfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.rects:[Ljava/awt/Rectangle;
         5: .line 1514
            iload 2 /* rectArrayLen */
            istore 4 /* rectIndex */
        start local 4 // int rectIndex
         6: goto 9
         7: .line 1515
      StackMap locals: int java.awt.Rectangle[] int
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.rects:[Ljava/awt/Rectangle;
            iload 4 /* rectIndex */
            new java.awt.Rectangle
            dup
            invokespecial java.awt.Rectangle.<init>:()V
            aastore
         8: .line 1514
            iinc 4 /* rectIndex */ 1
      StackMap locals:
      StackMap stack:
         9: iload 4 /* rectIndex */
            iload 1 /* tabCount */
            if_icmplt 7
        end local 4 // int rectIndex
        end local 3 // java.awt.Rectangle[] tempRectArray
        10: .line 1519
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int rectArrayLen
        end local 1 // int tabCount
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   11     0           this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
            0   11     1       tabCount  I
            1   11     2   rectArrayLen  I
            3   10     3  tempRectArray  [Ljava/awt/Rectangle;
            6   10     4      rectIndex  I
    MethodParameters:
          Name  Flags
      tabCount  final

  protected void expandTabRunsArray();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
         0: .line 1522
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabRuns:[I
            arraylength
            istore 1 /* rectLen */
        start local 1 // int rectLen
         1: .line 1523
            iload 1 /* rectLen */
            bipush 10
            iadd
            newarray 10
            astore 2 /* newArray */
        start local 2 // int[] newArray
         2: .line 1524
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabRuns:[I
            iconst_0
            aload 2 /* newArray */
            iconst_0
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.runCount:I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         3: .line 1525
            aload 0 /* this */
            aload 2 /* newArray */
            putfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabRuns:[I
         4: .line 1526
            return
        end local 2 // int[] newArray
        end local 1 // int rectLen
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
            1    5     1   rectLen  I
            2    5     2  newArray  [I

  protected int getRunForTab(int, int);
    descriptor: (II)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
        start local 1 // int tabCount
        start local 2 // int tabIndex
         0: .line 1529
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         1: goto 7
         2: .line 1530
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabRuns:[I
            iload 3 /* i */
            iaload
            istore 4 /* first */
        start local 4 // int first
         3: .line 1531
            aload 0 /* this */
            iload 1 /* tabCount */
            iload 3 /* i */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.lastTabInRun:(II)I
            istore 5 /* last */
        start local 5 // int last
         4: .line 1532
            iload 2 /* tabIndex */
            iload 4 /* first */
            if_icmplt 6
            iload 2 /* tabIndex */
            iload 5 /* last */
            if_icmpgt 6
         5: .line 1533
            iload 3 /* i */
            ireturn
        end local 5 // int last
        end local 4 // int first
         6: .line 1529
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 3 /* i */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.runCount:I
            if_icmplt 2
        end local 3 // int i
         8: .line 1536
            iconst_0
            ireturn
        end local 2 // int tabIndex
        end local 1 // int tabCount
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    9     0      this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
            0    9     1  tabCount  I
            0    9     2  tabIndex  I
            1    8     3         i  I
            3    6     4     first  I
            4    6     5      last  I
    MethodParameters:
          Name  Flags
      tabCount  final
      tabIndex  final

  protected int lastTabInRun(int, int);
    descriptor: (II)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
        start local 1 // int tabCount
        start local 2 // int run
         0: .line 1540
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.runCount:I
            iconst_1
            if_icmpne 2
         1: .line 1541
            iload 1 /* tabCount */
            iconst_1
            isub
            ireturn
         2: .line 1543
      StackMap locals:
      StackMap stack:
            iload 2 /* run */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.runCount:I
            iconst_1
            isub
            if_icmpne 3
            iconst_0
            goto 4
      StackMap locals:
      StackMap stack:
         3: iload 2 /* run */
            iconst_1
            iadd
      StackMap locals:
      StackMap stack: int
         4: istore 3 /* nextRun */
        start local 3 // int nextRun
         5: .line 1544
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabRuns:[I
            iload 3 /* nextRun */
            iaload
            ifne 7
         6: .line 1545
            iload 1 /* tabCount */
            iconst_1
            isub
            ireturn
         7: .line 1547
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabRuns:[I
            iload 3 /* nextRun */
            iaload
            iconst_1
            isub
            ireturn
        end local 3 // int nextRun
        end local 2 // int run
        end local 1 // int tabCount
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
            0    8     1  tabCount  I
            0    8     2       run  I
            5    8     3   nextRun  I
    MethodParameters:
          Name  Flags
      tabCount  final
      run       final

  protected int getTabRunOverlay(int);
    descriptor: (I)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
        start local 1 // int tabPlacement
         0: .line 1551
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabRunOverlay:I
            ireturn
        end local 1 // int tabPlacement
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
            0    1     1  tabPlacement  I
    MethodParameters:
              Name  Flags
      tabPlacement  final

  protected int getTabRunIndent(int, int);
    descriptor: (II)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
        start local 1 // int tabPlacement
        start local 2 // int run
         0: .line 1555
            iconst_0
            ireturn
        end local 2 // int run
        end local 1 // int tabPlacement
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
            0    1     1  tabPlacement  I
            0    1     2           run  I
    MethodParameters:
              Name  Flags
      tabPlacement  final
      run           final

  protected boolean shouldPadTabRun(int, int);
    descriptor: (II)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
        start local 1 // int tabPlacement
        start local 2 // int run
         0: .line 1559
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.runCount:I
            iconst_1
            if_icmple 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 2 // int run
        end local 1 // int tabPlacement
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
            0    2     1  tabPlacement  I
            0    2     2           run  I
    MethodParameters:
              Name  Flags
      tabPlacement  final
      run           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.AquaTabbedPaneCopyFromBasicUI this
        start local 1 // int tabPlacement
         0: .line 1563
            iconst_1
            ireturn
        end local 1 // int tabPlacement
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
            0    1     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=2, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
        start local 1 // int tabIndex
         0: .line 1567
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            invokevirtual javax.swing.JTabbedPane.isEnabled:()Z
            ifeq 1
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            iload 1 /* tabIndex */
            invokevirtual javax.swing.JTabbedPane.isEnabledAt:(I)Z
            ifne 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            iload 1 /* tabIndex */
            invokevirtual javax.swing.JTabbedPane.getDisabledIconAt:(I)Ljavax/swing/Icon;
            goto 3
      StackMap locals:
      StackMap stack:
         2: aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            iload 1 /* tabIndex */
            invokevirtual javax.swing.JTabbedPane.getIconAt:(I)Ljavax/swing/Icon;
      StackMap locals:
      StackMap stack: javax.swing.Icon
         3: areturn
        end local 1 // int tabIndex
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
            0    4     1  tabIndex  I
    MethodParameters:
          Name  Flags
      tabIndex  final

  protected javax.swing.text.View getTextViewForTab(int);
    descriptor: (I)Ljavax/swing/text/View;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
        start local 1 // int tabIndex
         0: .line 1582
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.htmlViews:Ljava/util/Vector;
            ifnull 2
         1: .line 1583
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.htmlViews:Ljava/util/Vector;
            iload 1 /* tabIndex */
            invokevirtual java.util.Vector.elementAt:(I)Ljava/lang/Object;
            checkcast javax.swing.text.View
            areturn
         2: .line 1585
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // int tabIndex
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
            0    3     1  tabIndex  I
    MethodParameters:
          Name  Flags
      tabIndex  final

  protected int calculateTabHeight(int, int, int);
    descriptor: (III)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=8, args_size=4
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
        start local 1 // int tabPlacement
        start local 2 // int tabIndex
        start local 3 // int fontHeight
         0: .line 1589
            iconst_0
            istore 4 /* height */
        start local 4 // int height
         1: .line 1590
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            iload 2 /* tabIndex */
            invokevirtual javax.swing.JTabbedPane.getTabComponentAt:(I)Ljava/awt/Component;
            astore 5 /* c */
        start local 5 // java.awt.Component c
         2: .line 1591
            aload 5 /* c */
            ifnull 5
         3: .line 1592
            aload 5 /* c */
            invokevirtual java.awt.Component.getPreferredSize:()Ljava/awt/Dimension;
            getfield java.awt.Dimension.height:I
            istore 4 /* height */
         4: .line 1593
            goto 13
         5: .line 1594
      StackMap locals: int java.awt.Component
      StackMap stack:
            aload 0 /* this */
            iload 2 /* tabIndex */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.getTextViewForTab:(I)Ljavax/swing/text/View;
            astore 6 /* v */
        start local 6 // javax.swing.text.View v
         6: .line 1595
            aload 6 /* v */
            ifnull 9
         7: .line 1597
            iload 4 /* height */
            aload 6 /* v */
            iconst_1
            invokevirtual javax.swing.text.View.getPreferredSpan:(I)F
            f2i
            iadd
            istore 4 /* height */
         8: .line 1598
            goto 10
         9: .line 1600
      StackMap locals: javax.swing.text.View
      StackMap stack:
            iload 4 /* height */
            iload 3 /* fontHeight */
            iadd
            istore 4 /* height */
        10: .line 1602
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* tabIndex */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.getIconForTab:(I)Ljavax/swing/Icon;
            astore 7 /* icon */
        start local 7 // javax.swing.Icon icon
        11: .line 1604
            aload 7 /* icon */
            ifnull 13
        12: .line 1605
            iload 4 /* height */
            aload 7 /* icon */
            invokeinterface javax.swing.Icon.getIconHeight:()I
            invokestatic java.lang.Math.max:(II)I
            istore 4 /* height */
        end local 7 // javax.swing.Icon icon
        end local 6 // javax.swing.text.View v
        13: .line 1608
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* tabPlacement */
            iload 2 /* tabIndex */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.getTabInsets:(II)Ljava/awt/Insets;
            astore 6 /* tabInsets */
        start local 6 // java.awt.Insets tabInsets
        14: .line 1609
            iload 4 /* height */
            aload 6 /* tabInsets */
            getfield java.awt.Insets.top:I
            aload 6 /* tabInsets */
            getfield java.awt.Insets.bottom:I
            iadd
            iconst_2
            iadd
            iadd
            istore 4 /* height */
        15: .line 1610
            iload 4 /* height */
            ireturn
        end local 6 // java.awt.Insets tabInsets
        end local 5 // java.awt.Component c
        end local 4 // int height
        end local 3 // int fontHeight
        end local 2 // int tabIndex
        end local 1 // int tabPlacement
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   16     0          this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
            0   16     1  tabPlacement  I
            0   16     2      tabIndex  I
            0   16     3    fontHeight  I
            1   16     4        height  I
            2   16     5             c  Ljava/awt/Component;
            6   13     6             v  Ljavax/swing/text/View;
           11   13     7          icon  Ljavax/swing/Icon;
           14   16     6     tabInsets  Ljava/awt/Insets;
    MethodParameters:
              Name  Flags
      tabPlacement  final
      tabIndex      final
      fontHeight    final

  protected int calculateMaxTabHeight(int);
    descriptor: (I)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=7, args_size=2
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
        start local 1 // int tabPlacement
         0: .line 1614
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.getFontMetrics:()Ljava/awt/FontMetrics;
            astore 2 /* metrics */
        start local 2 // java.awt.FontMetrics metrics
         1: .line 1615
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            invokevirtual javax.swing.JTabbedPane.getTabCount:()I
            istore 3 /* tabCount */
        start local 3 // int tabCount
         2: .line 1616
            iconst_0
            istore 4 /* result */
        start local 4 // int result
         3: .line 1617
            aload 2 /* metrics */
            invokevirtual java.awt.FontMetrics.getHeight:()I
            istore 5 /* fontHeight */
        start local 5 // int fontHeight
         4: .line 1618
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         5: goto 8
         6: .line 1619
      StackMap locals: com.apple.laf.AquaTabbedPaneCopyFromBasicUI int java.awt.FontMetrics int int int int
      StackMap stack:
            aload 0 /* this */
            iload 1 /* tabPlacement */
            iload 6 /* i */
            iload 5 /* fontHeight */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.calculateTabHeight:(III)I
            iload 4 /* result */
            invokestatic java.lang.Math.max:(II)I
            istore 4 /* result */
         7: .line 1618
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 6 /* i */
            iload 3 /* tabCount */
            if_icmplt 6
        end local 6 // int i
         9: .line 1621
            iload 4 /* result */
            ireturn
        end local 5 // int fontHeight
        end local 4 // int result
        end local 3 // int tabCount
        end local 2 // java.awt.FontMetrics metrics
        end local 1 // int tabPlacement
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   10     0          this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
            0   10     1  tabPlacement  I
            1   10     2       metrics  Ljava/awt/FontMetrics;
            2   10     3      tabCount  I
            3   10     4        result  I
            4   10     5    fontHeight  I
            5    9     6             i  I
    MethodParameters:
              Name  Flags
      tabPlacement  final

  protected int calculateTabWidth(int, int, java.awt.FontMetrics);
    descriptor: (IILjava/awt/FontMetrics;)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=10, args_size=4
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
        start local 1 // int tabPlacement
        start local 2 // int tabIndex
        start local 3 // java.awt.FontMetrics metrics
         0: .line 1625
            aload 0 /* this */
            iload 1 /* tabPlacement */
            iload 2 /* tabIndex */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.getTabInsets:(II)Ljava/awt/Insets;
            astore 4 /* tabInsets */
        start local 4 // java.awt.Insets tabInsets
         1: .line 1626
            aload 4 /* tabInsets */
            getfield java.awt.Insets.left:I
            aload 4 /* tabInsets */
            getfield java.awt.Insets.right:I
            iadd
            iconst_3
            iadd
            istore 5 /* width */
        start local 5 // int width
         2: .line 1627
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            iload 2 /* tabIndex */
            invokevirtual javax.swing.JTabbedPane.getTabComponentAt:(I)Ljava/awt/Component;
            astore 6 /* tabComponent */
        start local 6 // java.awt.Component tabComponent
         3: .line 1628
            aload 6 /* tabComponent */
            ifnull 6
         4: .line 1629
            iload 5 /* width */
            aload 6 /* tabComponent */
            invokevirtual java.awt.Component.getPreferredSize:()Ljava/awt/Dimension;
            getfield java.awt.Dimension.width:I
            iadd
            istore 5 /* width */
         5: .line 1630
            goto 15
         6: .line 1631
      StackMap locals: java.awt.Insets int java.awt.Component
      StackMap stack:
            aload 0 /* this */
            iload 2 /* tabIndex */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.getIconForTab:(I)Ljavax/swing/Icon;
            astore 7 /* icon */
        start local 7 // javax.swing.Icon icon
         7: .line 1632
            aload 7 /* icon */
            ifnull 9
         8: .line 1633
            iload 5 /* width */
            aload 7 /* icon */
            invokeinterface javax.swing.Icon.getIconWidth:()I
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.textIconGap:I
            iadd
            iadd
            istore 5 /* width */
         9: .line 1635
      StackMap locals: javax.swing.Icon
      StackMap stack:
            aload 0 /* this */
            iload 2 /* tabIndex */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.getTextViewForTab:(I)Ljavax/swing/text/View;
            astore 8 /* v */
        start local 8 // javax.swing.text.View v
        10: .line 1636
            aload 8 /* v */
            ifnull 13
        11: .line 1638
            iload 5 /* width */
            aload 8 /* v */
            iconst_0
            invokevirtual javax.swing.text.View.getPreferredSpan:(I)F
            f2i
            iadd
            istore 5 /* width */
        12: .line 1639
            goto 15
        13: .line 1641
      StackMap locals: javax.swing.text.View
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            iload 2 /* tabIndex */
            invokevirtual javax.swing.JTabbedPane.getTitleAt:(I)Ljava/lang/String;
            astore 9 /* title */
        start local 9 // java.lang.String title
        14: .line 1642
            iload 5 /* width */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            aload 3 /* metrics */
            aload 9 /* title */
            invokestatic sun.swing.SwingUtilities2.stringWidth:(Ljavax/swing/JComponent;Ljava/awt/FontMetrics;Ljava/lang/String;)I
            iadd
            istore 5 /* width */
        end local 9 // java.lang.String title
        end local 8 // javax.swing.text.View v
        end local 7 // javax.swing.Icon icon
        15: .line 1645
      StackMap locals:
      StackMap stack:
            iload 5 /* width */
            ireturn
        end local 6 // java.awt.Component tabComponent
        end local 5 // int width
        end local 4 // java.awt.Insets tabInsets
        end local 3 // java.awt.FontMetrics metrics
        end local 2 // int tabIndex
        end local 1 // int tabPlacement
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   16     0          this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
            0   16     1  tabPlacement  I
            0   16     2      tabIndex  I
            0   16     3       metrics  Ljava/awt/FontMetrics;
            1   16     4     tabInsets  Ljava/awt/Insets;
            2   16     5         width  I
            3   16     6  tabComponent  Ljava/awt/Component;
            7   15     7          icon  Ljavax/swing/Icon;
           10   15     8             v  Ljavax/swing/text/View;
           14   15     9         title  Ljava/lang/String;
    MethodParameters:
              Name  Flags
      tabPlacement  final
      tabIndex      final
      metrics       final

  protected int calculateMaxTabWidth(int);
    descriptor: (I)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=6, args_size=2
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
        start local 1 // int tabPlacement
         0: .line 1649
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.getFontMetrics:()Ljava/awt/FontMetrics;
            astore 2 /* metrics */
        start local 2 // java.awt.FontMetrics metrics
         1: .line 1650
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            invokevirtual javax.swing.JTabbedPane.getTabCount:()I
            istore 3 /* tabCount */
        start local 3 // int tabCount
         2: .line 1651
            iconst_0
            istore 4 /* result */
        start local 4 // int result
         3: .line 1652
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         4: goto 7
         5: .line 1653
      StackMap locals: com.apple.laf.AquaTabbedPaneCopyFromBasicUI int java.awt.FontMetrics int int int
      StackMap stack:
            aload 0 /* this */
            iload 1 /* tabPlacement */
            iload 5 /* i */
            aload 2 /* metrics */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.calculateTabWidth:(IILjava/awt/FontMetrics;)I
            iload 4 /* result */
            invokestatic java.lang.Math.max:(II)I
            istore 4 /* result */
         6: .line 1652
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 5 /* i */
            iload 3 /* tabCount */
            if_icmplt 5
        end local 5 // int i
         8: .line 1655
            iload 4 /* result */
            ireturn
        end local 4 // int result
        end local 3 // int tabCount
        end local 2 // java.awt.FontMetrics metrics
        end local 1 // int tabPlacement
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    9     0          this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
            0    9     1  tabPlacement  I
            1    9     2       metrics  Ljava/awt/FontMetrics;
            2    9     3      tabCount  I
            3    9     4        result  I
            4    8     5             i  I
    MethodParameters:
              Name  Flags
      tabPlacement  final

  protected int calculateTabAreaHeight(int, int, int);
    descriptor: (III)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=6, args_size=4
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
        start local 1 // int tabPlacement
        start local 2 // int horizRunCount
        start local 3 // int maxTabHeight
         0: .line 1659
            aload 0 /* this */
            iload 1 /* tabPlacement */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.getTabAreaInsets:(I)Ljava/awt/Insets;
            astore 4 /* tabAreaInsets */
        start local 4 // java.awt.Insets tabAreaInsets
         1: .line 1660
            aload 0 /* this */
            iload 1 /* tabPlacement */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.getTabRunOverlay:(I)I
            istore 5 /* tabRunOverlay */
        start local 5 // int tabRunOverlay
         2: .line 1661
            iload 2 /* horizRunCount */
            ifle 3
            iload 2 /* horizRunCount */
            iload 3 /* maxTabHeight */
            iload 5 /* tabRunOverlay */
            isub
            imul
            iload 5 /* tabRunOverlay */
            iadd
            aload 4 /* tabAreaInsets */
            getfield java.awt.Insets.top:I
            iadd
            aload 4 /* tabAreaInsets */
            getfield java.awt.Insets.bottom:I
            iadd
            goto 4
      StackMap locals: java.awt.Insets int
      StackMap stack:
         3: iconst_0
      StackMap locals:
      StackMap stack: int
         4: ireturn
        end local 5 // int tabRunOverlay
        end local 4 // java.awt.Insets tabAreaInsets
        end local 3 // int maxTabHeight
        end local 2 // int horizRunCount
        end local 1 // int tabPlacement
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    5     0           this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
            0    5     1   tabPlacement  I
            0    5     2  horizRunCount  I
            0    5     3   maxTabHeight  I
            1    5     4  tabAreaInsets  Ljava/awt/Insets;
            2    5     5  tabRunOverlay  I
    MethodParameters:
               Name  Flags
      tabPlacement   final
      horizRunCount  final
      maxTabHeight   final

  protected int calculateTabAreaWidth(int, int, int);
    descriptor: (III)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=6, args_size=4
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
        start local 1 // int tabPlacement
        start local 2 // int vertRunCount
        start local 3 // int maxTabWidth
         0: .line 1665
            aload 0 /* this */
            iload 1 /* tabPlacement */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.getTabAreaInsets:(I)Ljava/awt/Insets;
            astore 4 /* tabAreaInsets */
        start local 4 // java.awt.Insets tabAreaInsets
         1: .line 1666
            aload 0 /* this */
            iload 1 /* tabPlacement */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.getTabRunOverlay:(I)I
            istore 5 /* tabRunOverlay */
        start local 5 // int tabRunOverlay
         2: .line 1667
            iload 2 /* vertRunCount */
            ifle 3
            iload 2 /* vertRunCount */
            iload 3 /* maxTabWidth */
            iload 5 /* tabRunOverlay */
            isub
            imul
            iload 5 /* tabRunOverlay */
            iadd
            aload 4 /* tabAreaInsets */
            getfield java.awt.Insets.left:I
            iadd
            aload 4 /* tabAreaInsets */
            getfield java.awt.Insets.right:I
            iadd
            goto 4
      StackMap locals: java.awt.Insets int
      StackMap stack:
         3: iconst_0
      StackMap locals:
      StackMap stack: int
         4: ireturn
        end local 5 // int tabRunOverlay
        end local 4 // java.awt.Insets tabAreaInsets
        end local 3 // int maxTabWidth
        end local 2 // int vertRunCount
        end local 1 // int tabPlacement
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    5     0           this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
            0    5     1   tabPlacement  I
            0    5     2   vertRunCount  I
            0    5     3    maxTabWidth  I
            1    5     4  tabAreaInsets  Ljava/awt/Insets;
            2    5     5  tabRunOverlay  I
    MethodParameters:
              Name  Flags
      tabPlacement  final
      vertRunCount  final
      maxTabWidth   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.AquaTabbedPaneCopyFromBasicUI this
        start local 1 // int tabPlacement
        start local 2 // int tabIndex
         0: .line 1671
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabInsets:Ljava/awt/Insets;
            areturn
        end local 2 // int tabIndex
        end local 1 // int tabPlacement
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
            0    1     1  tabPlacement  I
            0    1     2      tabIndex  I
    MethodParameters:
              Name  Flags
      tabPlacement  final
      tabIndex      final

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

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

  protected java.awt.Insets getContentBorderInsets(int);
    descriptor: (I)Ljava/awt/Insets;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
        start local 1 // int tabPlacement
         0: .line 1685
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.contentBorderInsets:Ljava/awt/Insets;
            areturn
        end local 1 // int tabPlacement
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
            0    1     1  tabPlacement  I
    MethodParameters:
              Name  Flags
      tabPlacement  final

  protected java.awt.FontMetrics getFontMetrics();
    descriptor: ()Ljava/awt/FontMetrics;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
         0: .line 1689
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            invokevirtual javax.swing.JTabbedPane.getFont:()Ljava/awt/Font;
            astore 1 /* font */
        start local 1 // java.awt.Font font
         1: .line 1690
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            aload 1 /* font */
            invokevirtual javax.swing.JTabbedPane.getFontMetrics:(Ljava/awt/Font;)Ljava/awt/FontMetrics;
            areturn
        end local 1 // java.awt.Font font
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
            1    2     1  font  Ljava/awt/Font;

  protected void navigateSelectedTab(int);
    descriptor: (I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=7, args_size=2
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
        start local 1 // int direction
         0: .line 1696
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            invokevirtual javax.swing.JTabbedPane.getTabPlacement:()I
            istore 2 /* tabPlacement */
        start local 2 // int tabPlacement
         1: .line 1697
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            aload 0 /* this */
            ldc "TabbedPane.selectionFollowsFocus"
            iconst_1
            invokestatic sun.swing.DefaultLookup.getBoolean:(Ljavax/swing/JComponent;Ljavax/swing/plaf/ComponentUI;Ljava/lang/String;Z)Z
            ifeq 2
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            invokevirtual javax.swing.JTabbedPane.getSelectedIndex:()I
            goto 3
      StackMap locals: int
      StackMap stack:
         2: aload 0 /* this */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.getFocusIndex:()I
      StackMap locals:
      StackMap stack: int
         3: istore 3 /* current */
        start local 3 // int current
         4: .line 1698
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            invokevirtual javax.swing.JTabbedPane.getTabCount:()I
            istore 4 /* tabCount */
        start local 4 // int tabCount
         5: .line 1699
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            invokestatic com.apple.laf.AquaUtils.isLeftToRight:(Ljava/awt/Component;)Z
            istore 5 /* leftToRight */
        start local 5 // boolean leftToRight
         6: .line 1702
            iload 4 /* tabCount */
            ifgt 8
         7: .line 1703
            return
         8: .line 1707
      StackMap locals: int int int
      StackMap stack:
            iload 2 /* tabPlacement */
            tableswitch { // 1 - 4
                    1: 24
                    2: 9
                    3: 24
                    4: 9
              default: 24
          }
         9: .line 1710
      StackMap locals:
      StackMap stack:
            iload 1 /* direction */
            tableswitch { // 1 - 13
                    1: 14
                    2: 23
                    3: 21
                    4: 23
                    5: 16
                    6: 23
                    7: 18
                    8: 23
                    9: 23
                   10: 23
                   11: 23
                   12: 10
                   13: 12
              default: 23
          }
        10: .line 1712
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* current */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.selectNextTab:(I)V
        11: .line 1713
            goto 44
        12: .line 1715
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* current */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.selectPreviousTab:(I)V
        13: .line 1716
            goto 44
        14: .line 1718
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* current */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.selectPreviousTabInRun:(I)V
        15: .line 1719
            goto 44
        16: .line 1721
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* current */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.selectNextTabInRun:(I)V
        17: .line 1722
            goto 44
        18: .line 1724
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* tabPlacement */
            iload 4 /* tabCount */
            iload 3 /* current */
            iconst_0
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.getTabRunOffset:(IIIZ)I
            istore 6 /* offset */
        start local 6 // int offset
        19: .line 1725
            aload 0 /* this */
            iload 2 /* tabPlacement */
            iload 3 /* current */
            iload 6 /* offset */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.selectAdjacentRunTab:(III)V
        20: .line 1726
            goto 44
        end local 6 // int offset
        21: .line 1728
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* tabPlacement */
            iload 4 /* tabCount */
            iload 3 /* current */
            iconst_1
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.getTabRunOffset:(IIIZ)I
            istore 6 /* offset */
        start local 6 // int offset
        22: .line 1729
            aload 0 /* this */
            iload 2 /* tabPlacement */
            iload 3 /* current */
            iload 6 /* offset */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.selectAdjacentRunTab:(III)V
        end local 6 // int offset
        23: .line 1733
      StackMap locals:
      StackMap stack:
            goto 44
        24: .line 1737
      StackMap locals:
      StackMap stack:
            iload 1 /* direction */
            tableswitch { // 1 - 13
                    1: 29
                    2: 44
                    3: 35
                    4: 44
                    5: 32
                    6: 44
                    7: 40
                    8: 44
                    9: 44
                   10: 44
                   11: 44
                   12: 25
                   13: 27
              default: 44
          }
        25: .line 1739
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* current */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.selectNextTab:(I)V
        26: .line 1740
            goto 44
        27: .line 1742
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* current */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.selectPreviousTab:(I)V
        28: .line 1743
            goto 44
        29: .line 1745
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* tabPlacement */
            iload 4 /* tabCount */
            iload 3 /* current */
            iconst_0
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.getTabRunOffset:(IIIZ)I
            istore 6 /* offset */
        start local 6 // int offset
        30: .line 1746
            aload 0 /* this */
            iload 2 /* tabPlacement */
            iload 3 /* current */
            iload 6 /* offset */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.selectAdjacentRunTab:(III)V
        31: .line 1747
            goto 44
        end local 6 // int offset
        32: .line 1749
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* tabPlacement */
            iload 4 /* tabCount */
            iload 3 /* current */
            iconst_1
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.getTabRunOffset:(IIIZ)I
            istore 6 /* offset */
        start local 6 // int offset
        33: .line 1750
            aload 0 /* this */
            iload 2 /* tabPlacement */
            iload 3 /* current */
            iload 6 /* offset */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.selectAdjacentRunTab:(III)V
        34: .line 1751
            goto 44
        end local 6 // int offset
        35: .line 1753
      StackMap locals:
      StackMap stack:
            iload 5 /* leftToRight */
            ifeq 38
        36: .line 1754
            aload 0 /* this */
            iload 3 /* current */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.selectNextTabInRun:(I)V
        37: .line 1755
            goto 44
        38: .line 1756
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* current */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.selectPreviousTabInRun:(I)V
        39: .line 1758
            goto 44
        40: .line 1760
      StackMap locals:
      StackMap stack:
            iload 5 /* leftToRight */
            ifeq 43
        41: .line 1761
            aload 0 /* this */
            iload 3 /* current */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.selectPreviousTabInRun:(I)V
        42: .line 1762
            goto 44
        43: .line 1763
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* current */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.selectNextTabInRun:(I)V
        44: .line 1769
      StackMap locals:
      StackMap stack:
            return
        end local 5 // boolean leftToRight
        end local 4 // int tabCount
        end local 3 // int current
        end local 2 // int tabPlacement
        end local 1 // int direction
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   45     0          this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
            0   45     1     direction  I
            1   45     2  tabPlacement  I
            4   45     3       current  I
            5   45     4      tabCount  I
            6   45     5   leftToRight  Z
           19   21     6        offset  I
           22   23     6        offset  I
           30   32     6        offset  I
           33   35     6        offset  I
    MethodParameters:
           Name  Flags
      direction  final

  protected void selectNextTabInRun(int);
    descriptor: (I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
        start local 1 // int current
         0: .line 1772
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            invokevirtual javax.swing.JTabbedPane.getTabCount:()I
            istore 2 /* tabCount */
        start local 2 // int tabCount
         1: .line 1773
            aload 0 /* this */
            iload 2 /* tabCount */
            iload 1 /* current */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.getNextTabIndexInRun:(II)I
            istore 3 /* tabIndex */
        start local 3 // int tabIndex
         2: .line 1775
            goto 4
         3: .line 1776
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* tabCount */
            iload 3 /* tabIndex */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.getNextTabIndexInRun:(II)I
            istore 3 /* tabIndex */
         4: .line 1775
      StackMap locals:
      StackMap stack:
            iload 3 /* tabIndex */
            iload 1 /* current */
            if_icmpeq 5
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            iload 3 /* tabIndex */
            invokevirtual javax.swing.JTabbedPane.isEnabledAt:(I)Z
            ifeq 3
         5: .line 1778
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* tabIndex */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.navigateTo:(I)V
         6: .line 1779
            return
        end local 3 // int tabIndex
        end local 2 // int tabCount
        end local 1 // int current
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
            0    7     1   current  I
            1    7     2  tabCount  I
            2    7     3  tabIndex  I
    MethodParameters:
         Name  Flags
      current  final

  protected void selectPreviousTabInRun(int);
    descriptor: (I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
        start local 1 // int current
         0: .line 1782
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            invokevirtual javax.swing.JTabbedPane.getTabCount:()I
            istore 2 /* tabCount */
        start local 2 // int tabCount
         1: .line 1783
            aload 0 /* this */
            iload 2 /* tabCount */
            iload 1 /* current */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.getPreviousTabIndexInRun:(II)I
            istore 3 /* tabIndex */
        start local 3 // int tabIndex
         2: .line 1785
            goto 4
         3: .line 1786
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* tabCount */
            iload 3 /* tabIndex */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.getPreviousTabIndexInRun:(II)I
            istore 3 /* tabIndex */
         4: .line 1785
      StackMap locals:
      StackMap stack:
            iload 3 /* tabIndex */
            iload 1 /* current */
            if_icmpeq 5
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            iload 3 /* tabIndex */
            invokevirtual javax.swing.JTabbedPane.isEnabledAt:(I)Z
            ifeq 3
         5: .line 1788
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* tabIndex */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.navigateTo:(I)V
         6: .line 1789
            return
        end local 3 // int tabIndex
        end local 2 // int tabCount
        end local 1 // int current
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
            0    7     1   current  I
            1    7     2  tabCount  I
            2    7     3  tabIndex  I
    MethodParameters:
         Name  Flags
      current  final

  protected void selectNextTab(int);
    descriptor: (I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
        start local 1 // int current
         0: .line 1792
            aload 0 /* this */
            iload 1 /* current */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.getNextTabIndex:(I)I
            istore 2 /* tabIndex */
        start local 2 // int tabIndex
         1: .line 1794
            goto 3
         2: .line 1795
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* tabIndex */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.getNextTabIndex:(I)I
            istore 2 /* tabIndex */
         3: .line 1794
      StackMap locals:
      StackMap stack:
            iload 2 /* tabIndex */
            iload 1 /* current */
            if_icmpeq 4
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            iload 2 /* tabIndex */
            invokevirtual javax.swing.JTabbedPane.isEnabledAt:(I)Z
            ifeq 2
         4: .line 1797
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* tabIndex */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.navigateTo:(I)V
         5: .line 1798
            return
        end local 2 // int tabIndex
        end local 1 // int current
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
            0    6     1   current  I
            1    6     2  tabIndex  I
    MethodParameters:
         Name  Flags
      current  final

  protected void selectPreviousTab(int);
    descriptor: (I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
        start local 1 // int current
         0: .line 1801
            aload 0 /* this */
            iload 1 /* current */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.getPreviousTabIndex:(I)I
            istore 2 /* tabIndex */
        start local 2 // int tabIndex
         1: .line 1803
            goto 3
         2: .line 1804
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* tabIndex */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.getPreviousTabIndex:(I)I
            istore 2 /* tabIndex */
         3: .line 1803
      StackMap locals:
      StackMap stack:
            iload 2 /* tabIndex */
            iload 1 /* current */
            if_icmpeq 4
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            iload 2 /* tabIndex */
            invokevirtual javax.swing.JTabbedPane.isEnabledAt:(I)Z
            ifeq 2
         4: .line 1806
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* tabIndex */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.navigateTo:(I)V
         5: .line 1807
            return
        end local 2 // int tabIndex
        end local 1 // int current
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
            0    6     1   current  I
            1    6     2  tabIndex  I
    MethodParameters:
         Name  Flags
      current  final

  protected void selectAdjacentRunTab(int, int, int);
    descriptor: (III)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=6, args_size=4
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
        start local 1 // int tabPlacement
        start local 2 // int tabIndex
        start local 3 // int offset
         0: .line 1810
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.runCount:I
            iconst_2
            if_icmpge 2
         1: .line 1811
            return
         2: .line 1814
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.rects:[Ljava/awt/Rectangle;
            iload 2 /* tabIndex */
            aaload
            astore 5 /* r */
        start local 5 // java.awt.Rectangle r
         3: .line 1815
            iload 1 /* tabPlacement */
            tableswitch { // 1 - 4
                    1: 6
                    2: 4
                    3: 6
                    4: 4
              default: 6
          }
         4: .line 1818
      StackMap locals: com.apple.laf.AquaTabbedPaneCopyFromBasicUI int int int top java.awt.Rectangle
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            aload 5 /* r */
            getfield java.awt.Rectangle.x:I
            aload 5 /* r */
            getfield java.awt.Rectangle.width:I
            iconst_2
            idiv
            iadd
            iload 3 /* offset */
            iadd
            aload 5 /* r */
            getfield java.awt.Rectangle.y:I
            aload 5 /* r */
            getfield java.awt.Rectangle.height:I
            iconst_2
            idiv
            iadd
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabForCoordinate:(Ljavax/swing/JTabbedPane;II)I
            istore 4 /* newIndex */
        start local 4 // int newIndex
         5: .line 1819
            goto 7
        end local 4 // int newIndex
         6: .line 1823
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            aload 5 /* r */
            getfield java.awt.Rectangle.x:I
            aload 5 /* r */
            getfield java.awt.Rectangle.width:I
            iconst_2
            idiv
            iadd
            aload 5 /* r */
            getfield java.awt.Rectangle.y:I
            aload 5 /* r */
            getfield java.awt.Rectangle.height:I
            iconst_2
            idiv
            iadd
            iload 3 /* offset */
            iadd
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabForCoordinate:(Ljavax/swing/JTabbedPane;II)I
            istore 4 /* newIndex */
        start local 4 // int newIndex
         7: .line 1825
      StackMap locals: com.apple.laf.AquaTabbedPaneCopyFromBasicUI int int int int java.awt.Rectangle
      StackMap stack:
            iload 4 /* newIndex */
            iconst_m1
            if_icmpeq 12
         8: .line 1826
            goto 10
         9: .line 1827
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 4 /* newIndex */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.getNextTabIndex:(I)I
            istore 4 /* newIndex */
        10: .line 1826
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            iload 4 /* newIndex */
            invokevirtual javax.swing.JTabbedPane.isEnabledAt:(I)Z
            ifne 11
            iload 4 /* newIndex */
            iload 2 /* tabIndex */
            if_icmpne 9
        11: .line 1829
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 4 /* newIndex */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.navigateTo:(I)V
        12: .line 1831
      StackMap locals:
      StackMap stack:
            return
        end local 5 // java.awt.Rectangle r
        end local 4 // int newIndex
        end local 3 // int offset
        end local 2 // int tabIndex
        end local 1 // int tabPlacement
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   13     0          this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
            0   13     1  tabPlacement  I
            0   13     2      tabIndex  I
            0   13     3        offset  I
            5    6     4      newIndex  I
            7   13     4      newIndex  I
            3   13     5             r  Ljava/awt/Rectangle;
    MethodParameters:
              Name  Flags
      tabPlacement  final
      tabIndex      final
      offset        final

  private void navigateTo(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
        start local 1 // int index
         0: .line 1834
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            aload 0 /* this */
            ldc "TabbedPane.selectionFollowsFocus"
            iconst_1
            invokestatic sun.swing.DefaultLookup.getBoolean:(Ljavax/swing/JComponent;Ljavax/swing/plaf/ComponentUI;Ljava/lang/String;Z)Z
            ifeq 3
         1: .line 1835
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            iload 1 /* index */
            invokevirtual javax.swing.JTabbedPane.setSelectedIndex:(I)V
         2: .line 1836
            goto 4
         3: .line 1838
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* index */
            iconst_1
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.setFocusIndex:(IZ)V
         4: .line 1840
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int index
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
            0    5     1  index  I
    MethodParameters:
       Name  Flags
      index  final

  void setFocusIndex(int, boolean);
    descriptor: (IZ)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
        start local 1 // int index
        start local 2 // boolean repaint
         0: .line 1843
            iload 2 /* repaint */
            ifeq 5
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.isRunsDirty:Z
            ifne 5
         1: .line 1844
            aload 0 /* this */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.focusIndex:I
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.repaintTab:(I)V
         2: .line 1845
            aload 0 /* this */
            iload 1 /* index */
            putfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.focusIndex:I
         3: .line 1846
            aload 0 /* this */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.focusIndex:I
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.repaintTab:(I)V
         4: .line 1847
            goto 6
         5: .line 1848
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* index */
            putfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.focusIndex:I
         6: .line 1850
      StackMap locals:
      StackMap stack:
            return
        end local 2 // boolean repaint
        end local 1 // int index
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
            0    7     1    index  I
            0    7     2  repaint  Z
    MethodParameters:
         Name  Flags
      index    final
      repaint  final

  private void repaintTab(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
        start local 1 // int index
         0: .line 1858
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.isRunsDirty:Z
            ifne 4
            iload 1 /* index */
            iflt 4
            iload 1 /* index */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            invokevirtual javax.swing.JTabbedPane.getTabCount:()I
            if_icmpge 4
         1: .line 1859
            aload 0 /* this */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            iload 1 /* index */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.getTabBounds:(Ljavax/swing/JTabbedPane;I)Ljava/awt/Rectangle;
            astore 2 /* rect */
        start local 2 // java.awt.Rectangle rect
         2: .line 1860
            aload 2 /* rect */
            ifnull 4
         3: .line 1861
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            aload 2 /* rect */
            invokevirtual javax.swing.JTabbedPane.repaint:(Ljava/awt/Rectangle;)V
        end local 2 // java.awt.Rectangle rect
         4: .line 1864
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int index
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
            0    5     1  index  I
            2    4     2   rect  Ljava/awt/Rectangle;
    MethodParameters:
       Name  Flags
      index  final

  private void validateFocusIndex();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
         0: .line 1870
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.focusIndex:I
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            invokevirtual javax.swing.JTabbedPane.getTabCount:()I
            if_icmplt 2
         1: .line 1871
            aload 0 /* this */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            invokevirtual javax.swing.JTabbedPane.getSelectedIndex:()I
            iconst_0
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.setFocusIndex:(IZ)V
         2: .line 1873
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;

  protected int getFocusIndex();
    descriptor: ()I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
         0: .line 1882
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.focusIndex:I
            ireturn
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;

  protected int getTabRunOffset(int, int, int, boolean);
    descriptor: (IIIZ)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=7, args_size=5
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
        start local 1 // int tabPlacement
        start local 2 // int tabCount
        start local 3 // int tabIndex
        start local 4 // boolean forward
         0: .line 1886
            aload 0 /* this */
            iload 2 /* tabCount */
            iload 3 /* tabIndex */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.getRunForTab:(II)I
            istore 5 /* run */
        start local 5 // int run
         1: .line 1888
            iload 1 /* tabPlacement */
            tableswitch { // 1 - 4
                    1: 44
                    2: 2
                    3: 30
                    4: 16
              default: 44
          }
         2: .line 1890
      StackMap locals: int
      StackMap stack:
            iload 5 /* run */
            ifne 7
         3: .line 1891
            iload 4 /* forward */
            ifeq 4
            aload 0 /* this */
            iload 1 /* tabPlacement */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.runCount:I
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.maxTabWidth:I
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.calculateTabAreaWidth:(III)I
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.maxTabWidth:I
            isub
            ineg
            goto 5
      StackMap locals:
      StackMap stack:
         4: aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.maxTabWidth:I
            ineg
      StackMap locals:
      StackMap stack: int
         5: istore 6 /* offset */
        start local 6 // int offset
         6: .line 1893
            goto 57
        end local 6 // int offset
      StackMap locals:
      StackMap stack:
         7: iload 5 /* run */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.runCount:I
            iconst_1
            isub
            if_icmpne 12
         8: .line 1894
            iload 4 /* forward */
            ifeq 9
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.maxTabWidth:I
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 0 /* this */
            iload 1 /* tabPlacement */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.runCount:I
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.maxTabWidth:I
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.calculateTabAreaWidth:(III)I
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.maxTabWidth:I
            isub
      StackMap locals:
      StackMap stack: int
        10: istore 6 /* offset */
        start local 6 // int offset
        11: .line 1895
            goto 57
        end local 6 // int offset
        12: .line 1896
      StackMap locals:
      StackMap stack:
            iload 4 /* forward */
            ifeq 13
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.maxTabWidth:I
            goto 14
      StackMap locals:
      StackMap stack:
        13: aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.maxTabWidth:I
            ineg
      StackMap locals:
      StackMap stack: int
        14: istore 6 /* offset */
        start local 6 // int offset
        15: .line 1898
            goto 57
        end local 6 // int offset
        16: .line 1901
      StackMap locals:
      StackMap stack:
            iload 5 /* run */
            ifne 21
        17: .line 1902
            iload 4 /* forward */
            ifeq 18
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.maxTabWidth:I
            goto 19
      StackMap locals:
      StackMap stack:
        18: aload 0 /* this */
            iload 1 /* tabPlacement */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.runCount:I
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.maxTabWidth:I
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.calculateTabAreaWidth:(III)I
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.maxTabWidth:I
            isub
      StackMap locals:
      StackMap stack: int
        19: istore 6 /* offset */
        start local 6 // int offset
        20: .line 1903
            goto 57
        end local 6 // int offset
      StackMap locals:
      StackMap stack:
        21: iload 5 /* run */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.runCount:I
            iconst_1
            isub
            if_icmpne 26
        22: .line 1904
            iload 4 /* forward */
            ifeq 23
            aload 0 /* this */
            iload 1 /* tabPlacement */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.runCount:I
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.maxTabWidth:I
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.calculateTabAreaWidth:(III)I
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.maxTabWidth:I
            isub
            ineg
            goto 24
      StackMap locals:
      StackMap stack:
        23: aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.maxTabWidth:I
            ineg
      StackMap locals:
      StackMap stack: int
        24: istore 6 /* offset */
        start local 6 // int offset
        25: .line 1905
            goto 57
        end local 6 // int offset
        26: .line 1906
      StackMap locals:
      StackMap stack:
            iload 4 /* forward */
            ifeq 27
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.maxTabWidth:I
            goto 28
      StackMap locals:
      StackMap stack:
        27: aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.maxTabWidth:I
            ineg
      StackMap locals:
      StackMap stack: int
        28: istore 6 /* offset */
        start local 6 // int offset
        29: .line 1908
            goto 57
        end local 6 // int offset
        30: .line 1911
      StackMap locals:
      StackMap stack:
            iload 5 /* run */
            ifne 35
        31: .line 1912
            iload 4 /* forward */
            ifeq 32
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.maxTabHeight:I
            goto 33
      StackMap locals:
      StackMap stack:
        32: aload 0 /* this */
            iload 1 /* tabPlacement */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.runCount:I
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.maxTabHeight:I
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.calculateTabAreaHeight:(III)I
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.maxTabHeight:I
            isub
      StackMap locals:
      StackMap stack: int
        33: istore 6 /* offset */
        start local 6 // int offset
        34: .line 1913
            goto 57
        end local 6 // int offset
      StackMap locals:
      StackMap stack:
        35: iload 5 /* run */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.runCount:I
            iconst_1
            isub
            if_icmpne 40
        36: .line 1914
            iload 4 /* forward */
            ifeq 37
            aload 0 /* this */
            iload 1 /* tabPlacement */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.runCount:I
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.maxTabHeight:I
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.calculateTabAreaHeight:(III)I
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.maxTabHeight:I
            isub
            ineg
            goto 38
      StackMap locals:
      StackMap stack:
        37: aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.maxTabHeight:I
            ineg
      StackMap locals:
      StackMap stack: int
        38: istore 6 /* offset */
        start local 6 // int offset
        39: .line 1915
            goto 57
        end local 6 // int offset
        40: .line 1916
      StackMap locals:
      StackMap stack:
            iload 4 /* forward */
            ifeq 41
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.maxTabHeight:I
            goto 42
      StackMap locals:
      StackMap stack:
        41: aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.maxTabHeight:I
            ineg
      StackMap locals:
      StackMap stack: int
        42: istore 6 /* offset */
        start local 6 // int offset
        43: .line 1918
            goto 57
        end local 6 // int offset
        44: .line 1922
      StackMap locals:
      StackMap stack:
            iload 5 /* run */
            ifne 49
        45: .line 1923
            iload 4 /* forward */
            ifeq 46
            aload 0 /* this */
            iload 1 /* tabPlacement */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.runCount:I
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.maxTabHeight:I
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.calculateTabAreaHeight:(III)I
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.maxTabHeight:I
            isub
            ineg
            goto 47
      StackMap locals:
      StackMap stack:
        46: aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.maxTabHeight:I
            ineg
      StackMap locals:
      StackMap stack: int
        47: istore 6 /* offset */
        start local 6 // int offset
        48: .line 1924
            goto 57
        end local 6 // int offset
      StackMap locals:
      StackMap stack:
        49: iload 5 /* run */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.runCount:I
            iconst_1
            isub
            if_icmpne 54
        50: .line 1925
            iload 4 /* forward */
            ifeq 51
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.maxTabHeight:I
            goto 52
      StackMap locals:
      StackMap stack:
        51: aload 0 /* this */
            iload 1 /* tabPlacement */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.runCount:I
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.maxTabHeight:I
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.calculateTabAreaHeight:(III)I
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.maxTabHeight:I
            isub
      StackMap locals:
      StackMap stack: int
        52: istore 6 /* offset */
        start local 6 // int offset
        53: .line 1926
            goto 57
        end local 6 // int offset
        54: .line 1927
      StackMap locals:
      StackMap stack:
            iload 4 /* forward */
            ifeq 55
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.maxTabHeight:I
            goto 56
      StackMap locals:
      StackMap stack:
        55: aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.maxTabHeight:I
            ineg
      StackMap locals:
      StackMap stack: int
        56: istore 6 /* offset */
        start local 6 // int offset
        57: .line 1931
      StackMap locals: int
      StackMap stack:
            iload 6 /* offset */
            ireturn
        end local 6 // int offset
        end local 5 // int run
        end local 4 // boolean forward
        end local 3 // int tabIndex
        end local 2 // int tabCount
        end local 1 // int tabPlacement
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   58     0          this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
            0   58     1  tabPlacement  I
            0   58     2      tabCount  I
            0   58     3      tabIndex  I
            0   58     4       forward  Z
            1   58     5           run  I
            6    7     6        offset  I
           11   12     6        offset  I
           15   16     6        offset  I
           20   21     6        offset  I
           25   26     6        offset  I
           29   30     6        offset  I
           34   35     6        offset  I
           39   40     6        offset  I
           43   44     6        offset  I
           48   49     6        offset  I
           53   54     6        offset  I
           57   58     6        offset  I
    MethodParameters:
              Name  Flags
      tabPlacement  final
      tabCount      final
      tabIndex      final
      forward       final

  protected int getPreviousTabIndex(int);
    descriptor: (I)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
        start local 1 // int base
         0: .line 1935
            iload 1 /* base */
            iconst_1
            isub
            iflt 1
            iload 1 /* base */
            iconst_1
            isub
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            invokevirtual javax.swing.JTabbedPane.getTabCount:()I
            iconst_1
            isub
      StackMap locals:
      StackMap stack: int
         2: istore 2 /* tabIndex */
        start local 2 // int tabIndex
         3: .line 1936
            iload 2 /* tabIndex */
            iflt 4
            iload 2 /* tabIndex */
            goto 5
      StackMap locals: int
      StackMap stack:
         4: iconst_0
      StackMap locals:
      StackMap stack: int
         5: ireturn
        end local 2 // int tabIndex
        end local 1 // int base
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
            0    6     1      base  I
            3    6     2  tabIndex  I
    MethodParameters:
      Name  Flags
      base  final

  protected int getNextTabIndex(int);
    descriptor: (I)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
        start local 1 // int base
         0: .line 1940
            iload 1 /* base */
            iconst_1
            iadd
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            invokevirtual javax.swing.JTabbedPane.getTabCount:()I
            irem
            ireturn
        end local 1 // int base
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
            0    1     1  base  I
    MethodParameters:
      Name  Flags
      base  final

  protected int getNextTabIndexInRun(int, int);
    descriptor: (II)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
        start local 1 // int tabCount
        start local 2 // int base
         0: .line 1944
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.runCount:I
            iconst_2
            if_icmpge 2
         1: .line 1945
            aload 0 /* this */
            iload 2 /* base */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.getNextTabIndex:(I)I
            ireturn
         2: .line 1947
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* tabCount */
            iload 2 /* base */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.getRunForTab:(II)I
            istore 3 /* currentRun */
        start local 3 // int currentRun
         3: .line 1948
            aload 0 /* this */
            iload 2 /* base */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.getNextTabIndex:(I)I
            istore 4 /* next */
        start local 4 // int next
         4: .line 1949
            iload 4 /* next */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabRuns:[I
            aload 0 /* this */
            iload 3 /* currentRun */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.getNextTabRun:(I)I
            iaload
            if_icmpne 6
         5: .line 1950
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabRuns:[I
            iload 3 /* currentRun */
            iaload
            ireturn
         6: .line 1952
      StackMap locals: int int
      StackMap stack:
            iload 4 /* next */
            ireturn
        end local 4 // int next
        end local 3 // int currentRun
        end local 2 // int base
        end local 1 // int tabCount
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
            0    7     1    tabCount  I
            0    7     2        base  I
            3    7     3  currentRun  I
            4    7     4        next  I
    MethodParameters:
          Name  Flags
      tabCount  final
      base      final

  protected int getPreviousTabIndexInRun(int, int);
    descriptor: (II)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
        start local 1 // int tabCount
        start local 2 // int base
         0: .line 1956
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.runCount:I
            iconst_2
            if_icmpge 2
         1: .line 1957
            aload 0 /* this */
            iload 2 /* base */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.getPreviousTabIndex:(I)I
            ireturn
         2: .line 1959
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* tabCount */
            iload 2 /* base */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.getRunForTab:(II)I
            istore 3 /* currentRun */
        start local 3 // int currentRun
         3: .line 1960
            iload 2 /* base */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabRuns:[I
            iload 3 /* currentRun */
            iaload
            if_icmpne 8
         4: .line 1961
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabRuns:[I
            aload 0 /* this */
            iload 3 /* currentRun */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.getNextTabRun:(I)I
            iaload
            iconst_1
            isub
            istore 4 /* previous */
        start local 4 // int previous
         5: .line 1962
            iload 4 /* previous */
            iconst_m1
            if_icmpeq 6
            iload 4 /* previous */
            goto 7
      StackMap locals: int int
      StackMap stack:
         6: iload 1 /* tabCount */
            iconst_1
            isub
      StackMap locals:
      StackMap stack: int
         7: ireturn
        end local 4 // int previous
         8: .line 1964
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* base */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.getPreviousTabIndex:(I)I
            ireturn
        end local 3 // int currentRun
        end local 2 // int base
        end local 1 // int tabCount
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    9     0        this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
            0    9     1    tabCount  I
            0    9     2        base  I
            3    9     3  currentRun  I
            5    8     4    previous  I
    MethodParameters:
          Name  Flags
      tabCount  final
      base      final

  protected int getPreviousTabRun(int);
    descriptor: (I)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
        start local 1 // int baseRun
         0: .line 1968
            iload 1 /* baseRun */
            iconst_1
            isub
            iflt 1
            iload 1 /* baseRun */
            iconst_1
            isub
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.runCount:I
            iconst_1
            isub
      StackMap locals:
      StackMap stack: int
         2: istore 2 /* runIndex */
        start local 2 // int runIndex
         3: .line 1969
            iload 2 /* runIndex */
            iflt 4
            iload 2 /* runIndex */
            goto 5
      StackMap locals: int
      StackMap stack:
         4: iconst_0
      StackMap locals:
      StackMap stack: int
         5: ireturn
        end local 2 // int runIndex
        end local 1 // int baseRun
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
            0    6     1   baseRun  I
            3    6     2  runIndex  I
    MethodParameters:
         Name  Flags
      baseRun  final

  protected int getNextTabRun(int);
    descriptor: (I)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
        start local 1 // int baseRun
         0: .line 1973
            iload 1 /* baseRun */
            iconst_1
            iadd
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.runCount:I
            irem
            ireturn
        end local 1 // int baseRun
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
            0    1     1  baseRun  I
    MethodParameters:
         Name  Flags
      baseRun  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 1978
            iload 2 /* targetPlacement */
            tableswitch { // 1 - 4
                    1: 16
                    2: 1
                    3: 6
                    4: 11
              default: 16
          }
         1: .line 1980
      StackMap locals:
      StackMap stack:
            aload 1 /* targetInsets */
            aload 0 /* topInsets */
            getfield java.awt.Insets.left:I
            putfield java.awt.Insets.top:I
         2: .line 1981
            aload 1 /* targetInsets */
            aload 0 /* topInsets */
            getfield java.awt.Insets.top:I
            putfield java.awt.Insets.left:I
         3: .line 1982
            aload 1 /* targetInsets */
            aload 0 /* topInsets */
            getfield java.awt.Insets.right:I
            putfield java.awt.Insets.bottom:I
         4: .line 1983
            aload 1 /* targetInsets */
            aload 0 /* topInsets */
            getfield java.awt.Insets.bottom:I
            putfield java.awt.Insets.right:I
         5: .line 1984
            goto 20
         6: .line 1986
      StackMap locals:
      StackMap stack:
            aload 1 /* targetInsets */
            aload 0 /* topInsets */
            getfield java.awt.Insets.bottom:I
            putfield java.awt.Insets.top:I
         7: .line 1987
            aload 1 /* targetInsets */
            aload 0 /* topInsets */
            getfield java.awt.Insets.left:I
            putfield java.awt.Insets.left:I
         8: .line 1988
            aload 1 /* targetInsets */
            aload 0 /* topInsets */
            getfield java.awt.Insets.top:I
            putfield java.awt.Insets.bottom:I
         9: .line 1989
            aload 1 /* targetInsets */
            aload 0 /* topInsets */
            getfield java.awt.Insets.right:I
            putfield java.awt.Insets.right:I
        10: .line 1990
            goto 20
        11: .line 1992
      StackMap locals:
      StackMap stack:
            aload 1 /* targetInsets */
            aload 0 /* topInsets */
            getfield java.awt.Insets.left:I
            putfield java.awt.Insets.top:I
        12: .line 1993
            aload 1 /* targetInsets */
            aload 0 /* topInsets */
            getfield java.awt.Insets.bottom:I
            putfield java.awt.Insets.left:I
        13: .line 1994
            aload 1 /* targetInsets */
            aload 0 /* topInsets */
            getfield java.awt.Insets.right:I
            putfield java.awt.Insets.bottom:I
        14: .line 1995
            aload 1 /* targetInsets */
            aload 0 /* topInsets */
            getfield java.awt.Insets.top:I
            putfield java.awt.Insets.right:I
        15: .line 1996
            goto 20
        16: .line 1999
      StackMap locals:
      StackMap stack:
            aload 1 /* targetInsets */
            aload 0 /* topInsets */
            getfield java.awt.Insets.top:I
            putfield java.awt.Insets.top:I
        17: .line 2000
            aload 1 /* targetInsets */
            aload 0 /* topInsets */
            getfield java.awt.Insets.left:I
            putfield java.awt.Insets.left:I
        18: .line 2001
            aload 1 /* targetInsets */
            aload 0 /* topInsets */
            getfield java.awt.Insets.bottom:I
            putfield java.awt.Insets.bottom:I
        19: .line 2002
            aload 1 /* targetInsets */
            aload 0 /* topInsets */
            getfield java.awt.Insets.right:I
            putfield java.awt.Insets.right:I
        20: .line 2004
      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

  boolean requestFocusForVisibleComponent();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
         0: .line 2010
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.getVisibleComponent:()Ljava/awt/Component;
            invokestatic sun.swing.SwingUtilities2.tabbedPaneChangeFocusTo:(Ljava/awt/Component;)Z
            ireturn
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;

  private java.util.Vector<javax.swing.text.View> createHTMLVector();
    descriptor: ()Ljava/util/Vector;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=1
        start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
         0: .line 3573
            new java.util.Vector
            dup
            invokespecial java.util.Vector.<init>:()V
            astore 1 /* htmlViews */
        start local 1 // java.util.Vector htmlViews
         1: .line 3574
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            invokevirtual javax.swing.JTabbedPane.getTabCount:()I
            istore 2 /* count */
        start local 2 // int count
         2: .line 3575
            iload 2 /* count */
            ifle 12
         3: .line 3576
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         4: goto 11
         5: .line 3577
      StackMap locals: java.util.Vector int int
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            iload 3 /* i */
            invokevirtual javax.swing.JTabbedPane.getTitleAt:(I)Ljava/lang/String;
            astore 4 /* title */
        start local 4 // java.lang.String title
         6: .line 3578
            aload 4 /* title */
            invokestatic javax.swing.plaf.basic.BasicHTML.isHTMLString:(Ljava/lang/String;)Z
            ifeq 9
         7: .line 3579
            aload 1 /* htmlViews */
            aload 0 /* this */
            getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI.tabPane:Ljavax/swing/JTabbedPane;
            aload 4 /* title */
            invokestatic javax.swing.plaf.basic.BasicHTML.createHTMLView:(Ljavax/swing/JComponent;Ljava/lang/String;)Ljavax/swing/text/View;
            invokevirtual java.util.Vector.addElement:(Ljava/lang/Object;)V
         8: .line 3580
            goto 10
         9: .line 3581
      StackMap locals: java.lang.String
      StackMap stack:
            aload 1 /* htmlViews */
            aconst_null
            invokevirtual java.util.Vector.addElement:(Ljava/lang/Object;)V
        end local 4 // java.lang.String title
        10: .line 3576
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 3 /* i */
            iload 2 /* count */
            if_icmplt 5
        end local 3 // int i
        12: .line 3585
      StackMap locals:
      StackMap stack:
            aload 1 /* htmlViews */
            areturn
        end local 2 // int count
        end local 1 // java.util.Vector htmlViews
        end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   13     0       this  Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
            1   13     1  htmlViews  Ljava/util/Vector<Ljavax/swing/text/View;>;
            2   13     2      count  I
            4   12     3          i  I
            6   10     4      title  Ljava/lang/String;
    Signature: ()Ljava/util/Vector<Ljavax/swing/text/View;>;
}
SourceFile: "AquaTabbedPaneCopyFromBasicUI.java"
NestMembers:
  com.apple.laf.AquaTabbedPaneCopyFromBasicUI$Actions  com.apple.laf.AquaTabbedPaneCopyFromBasicUI$CroppedEdge  com.apple.laf.AquaTabbedPaneCopyFromBasicUI$FocusHandler  com.apple.laf.AquaTabbedPaneCopyFromBasicUI$Handler  com.apple.laf.AquaTabbedPaneCopyFromBasicUI$LazyActionMap  com.apple.laf.AquaTabbedPaneCopyFromBasicUI$MouseHandler  com.apple.laf.AquaTabbedPaneCopyFromBasicUI$PropertyChangeHandler  com.apple.laf.AquaTabbedPaneCopyFromBasicUI$ScrollableTabButton  com.apple.laf.AquaTabbedPaneCopyFromBasicUI$ScrollableTabPanel  com.apple.laf.AquaTabbedPaneCopyFromBasicUI$ScrollableTabSupport  com.apple.laf.AquaTabbedPaneCopyFromBasicUI$ScrollableTabViewport  com.apple.laf.AquaTabbedPaneCopyFromBasicUI$TabContainer  com.apple.laf.AquaTabbedPaneCopyFromBasicUI$TabSelectionHandler  com.apple.laf.AquaTabbedPaneCopyFromBasicUI$TabbedPaneLayout  com.apple.laf.AquaTabbedPaneCopyFromBasicUI$TabbedPaneScrollLayout
InnerClasses:
  private Actions = com.apple.laf.AquaTabbedPaneCopyFromBasicUI$Actions of com.apple.laf.AquaTabbedPaneCopyFromBasicUI
  private CroppedEdge = com.apple.laf.AquaTabbedPaneCopyFromBasicUI$CroppedEdge of com.apple.laf.AquaTabbedPaneCopyFromBasicUI
  public FocusHandler = com.apple.laf.AquaTabbedPaneCopyFromBasicUI$FocusHandler of com.apple.laf.AquaTabbedPaneCopyFromBasicUI
  private Handler = com.apple.laf.AquaTabbedPaneCopyFromBasicUI$Handler of com.apple.laf.AquaTabbedPaneCopyFromBasicUI
  LazyActionMap = com.apple.laf.AquaTabbedPaneCopyFromBasicUI$LazyActionMap of com.apple.laf.AquaTabbedPaneCopyFromBasicUI
  public MouseHandler = com.apple.laf.AquaTabbedPaneCopyFromBasicUI$MouseHandler of com.apple.laf.AquaTabbedPaneCopyFromBasicUI
  public PropertyChangeHandler = com.apple.laf.AquaTabbedPaneCopyFromBasicUI$PropertyChangeHandler of com.apple.laf.AquaTabbedPaneCopyFromBasicUI
  private ScrollableTabButton = com.apple.laf.AquaTabbedPaneCopyFromBasicUI$ScrollableTabButton of com.apple.laf.AquaTabbedPaneCopyFromBasicUI
  private ScrollableTabPanel = com.apple.laf.AquaTabbedPaneCopyFromBasicUI$ScrollableTabPanel of com.apple.laf.AquaTabbedPaneCopyFromBasicUI
  private ScrollableTabSupport = com.apple.laf.AquaTabbedPaneCopyFromBasicUI$ScrollableTabSupport of com.apple.laf.AquaTabbedPaneCopyFromBasicUI
  private ScrollableTabViewport = com.apple.laf.AquaTabbedPaneCopyFromBasicUI$ScrollableTabViewport of com.apple.laf.AquaTabbedPaneCopyFromBasicUI
  private TabContainer = com.apple.laf.AquaTabbedPaneCopyFromBasicUI$TabContainer of com.apple.laf.AquaTabbedPaneCopyFromBasicUI
  public TabSelectionHandler = com.apple.laf.AquaTabbedPaneCopyFromBasicUI$TabSelectionHandler of com.apple.laf.AquaTabbedPaneCopyFromBasicUI
  public TabbedPaneLayout = com.apple.laf.AquaTabbedPaneCopyFromBasicUI$TabbedPaneLayout of com.apple.laf.AquaTabbedPaneCopyFromBasicUI
  TabbedPaneScrollLayout = com.apple.laf.AquaTabbedPaneCopyFromBasicUI$TabbedPaneScrollLayout of com.apple.laf.AquaTabbedPaneCopyFromBasicUI
  public final BaselineResizeBehavior = java.awt.Component$BaselineResizeBehavior of java.awt.Component