public class com.apple.laf.AquaProgressBarUI extends javax.swing.plaf.ProgressBarUI implements javax.swing.event.ChangeListener, java.beans.PropertyChangeListener, javax.swing.event.AncestorListener, com.apple.laf.AquaUtilControlSize$Sizeable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.apple.laf.AquaProgressBarUI
  super_class: javax.swing.plaf.ProgressBarUI
{
  private static final boolean ADJUSTTIMER;
    descriptor: Z
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  protected static final com.apple.laf.AquaUtils$RecyclableSingleton<com.apple.laf.AquaUtilControlSize$SizeDescriptor> sizeDescriptor;
    descriptor: Lcom/apple/laf/AquaUtils$RecyclableSingleton;
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    Signature: Lcom/apple/laf/AquaUtils$RecyclableSingleton<Lcom/apple/laf/AquaUtilControlSize$SizeDescriptor;>;

  protected apple.laf.JRSUIConstants$Size sizeVariant;
    descriptor: Lapple/laf/JRSUIConstants$Size;
    flags: (0x0004) ACC_PROTECTED

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

  private com.apple.laf.AquaProgressBarUI$Animator animator;
    descriptor: Lcom/apple/laf/AquaProgressBarUI$Animator;
    flags: (0x0002) ACC_PRIVATE

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

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

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

  protected javax.swing.JProgressBar progressBar;
    descriptor: Ljavax/swing/JProgressBar;
    flags: (0x0004) ACC_PROTECTED

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

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 49
            new com.apple.laf.AquaProgressBarUI$1
            dup
            invokespecial com.apple.laf.AquaProgressBarUI$1.<init>:()V
            putstatic com.apple.laf.AquaProgressBarUI.sizeDescriptor:Lcom/apple/laf/AquaUtils$RecyclableSingleton;
         1: .line 56
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static com.apple.laf.AquaUtilControlSize$SizeDescriptor getSizeDescriptor();
    descriptor: ()Lcom/apple/laf/AquaUtilControlSize$SizeDescriptor;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 58
            getstatic com.apple.laf.AquaProgressBarUI.sizeDescriptor:Lcom/apple/laf/AquaUtils$RecyclableSingleton;
            invokevirtual com.apple.laf.AquaUtils$RecyclableSingleton.get:()Ljava/lang/Object;
            checkcast com.apple.laf.AquaUtilControlSize$SizeDescriptor
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

  protected void <init>();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaProgressBarUI this
         0: .line 77
            aload 0 /* this */
            invokespecial javax.swing.plaf.ProgressBarUI.<init>:()V
         1: .line 61
            aload 0 /* this */
            getstatic apple.laf.JRSUIConstants$Size.REGULAR:Lapple/laf/JRSUIConstants$Size;
            putfield com.apple.laf.AquaProgressBarUI.sizeVariant:Lapple/laf/JRSUIConstants$Size;
         2: .line 69
            aload 0 /* this */
            invokestatic apple.laf.JRSUIStateFactory.getProgressBar:()Lapple/laf/JRSUIState$ValueState;
            invokestatic com.apple.laf.AquaPainter.create:(Lapple/laf/JRSUIState;)Lcom/apple/laf/AquaPainter;
            putfield com.apple.laf.AquaProgressBarUI.painter:Lcom/apple/laf/AquaPainter;
         3: .line 365
            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.AquaProgressBarUI.fUpdateArea:Ljava/awt/Rectangle;
         4: .line 366
            aload 0 /* this */
            new java.awt.Dimension
            dup
            iconst_0
            iconst_0
            invokespecial java.awt.Dimension.<init>:(II)V
            putfield com.apple.laf.AquaProgressBarUI.fLastSize:Ljava/awt/Dimension;
         5: .line 77
            return
        end local 0 // com.apple.laf.AquaProgressBarUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/apple/laf/AquaProgressBarUI;

  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.AquaProgressBarUI this
        start local 1 // javax.swing.JComponent c
         0: .line 80
            aload 0 /* this */
            aload 1 /* c */
            checkcast javax.swing.JProgressBar
            putfield com.apple.laf.AquaProgressBarUI.progressBar:Ljavax/swing/JProgressBar;
         1: .line 81
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaProgressBarUI.installDefaults:()V
         2: .line 82
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaProgressBarUI.installListeners:()V
         3: .line 83
            return
        end local 1 // javax.swing.JComponent c
        end local 0 // com.apple.laf.AquaProgressBarUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/apple/laf/AquaProgressBarUI;
            0    4     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.AquaProgressBarUI this
        start local 1 // javax.swing.JComponent c
         0: .line 86
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaProgressBarUI.uninstallDefaults:()V
         1: .line 87
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaProgressBarUI.uninstallListeners:()V
         2: .line 88
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaProgressBarUI.stopAnimationTimer:()V
         3: .line 89
            aload 0 /* this */
            aconst_null
            putfield com.apple.laf.AquaProgressBarUI.progressBar:Ljavax/swing/JProgressBar;
         4: .line 90
            return
        end local 1 // javax.swing.JComponent c
        end local 0 // com.apple.laf.AquaProgressBarUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/apple/laf/AquaProgressBarUI;
            0    5     1     c  Ljavax/swing/JComponent;
    MethodParameters:
      Name  Flags
      c     final

  protected void installDefaults();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaProgressBarUI this
         0: .line 93
            aload 0 /* this */
            getfield com.apple.laf.AquaProgressBarUI.progressBar:Ljavax/swing/JProgressBar;
            iconst_0
            invokevirtual javax.swing.JProgressBar.setOpaque:(Z)V
         1: .line 94
            aload 0 /* this */
            getfield com.apple.laf.AquaProgressBarUI.progressBar:Ljavax/swing/JProgressBar;
            ldc "ProgressBar.border"
            invokestatic javax.swing.LookAndFeel.installBorder:(Ljavax/swing/JComponent;Ljava/lang/String;)V
         2: .line 95
            aload 0 /* this */
            getfield com.apple.laf.AquaProgressBarUI.progressBar:Ljavax/swing/JProgressBar;
            ldc "ProgressBar.background"
            ldc "ProgressBar.foreground"
            ldc "ProgressBar.font"
            invokestatic javax.swing.LookAndFeel.installColorsAndFont:(Ljavax/swing/JComponent;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         3: .line 96
            aload 0 /* this */
            ldc "ProgressBar.selectionForeground"
            invokestatic javax.swing.UIManager.getColor:(Ljava/lang/Object;)Ljava/awt/Color;
            putfield com.apple.laf.AquaProgressBarUI.selectionForeground:Ljava/awt/Color;
         4: .line 97
            return
        end local 0 // com.apple.laf.AquaProgressBarUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/apple/laf/AquaProgressBarUI;

  protected void uninstallDefaults();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaProgressBarUI this
         0: .line 100
            aload 0 /* this */
            getfield com.apple.laf.AquaProgressBarUI.progressBar:Ljavax/swing/JProgressBar;
            invokestatic javax.swing.LookAndFeel.uninstallBorder:(Ljavax/swing/JComponent;)V
         1: .line 101
            return
        end local 0 // com.apple.laf.AquaProgressBarUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/apple/laf/AquaProgressBarUI;

  protected void installListeners();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaProgressBarUI this
         0: .line 104
            aload 0 /* this */
            getfield com.apple.laf.AquaProgressBarUI.progressBar:Ljavax/swing/JProgressBar;
            aload 0 /* this */
            invokevirtual javax.swing.JProgressBar.addChangeListener:(Ljavax/swing/event/ChangeListener;)V
         1: .line 105
            aload 0 /* this */
            getfield com.apple.laf.AquaProgressBarUI.progressBar:Ljavax/swing/JProgressBar;
            aload 0 /* this */
            invokevirtual javax.swing.JProgressBar.addPropertyChangeListener:(Ljava/beans/PropertyChangeListener;)V
         2: .line 106
            aload 0 /* this */
            getfield com.apple.laf.AquaProgressBarUI.progressBar:Ljavax/swing/JProgressBar;
            aload 0 /* this */
            invokevirtual javax.swing.JProgressBar.addAncestorListener:(Ljavax/swing/event/AncestorListener;)V
         3: .line 107
            aload 0 /* this */
            getfield com.apple.laf.AquaProgressBarUI.progressBar:Ljavax/swing/JProgressBar;
            invokestatic com.apple.laf.AquaUtilControlSize.addSizePropertyListener:(Ljavax/swing/JComponent;)V
         4: .line 108
            return
        end local 0 // com.apple.laf.AquaProgressBarUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/apple/laf/AquaProgressBarUI;

  protected void uninstallListeners();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaProgressBarUI this
         0: .line 111
            aload 0 /* this */
            getfield com.apple.laf.AquaProgressBarUI.progressBar:Ljavax/swing/JProgressBar;
            invokestatic com.apple.laf.AquaUtilControlSize.removeSizePropertyListener:(Ljavax/swing/JComponent;)V
         1: .line 112
            aload 0 /* this */
            getfield com.apple.laf.AquaProgressBarUI.progressBar:Ljavax/swing/JProgressBar;
            aload 0 /* this */
            invokevirtual javax.swing.JProgressBar.removeAncestorListener:(Ljavax/swing/event/AncestorListener;)V
         2: .line 113
            aload 0 /* this */
            getfield com.apple.laf.AquaProgressBarUI.progressBar:Ljavax/swing/JProgressBar;
            aload 0 /* this */
            invokevirtual javax.swing.JProgressBar.removePropertyChangeListener:(Ljava/beans/PropertyChangeListener;)V
         3: .line 114
            aload 0 /* this */
            getfield com.apple.laf.AquaProgressBarUI.progressBar:Ljavax/swing/JProgressBar;
            aload 0 /* this */
            invokevirtual javax.swing.JProgressBar.removeChangeListener:(Ljavax/swing/event/ChangeListener;)V
         4: .line 115
            return
        end local 0 // com.apple.laf.AquaProgressBarUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/apple/laf/AquaProgressBarUI;

  public void stateChanged(javax.swing.event.ChangeEvent);
    descriptor: (Ljavax/swing/event/ChangeEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaProgressBarUI this
        start local 1 // javax.swing.event.ChangeEvent e
         0: .line 118
            aload 0 /* this */
            getfield com.apple.laf.AquaProgressBarUI.progressBar:Ljavax/swing/JProgressBar;
            invokevirtual javax.swing.JProgressBar.repaint:()V
         1: .line 119
            return
        end local 1 // javax.swing.event.ChangeEvent e
        end local 0 // com.apple.laf.AquaProgressBarUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/apple/laf/AquaProgressBarUI;
            0    2     1     e  Ljavax/swing/event/ChangeEvent;
    MethodParameters:
      Name  Flags
      e     final

  public void propertyChange(java.beans.PropertyChangeEvent);
    descriptor: (Ljava/beans/PropertyChangeEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.apple.laf.AquaProgressBarUI this
        start local 1 // java.beans.PropertyChangeEvent e
         0: .line 122
            aload 1 /* e */
            invokevirtual java.beans.PropertyChangeEvent.getPropertyName:()Ljava/lang/String;
            astore 2 /* prop */
        start local 2 // java.lang.String prop
         1: .line 123
            ldc "indeterminate"
            aload 2 /* prop */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 6
         2: .line 124
            aload 0 /* this */
            getfield com.apple.laf.AquaProgressBarUI.progressBar:Ljavax/swing/JProgressBar;
            invokevirtual javax.swing.JProgressBar.isIndeterminate:()Z
            ifne 3
            return
         3: .line 125
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaProgressBarUI.stopAnimationTimer:()V
         4: .line 127
            aload 0 /* this */
            getfield com.apple.laf.AquaProgressBarUI.progressBar:Ljavax/swing/JProgressBar;
            invokevirtual javax.swing.JProgressBar.isDisplayable:()Z
            ifeq 6
         5: .line 128
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaProgressBarUI.startAnimationTimer:()V
         6: .line 132
      StackMap locals:
      StackMap stack:
            ldc "JProgressBar.style"
            aload 2 /* prop */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 9
         7: .line 133
            aload 0 /* this */
            ldc "circular"
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            aload 1 /* e */
            invokevirtual java.beans.PropertyChangeEvent.getNewValue:()Ljava/lang/Object;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            putfield com.apple.laf.AquaProgressBarUI.isCircular:Z
         8: .line 134
            aload 0 /* this */
            getfield com.apple.laf.AquaProgressBarUI.progressBar:Ljavax/swing/JProgressBar;
            invokevirtual javax.swing.JProgressBar.repaint:()V
         9: .line 136
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.String prop
        end local 1 // java.beans.PropertyChangeEvent e
        end local 0 // com.apple.laf.AquaProgressBarUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lcom/apple/laf/AquaProgressBarUI;
            0   10     1     e  Ljava/beans/PropertyChangeEvent;
            1   10     2  prop  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      e     final

  public void ancestorRemoved(javax.swing.event.AncestorEvent);
    descriptor: (Ljavax/swing/event/AncestorEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaProgressBarUI this
        start local 1 // javax.swing.event.AncestorEvent e
         0: .line 141
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaProgressBarUI.stopAnimationTimer:()V
         1: .line 142
            return
        end local 1 // javax.swing.event.AncestorEvent e
        end local 0 // com.apple.laf.AquaProgressBarUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/apple/laf/AquaProgressBarUI;
            0    2     1     e  Ljavax/swing/event/AncestorEvent;
    MethodParameters:
      Name  Flags
      e     final

  public void ancestorAdded(javax.swing.event.AncestorEvent);
    descriptor: (Ljavax/swing/event/AncestorEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaProgressBarUI this
        start local 1 // javax.swing.event.AncestorEvent e
         0: .line 145
            aload 0 /* this */
            getfield com.apple.laf.AquaProgressBarUI.progressBar:Ljavax/swing/JProgressBar;
            invokevirtual javax.swing.JProgressBar.isIndeterminate:()Z
            ifne 1
            return
         1: .line 146
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaProgressBarUI.progressBar:Ljavax/swing/JProgressBar;
            invokevirtual javax.swing.JProgressBar.isDisplayable:()Z
            ifeq 3
         2: .line 147
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaProgressBarUI.startAnimationTimer:()V
         3: .line 149
      StackMap locals:
      StackMap stack:
            return
        end local 1 // javax.swing.event.AncestorEvent e
        end local 0 // com.apple.laf.AquaProgressBarUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/apple/laf/AquaProgressBarUI;
            0    4     1     e  Ljavax/swing/event/AncestorEvent;
    MethodParameters:
      Name  Flags
      e     final

  public void ancestorMoved(javax.swing.event.AncestorEvent);
    descriptor: (Ljavax/swing/event/AncestorEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaProgressBarUI this
        start local 1 // javax.swing.event.AncestorEvent e
         0: .line 151
            return
        end local 1 // javax.swing.event.AncestorEvent e
        end local 0 // com.apple.laf.AquaProgressBarUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/laf/AquaProgressBarUI;
            0    1     1     e  Ljavax/swing/event/AncestorEvent;
    MethodParameters:
      Name  Flags
      e     final

  public void paint(java.awt.Graphics, javax.swing.JComponent);
    descriptor: (Ljava/awt/Graphics;Ljavax/swing/JComponent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // com.apple.laf.AquaProgressBarUI this
        start local 1 // java.awt.Graphics g
        start local 2 // javax.swing.JComponent c
         0: .line 154
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaProgressBarUI.revalidateAnimationTimers:()V
         1: .line 156
            aload 0 /* this */
            getfield com.apple.laf.AquaProgressBarUI.painter:Lcom/apple/laf/AquaPainter;
            getfield com.apple.laf.AquaPainter.state:Lapple/laf/JRSUIState;
            checkcast apple.laf.JRSUIState$ValueState
            aload 0 /* this */
            aload 2 /* c */
            invokevirtual com.apple.laf.AquaProgressBarUI.getState:(Ljavax/swing/JComponent;)Lapple/laf/JRSUIConstants$State;
            invokevirtual apple.laf.JRSUIState$ValueState.set:(Lapple/laf/JRSUIConstants$Property;)V
         2: .line 157
            aload 0 /* this */
            getfield com.apple.laf.AquaProgressBarUI.painter:Lcom/apple/laf/AquaPainter;
            getfield com.apple.laf.AquaPainter.state:Lapple/laf/JRSUIState;
            checkcast apple.laf.JRSUIState$ValueState
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaProgressBarUI.isHorizontal:()Z
            ifeq 3
            getstatic apple.laf.JRSUIConstants$Orientation.HORIZONTAL:Lapple/laf/JRSUIConstants$Orientation;
            goto 4
      StackMap locals:
      StackMap stack: apple.laf.JRSUIState$ValueState
         3: getstatic apple.laf.JRSUIConstants$Orientation.VERTICAL:Lapple/laf/JRSUIConstants$Orientation;
      StackMap locals: com.apple.laf.AquaProgressBarUI java.awt.Graphics javax.swing.JComponent
      StackMap stack: apple.laf.JRSUIState$ValueState apple.laf.JRSUIConstants$Orientation
         4: invokevirtual apple.laf.JRSUIState$ValueState.set:(Lapple/laf/JRSUIConstants$Property;)V
         5: .line 158
            aload 0 /* this */
            getfield com.apple.laf.AquaProgressBarUI.painter:Lcom/apple/laf/AquaPainter;
            getfield com.apple.laf.AquaPainter.state:Lapple/laf/JRSUIState;
            checkcast apple.laf.JRSUIState$ValueState
            aload 0 /* this */
            getfield com.apple.laf.AquaProgressBarUI.isAnimating:Z
            ifeq 6
            getstatic apple.laf.JRSUIConstants$Animating.YES:Lapple/laf/JRSUIConstants$Animating;
            goto 7
      StackMap locals:
      StackMap stack: apple.laf.JRSUIState$ValueState
         6: getstatic apple.laf.JRSUIConstants$Animating.NO:Lapple/laf/JRSUIConstants$Animating;
      StackMap locals: com.apple.laf.AquaProgressBarUI java.awt.Graphics javax.swing.JComponent
      StackMap stack: apple.laf.JRSUIState$ValueState apple.laf.JRSUIConstants$Animating
         7: invokevirtual apple.laf.JRSUIState$ValueState.set:(Lapple/laf/JRSUIConstants$Property;)V
         8: .line 160
            aload 0 /* this */
            getfield com.apple.laf.AquaProgressBarUI.progressBar:Ljavax/swing/JProgressBar;
            invokevirtual javax.swing.JProgressBar.isIndeterminate:()Z
            ifeq 16
         9: .line 161
            aload 0 /* this */
            getfield com.apple.laf.AquaProgressBarUI.isCircular:Z
            ifeq 13
        10: .line 162
            aload 0 /* this */
            getfield com.apple.laf.AquaProgressBarUI.painter:Lcom/apple/laf/AquaPainter;
            getfield com.apple.laf.AquaPainter.state:Lapple/laf/JRSUIState;
            checkcast apple.laf.JRSUIState$ValueState
            getstatic apple.laf.JRSUIConstants$Widget.PROGRESS_SPINNER:Lapple/laf/JRSUIConstants$Widget;
            invokevirtual apple.laf.JRSUIState$ValueState.set:(Lapple/laf/JRSUIConstants$Property;)V
        11: .line 163
            aload 0 /* this */
            getfield com.apple.laf.AquaProgressBarUI.painter:Lcom/apple/laf/AquaPainter;
            aload 1 /* g */
            aload 2 /* c */
            iconst_2
            iconst_2
            bipush 16
            bipush 16
            invokevirtual com.apple.laf.AquaPainter.paint:(Ljava/awt/Graphics;Ljava/awt/Component;IIII)V
        12: .line 164
            return
        13: .line 167
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaProgressBarUI.painter:Lcom/apple/laf/AquaPainter;
            getfield com.apple.laf.AquaPainter.state:Lapple/laf/JRSUIState;
            checkcast apple.laf.JRSUIState$ValueState
            getstatic apple.laf.JRSUIConstants$Widget.PROGRESS_INDETERMINATE_BAR:Lapple/laf/JRSUIConstants$Widget;
            invokevirtual apple.laf.JRSUIState$ValueState.set:(Lapple/laf/JRSUIConstants$Property;)V
        14: .line 168
            aload 0 /* this */
            aload 1 /* g */
            invokevirtual com.apple.laf.AquaProgressBarUI.paint:(Ljava/awt/Graphics;)V
        15: .line 169
            return
        16: .line 172
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaProgressBarUI.painter:Lcom/apple/laf/AquaPainter;
            getfield com.apple.laf.AquaPainter.state:Lapple/laf/JRSUIState;
            checkcast apple.laf.JRSUIState$ValueState
            getstatic apple.laf.JRSUIConstants$Widget.PROGRESS_BAR:Lapple/laf/JRSUIConstants$Widget;
            invokevirtual apple.laf.JRSUIState$ValueState.set:(Lapple/laf/JRSUIConstants$Property;)V
        17: .line 173
            aload 0 /* this */
            getfield com.apple.laf.AquaProgressBarUI.painter:Lcom/apple/laf/AquaPainter;
            getfield com.apple.laf.AquaPainter.state:Lapple/laf/JRSUIState;
            checkcast apple.laf.JRSUIState$ValueState
            aload 0 /* this */
            getfield com.apple.laf.AquaProgressBarUI.progressBar:Ljavax/swing/JProgressBar;
            invokevirtual javax.swing.JProgressBar.getPercentComplete:()D
            invokestatic com.apple.laf.AquaProgressBarUI.checkValue:(D)D
            invokevirtual apple.laf.JRSUIState$ValueState.setValue:(D)V
        18: .line 174
            aload 0 /* this */
            aload 1 /* g */
            invokevirtual com.apple.laf.AquaProgressBarUI.paint:(Ljava/awt/Graphics;)V
        19: .line 175
            return
        end local 2 // javax.swing.JComponent c
        end local 1 // java.awt.Graphics g
        end local 0 // com.apple.laf.AquaProgressBarUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   20     0  this  Lcom/apple/laf/AquaProgressBarUI;
            0   20     1     g  Ljava/awt/Graphics;
            0   20     2     c  Ljavax/swing/JComponent;
    MethodParameters:
      Name  Flags
      g     final
      c     final

  static double checkValue(double);
    descriptor: (D)D
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // double value
         0: .line 178
            dload 0 /* value */
            invokestatic java.lang.Double.isNaN:(D)Z
            ifeq 1
            dconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: dload 0 /* value */
      StackMap locals:
      StackMap stack: double
         2: dreturn
        end local 0 // double value
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0  value  D
    MethodParameters:
       Name  Flags
      value  final

  protected void paint(java.awt.Graphics);
    descriptor: (Ljava/awt/Graphics;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=5, args_size=2
        start local 0 // com.apple.laf.AquaProgressBarUI this
        start local 1 // java.awt.Graphics g
         0: .line 183
            aload 0 /* this */
            getfield com.apple.laf.AquaProgressBarUI.progressBar:Ljavax/swing/JProgressBar;
            invokevirtual javax.swing.JProgressBar.getInsets:()Ljava/awt/Insets;
            astore 2 /* i */
        start local 2 // java.awt.Insets i
         1: .line 184
            aload 0 /* this */
            getfield com.apple.laf.AquaProgressBarUI.progressBar:Ljavax/swing/JProgressBar;
            invokevirtual javax.swing.JProgressBar.getWidth:()I
            aload 2 /* i */
            getfield java.awt.Insets.right:I
            aload 2 /* i */
            getfield java.awt.Insets.left:I
            iadd
            isub
            istore 3 /* width */
        start local 3 // int width
         2: .line 185
            aload 0 /* this */
            getfield com.apple.laf.AquaProgressBarUI.progressBar:Ljavax/swing/JProgressBar;
            invokevirtual javax.swing.JProgressBar.getHeight:()I
            aload 2 /* i */
            getfield java.awt.Insets.bottom:I
            aload 2 /* i */
            getfield java.awt.Insets.top:I
            iadd
            isub
            istore 4 /* height */
        start local 4 // int height
         3: .line 187
            aload 0 /* this */
            getfield com.apple.laf.AquaProgressBarUI.painter:Lcom/apple/laf/AquaPainter;
            aload 1 /* g */
            aload 0 /* this */
            getfield com.apple.laf.AquaProgressBarUI.progressBar:Ljavax/swing/JProgressBar;
            aload 2 /* i */
            getfield java.awt.Insets.left:I
            aload 2 /* i */
            getfield java.awt.Insets.top:I
            iload 3 /* width */
            iload 4 /* height */
            invokevirtual com.apple.laf.AquaPainter.paint:(Ljava/awt/Graphics;Ljava/awt/Component;IIII)V
         4: .line 189
            aload 0 /* this */
            getfield com.apple.laf.AquaProgressBarUI.progressBar:Ljavax/swing/JProgressBar;
            invokevirtual javax.swing.JProgressBar.isStringPainted:()Z
            ifeq 6
            aload 0 /* this */
            getfield com.apple.laf.AquaProgressBarUI.progressBar:Ljavax/swing/JProgressBar;
            invokevirtual javax.swing.JProgressBar.isIndeterminate:()Z
            ifne 6
         5: .line 190
            aload 0 /* this */
            aload 1 /* g */
            aload 2 /* i */
            getfield java.awt.Insets.left:I
            aload 2 /* i */
            getfield java.awt.Insets.top:I
            iload 3 /* width */
            iload 4 /* height */
            invokevirtual com.apple.laf.AquaProgressBarUI.paintString:(Ljava/awt/Graphics;IIII)V
         6: .line 192
      StackMap locals: java.awt.Insets int int
      StackMap stack:
            return
        end local 4 // int height
        end local 3 // int width
        end local 2 // java.awt.Insets i
        end local 1 // java.awt.Graphics g
        end local 0 // com.apple.laf.AquaProgressBarUI this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lcom/apple/laf/AquaProgressBarUI;
            0    7     1       g  Ljava/awt/Graphics;
            1    7     2       i  Ljava/awt/Insets;
            2    7     3   width  I
            3    7     4  height  I
    MethodParameters:
      Name  Flags
      g     final

  protected apple.laf.JRSUIConstants$State getState(javax.swing.JComponent);
    descriptor: (Ljavax/swing/JComponent;)Lapple/laf/JRSUIConstants$State;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaProgressBarUI this
        start local 1 // javax.swing.JComponent c
         0: .line 195
            aload 1 /* c */
            invokevirtual javax.swing.JComponent.isEnabled:()Z
            ifne 1
            getstatic apple.laf.JRSUIConstants$State.INACTIVE:Lapple/laf/JRSUIConstants$State;
            areturn
         1: .line 196
      StackMap locals:
      StackMap stack:
            aload 1 /* c */
            invokestatic com.apple.laf.AquaFocusHandler.isActive:(Ljavax/swing/JComponent;)Z
            ifne 2
            getstatic apple.laf.JRSUIConstants$State.INACTIVE:Lapple/laf/JRSUIConstants$State;
            areturn
         2: .line 197
      StackMap locals:
      StackMap stack:
            getstatic apple.laf.JRSUIConstants$State.ACTIVE:Lapple/laf/JRSUIConstants$State;
            areturn
        end local 1 // javax.swing.JComponent c
        end local 0 // com.apple.laf.AquaProgressBarUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/apple/laf/AquaProgressBarUI;
            0    3     1     c  Ljavax/swing/JComponent;
    MethodParameters:
      Name  Flags
      c     final

  protected void paintString(java.awt.Graphics, int, int, int, int);
    descriptor: (Ljava/awt/Graphics;IIII)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=11, args_size=6
        start local 0 // com.apple.laf.AquaProgressBarUI this
        start local 1 // java.awt.Graphics g
        start local 2 // int x
        start local 3 // int y
        start local 4 // int width
        start local 5 // int height
         0: .line 201
            aload 1 /* g */
            instanceof java.awt.Graphics2D
            ifne 1
            return
         1: .line 203
      StackMap locals:
      StackMap stack:
            aload 1 /* g */
            checkcast java.awt.Graphics2D
            astore 6 /* g2 */
        start local 6 // java.awt.Graphics2D g2
         2: .line 204
            aload 0 /* this */
            getfield com.apple.laf.AquaProgressBarUI.progressBar:Ljavax/swing/JProgressBar;
            invokevirtual javax.swing.JProgressBar.getString:()Ljava/lang/String;
            astore 7 /* progressString */
        start local 7 // java.lang.String progressString
         3: .line 205
            aload 6 /* g2 */
            aload 0 /* this */
            getfield com.apple.laf.AquaProgressBarUI.progressBar:Ljavax/swing/JProgressBar;
            invokevirtual javax.swing.JProgressBar.getFont:()Ljava/awt/Font;
            invokevirtual java.awt.Graphics2D.setFont:(Ljava/awt/Font;)V
         4: .line 206
            aload 0 /* this */
            aload 6 /* g2 */
            aload 7 /* progressString */
            iload 2 /* x */
            iload 3 /* y */
            iload 4 /* width */
            iload 5 /* height */
            invokevirtual com.apple.laf.AquaProgressBarUI.getStringPlacement:(Ljava/awt/Graphics;Ljava/lang/String;IIII)Ljava/awt/Point;
            astore 8 /* renderLocation */
        start local 8 // java.awt.Point renderLocation
         5: .line 207
            aload 6 /* g2 */
            invokevirtual java.awt.Graphics2D.getClipBounds:()Ljava/awt/Rectangle;
            astore 9 /* oldClip */
        start local 9 // java.awt.Rectangle oldClip
         6: .line 209
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaProgressBarUI.isHorizontal:()Z
            ifeq 10
         7: .line 210
            aload 6 /* g2 */
            aload 0 /* this */
            getfield com.apple.laf.AquaProgressBarUI.selectionForeground:Ljava/awt/Color;
            invokevirtual java.awt.Graphics2D.setColor:(Ljava/awt/Color;)V
         8: .line 211
            aload 0 /* this */
            getfield com.apple.laf.AquaProgressBarUI.progressBar:Ljavax/swing/JProgressBar;
            aload 6 /* g2 */
            aload 7 /* progressString */
            aload 8 /* renderLocation */
            getfield java.awt.Point.x:I
            aload 8 /* renderLocation */
            getfield java.awt.Point.y:I
            invokestatic sun.swing.SwingUtilities2.drawString:(Ljavax/swing/JComponent;Ljava/awt/Graphics;Ljava/lang/String;II)V
         9: .line 212
            goto 16
        10: .line 214
      StackMap locals: com.apple.laf.AquaProgressBarUI java.awt.Graphics int int int int java.awt.Graphics2D java.lang.String java.awt.Point java.awt.Rectangle
      StackMap stack:
            aload 6 /* g2 */
            invokevirtual java.awt.Graphics2D.getTransform:()Ljava/awt/geom/AffineTransform;
            astore 10 /* savedAT */
        start local 10 // java.awt.geom.AffineTransform savedAT
        11: .line 215
            aload 6 /* g2 */
            ldc -1.5707963267948966
            dconst_0
            dconst_0
            invokestatic java.awt.geom.AffineTransform.getRotateInstance:(DDD)Ljava/awt/geom/AffineTransform;
            invokevirtual java.awt.Graphics2D.transform:(Ljava/awt/geom/AffineTransform;)V
        12: .line 216
            aload 6 /* g2 */
            aload 0 /* this */
            getfield com.apple.laf.AquaProgressBarUI.progressBar:Ljavax/swing/JProgressBar;
            invokevirtual javax.swing.JProgressBar.getHeight:()I
            ineg
            iconst_0
            invokevirtual java.awt.Graphics2D.translate:(II)V
        13: .line 220
            aload 6 /* g2 */
            aload 0 /* this */
            getfield com.apple.laf.AquaProgressBarUI.selectionForeground:Ljava/awt/Color;
            invokevirtual java.awt.Graphics2D.setColor:(Ljava/awt/Color;)V
        14: .line 221
            aload 0 /* this */
            getfield com.apple.laf.AquaProgressBarUI.progressBar:Ljavax/swing/JProgressBar;
            aload 6 /* g2 */
            aload 7 /* progressString */
            aload 8 /* renderLocation */
            getfield java.awt.Point.x:I
            aload 8 /* renderLocation */
            getfield java.awt.Point.y:I
            invokestatic sun.swing.SwingUtilities2.drawString:(Ljavax/swing/JComponent;Ljava/awt/Graphics;Ljava/lang/String;II)V
        15: .line 223
            aload 6 /* g2 */
            aload 10 /* savedAT */
            invokevirtual java.awt.Graphics2D.setTransform:(Ljava/awt/geom/AffineTransform;)V
        end local 10 // java.awt.geom.AffineTransform savedAT
        16: .line 226
      StackMap locals:
      StackMap stack:
            aload 6 /* g2 */
            aload 9 /* oldClip */
            invokevirtual java.awt.Graphics2D.setClip:(Ljava/awt/Shape;)V
        17: .line 227
            return
        end local 9 // java.awt.Rectangle oldClip
        end local 8 // java.awt.Point renderLocation
        end local 7 // java.lang.String progressString
        end local 6 // java.awt.Graphics2D g2
        end local 5 // int height
        end local 4 // int width
        end local 3 // int y
        end local 2 // int x
        end local 1 // java.awt.Graphics g
        end local 0 // com.apple.laf.AquaProgressBarUI this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   18     0            this  Lcom/apple/laf/AquaProgressBarUI;
            0   18     1               g  Ljava/awt/Graphics;
            0   18     2               x  I
            0   18     3               y  I
            0   18     4           width  I
            0   18     5          height  I
            2   18     6              g2  Ljava/awt/Graphics2D;
            3   18     7  progressString  Ljava/lang/String;
            5   18     8  renderLocation  Ljava/awt/Point;
            6   18     9         oldClip  Ljava/awt/Rectangle;
           11   16    10         savedAT  Ljava/awt/geom/AffineTransform;
    MethodParameters:
        Name  Flags
      g       final
      x       final
      y       final
      width   final
      height  final

  protected java.awt.Point getStringPlacement(java.awt.Graphics, java.lang.String, int, int, int, int);
    descriptor: (Ljava/awt/Graphics;Ljava/lang/String;IIII)Ljava/awt/Point;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=11, args_size=7
        start local 0 // com.apple.laf.AquaProgressBarUI this
        start local 1 // java.awt.Graphics g
        start local 2 // java.lang.String progressString
        start local 3 // int x
        start local 4 // int y
        start local 5 // int width
        start local 6 // int height
         0: .line 235
            aload 0 /* this */
            getfield com.apple.laf.AquaProgressBarUI.progressBar:Ljavax/swing/JProgressBar;
            aload 0 /* this */
            getfield com.apple.laf.AquaProgressBarUI.progressBar:Ljavax/swing/JProgressBar;
            invokevirtual javax.swing.JProgressBar.getFont:()Ljava/awt/Font;
            invokevirtual javax.swing.JProgressBar.getFontMetrics:(Ljava/awt/Font;)Ljava/awt/FontMetrics;
            astore 7 /* fontSizer */
        start local 7 // java.awt.FontMetrics fontSizer
         1: .line 236
            aload 7 /* fontSizer */
            aload 2 /* progressString */
            invokevirtual java.awt.FontMetrics.stringWidth:(Ljava/lang/String;)I
            istore 8 /* stringWidth */
        start local 8 // int stringWidth
         2: .line 238
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaProgressBarUI.isHorizontal:()Z
            ifne 9
         3: .line 241
            iload 6 /* height */
            istore 9 /* oldH */
        start local 9 // int oldH
         4: .line 242
            iload 5 /* width */
            istore 6 /* height */
         5: .line 243
            iload 9 /* oldH */
            istore 5 /* width */
         6: .line 245
            iload 3 /* x */
            istore 10 /* oldX */
        start local 10 // int oldX
         7: .line 246
            iload 4 /* y */
            istore 3 /* x */
         8: .line 247
            iload 10 /* oldX */
            istore 4 /* y */
        end local 10 // int oldX
        end local 9 // int oldH
         9: .line 250
      StackMap locals: java.awt.FontMetrics int
      StackMap stack:
            new java.awt.Point
            dup
            iload 3 /* x */
            iload 5 /* width */
            iconst_2
            idiv
            iload 8 /* stringWidth */
            iconst_2
            idiv
            isub
            i2f
            invokestatic java.lang.Math.round:(F)I
            iadd
            iload 4 /* y */
            iload 6 /* height */
            aload 7 /* fontSizer */
            invokevirtual java.awt.FontMetrics.getAscent:()I
            iadd
            aload 7 /* fontSizer */
            invokevirtual java.awt.FontMetrics.getLeading:()I
            isub
            aload 7 /* fontSizer */
            invokevirtual java.awt.FontMetrics.getDescent:()I
            isub
            iconst_2
            idiv
            iadd
            iconst_1
            isub
            invokespecial java.awt.Point.<init>:(II)V
            areturn
        end local 8 // int stringWidth
        end local 7 // java.awt.FontMetrics fontSizer
        end local 6 // int height
        end local 5 // int width
        end local 4 // int y
        end local 3 // int x
        end local 2 // java.lang.String progressString
        end local 1 // java.awt.Graphics g
        end local 0 // com.apple.laf.AquaProgressBarUI this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   10     0            this  Lcom/apple/laf/AquaProgressBarUI;
            0   10     1               g  Ljava/awt/Graphics;
            0   10     2  progressString  Ljava/lang/String;
            0   10     3               x  I
            0   10     4               y  I
            0   10     5           width  I
            0   10     6          height  I
            1   10     7       fontSizer  Ljava/awt/FontMetrics;
            2   10     8     stringWidth  I
            4    9     9            oldH  I
            7    9    10            oldX  I
    MethodParameters:
                Name  Flags
      g               final
      progressString  final
      x               
      y               
      width           
      height          

  static java.awt.Dimension getCircularPreferredSize();
    descriptor: ()Ljava/awt/Dimension;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 254
            new java.awt.Dimension
            dup
            bipush 20
            bipush 20
            invokespecial java.awt.Dimension.<init>:(II)V
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.awt.Dimension getPreferredSize(javax.swing.JComponent);
    descriptor: (Ljavax/swing/JComponent;)Ljava/awt/Dimension;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // com.apple.laf.AquaProgressBarUI this
        start local 1 // javax.swing.JComponent c
         0: .line 258
            aload 0 /* this */
            getfield com.apple.laf.AquaProgressBarUI.isCircular:Z
            ifeq 2
         1: .line 259
            invokestatic com.apple.laf.AquaProgressBarUI.getCircularPreferredSize:()Ljava/awt/Dimension;
            areturn
         2: .line 262
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaProgressBarUI.progressBar:Ljavax/swing/JProgressBar;
            aload 0 /* this */
            getfield com.apple.laf.AquaProgressBarUI.progressBar:Ljavax/swing/JProgressBar;
            invokevirtual javax.swing.JProgressBar.getFont:()Ljava/awt/Font;
            invokevirtual javax.swing.JProgressBar.getFontMetrics:(Ljava/awt/Font;)Ljava/awt/FontMetrics;
            astore 2 /* metrics */
        start local 2 // java.awt.FontMetrics metrics
         3: .line 264
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaProgressBarUI.isHorizontal:()Z
            ifeq 4
            aload 0 /* this */
            aload 2 /* metrics */
            invokevirtual com.apple.laf.AquaProgressBarUI.getPreferredHorizontalSize:(Ljava/awt/FontMetrics;)Ljava/awt/Dimension;
            goto 5
      StackMap locals: java.awt.FontMetrics
      StackMap stack:
         4: aload 0 /* this */
            aload 2 /* metrics */
            invokevirtual com.apple.laf.AquaProgressBarUI.getPreferredVerticalSize:(Ljava/awt/FontMetrics;)Ljava/awt/Dimension;
      StackMap locals:
      StackMap stack: java.awt.Dimension
         5: astore 3 /* size */
        start local 3 // java.awt.Dimension size
         6: .line 265
            aload 0 /* this */
            getfield com.apple.laf.AquaProgressBarUI.progressBar:Ljavax/swing/JProgressBar;
            invokevirtual javax.swing.JProgressBar.getInsets:()Ljava/awt/Insets;
            astore 4 /* insets */
        start local 4 // java.awt.Insets insets
         7: .line 267
            aload 3 /* size */
            dup
            getfield java.awt.Dimension.width:I
            aload 4 /* insets */
            getfield java.awt.Insets.left:I
            aload 4 /* insets */
            getfield java.awt.Insets.right:I
            iadd
            iadd
            putfield java.awt.Dimension.width:I
         8: .line 268
            aload 3 /* size */
            dup
            getfield java.awt.Dimension.height:I
            aload 4 /* insets */
            getfield java.awt.Insets.top:I
            aload 4 /* insets */
            getfield java.awt.Insets.bottom:I
            iadd
            iadd
            putfield java.awt.Dimension.height:I
         9: .line 269
            aload 3 /* size */
            areturn
        end local 4 // java.awt.Insets insets
        end local 3 // java.awt.Dimension size
        end local 2 // java.awt.FontMetrics metrics
        end local 1 // javax.swing.JComponent c
        end local 0 // com.apple.laf.AquaProgressBarUI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   10     0     this  Lcom/apple/laf/AquaProgressBarUI;
            0   10     1        c  Ljavax/swing/JComponent;
            3   10     2  metrics  Ljava/awt/FontMetrics;
            6   10     3     size  Ljava/awt/Dimension;
            7   10     4   insets  Ljava/awt/Insets;
    MethodParameters:
      Name  Flags
      c     final

  protected java.awt.Dimension getPreferredHorizontalSize(java.awt.FontMetrics);
    descriptor: (Ljava/awt/FontMetrics;)Ljava/awt/Dimension;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=7, args_size=2
        start local 0 // com.apple.laf.AquaProgressBarUI this
        start local 1 // java.awt.FontMetrics metrics
         0: .line 273
            invokestatic com.apple.laf.AquaProgressBarUI.getSizeDescriptor:()Lcom/apple/laf/AquaUtilControlSize$SizeDescriptor;
            aload 0 /* this */
            getfield com.apple.laf.AquaProgressBarUI.sizeVariant:Lapple/laf/JRSUIConstants$Size;
            invokevirtual com.apple.laf.AquaUtilControlSize$SizeDescriptor.get:(Lapple/laf/JRSUIConstants$Size;)Lcom/apple/laf/AquaUtilControlSize$SizeVariant;
            astore 2 /* variant */
        start local 2 // com.apple.laf.AquaUtilControlSize$SizeVariant variant
         1: .line 274
            new java.awt.Dimension
            dup
            aload 2 /* variant */
            getfield com.apple.laf.AquaUtilControlSize$SizeVariant.w:I
            aload 2 /* variant */
            getfield com.apple.laf.AquaUtilControlSize$SizeVariant.h:I
            invokespecial java.awt.Dimension.<init>:(II)V
            astore 3 /* size */
        start local 3 // java.awt.Dimension size
         2: .line 275
            aload 0 /* this */
            getfield com.apple.laf.AquaProgressBarUI.progressBar:Ljavax/swing/JProgressBar;
            invokevirtual javax.swing.JProgressBar.isStringPainted:()Z
            ifne 3
            aload 3 /* size */
            areturn
         3: .line 278
      StackMap locals: com.apple.laf.AquaUtilControlSize$SizeVariant java.awt.Dimension
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaProgressBarUI.progressBar:Ljavax/swing/JProgressBar;
            invokevirtual javax.swing.JProgressBar.getString:()Ljava/lang/String;
            astore 4 /* progString */
        start local 4 // java.lang.String progString
         4: .line 279
            aload 1 /* metrics */
            aload 4 /* progString */
            invokevirtual java.awt.FontMetrics.stringWidth:(Ljava/lang/String;)I
            istore 5 /* stringWidth */
        start local 5 // int stringWidth
         5: .line 280
            iload 5 /* stringWidth */
            aload 3 /* size */
            getfield java.awt.Dimension.width:I
            if_icmple 7
         6: .line 281
            aload 3 /* size */
            iload 5 /* stringWidth */
            putfield java.awt.Dimension.width:I
         7: .line 289
      StackMap locals: java.lang.String int
      StackMap stack:
            aload 1 /* metrics */
            invokevirtual java.awt.FontMetrics.getHeight:()I
            aload 1 /* metrics */
            invokevirtual java.awt.FontMetrics.getDescent:()I
            iadd
            istore 6 /* stringHeight */
        start local 6 // int stringHeight
         8: .line 290
            iload 6 /* stringHeight */
            aload 3 /* size */
            getfield java.awt.Dimension.height:I
            if_icmple 10
         9: .line 291
            aload 3 /* size */
            iload 6 /* stringHeight */
            putfield java.awt.Dimension.height:I
        10: .line 293
      StackMap locals: int
      StackMap stack:
            aload 3 /* size */
            areturn
        end local 6 // int stringHeight
        end local 5 // int stringWidth
        end local 4 // java.lang.String progString
        end local 3 // java.awt.Dimension size
        end local 2 // com.apple.laf.AquaUtilControlSize$SizeVariant variant
        end local 1 // java.awt.FontMetrics metrics
        end local 0 // com.apple.laf.AquaProgressBarUI this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   11     0          this  Lcom/apple/laf/AquaProgressBarUI;
            0   11     1       metrics  Ljava/awt/FontMetrics;
            1   11     2       variant  Lcom/apple/laf/AquaUtilControlSize$SizeVariant;
            2   11     3          size  Ljava/awt/Dimension;
            4   11     4    progString  Ljava/lang/String;
            5   11     5   stringWidth  I
            8   11     6  stringHeight  I
    MethodParameters:
         Name  Flags
      metrics  final

  protected java.awt.Dimension getPreferredVerticalSize(java.awt.FontMetrics);
    descriptor: (Ljava/awt/FontMetrics;)Ljava/awt/Dimension;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=7, args_size=2
        start local 0 // com.apple.laf.AquaProgressBarUI this
        start local 1 // java.awt.FontMetrics metrics
         0: .line 297
            invokestatic com.apple.laf.AquaProgressBarUI.getSizeDescriptor:()Lcom/apple/laf/AquaUtilControlSize$SizeDescriptor;
            aload 0 /* this */
            getfield com.apple.laf.AquaProgressBarUI.sizeVariant:Lapple/laf/JRSUIConstants$Size;
            invokevirtual com.apple.laf.AquaUtilControlSize$SizeDescriptor.get:(Lapple/laf/JRSUIConstants$Size;)Lcom/apple/laf/AquaUtilControlSize$SizeVariant;
            astore 2 /* variant */
        start local 2 // com.apple.laf.AquaUtilControlSize$SizeVariant variant
         1: .line 298
            new java.awt.Dimension
            dup
            aload 2 /* variant */
            getfield com.apple.laf.AquaUtilControlSize$SizeVariant.h:I
            aload 2 /* variant */
            getfield com.apple.laf.AquaUtilControlSize$SizeVariant.w:I
            invokespecial java.awt.Dimension.<init>:(II)V
            astore 3 /* size */
        start local 3 // java.awt.Dimension size
         2: .line 299
            aload 0 /* this */
            getfield com.apple.laf.AquaProgressBarUI.progressBar:Ljavax/swing/JProgressBar;
            invokevirtual javax.swing.JProgressBar.isStringPainted:()Z
            ifne 3
            aload 3 /* size */
            areturn
         3: .line 302
      StackMap locals: com.apple.laf.AquaUtilControlSize$SizeVariant java.awt.Dimension
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaProgressBarUI.progressBar:Ljavax/swing/JProgressBar;
            invokevirtual javax.swing.JProgressBar.getString:()Ljava/lang/String;
            astore 4 /* progString */
        start local 4 // java.lang.String progString
         4: .line 303
            aload 1 /* metrics */
            invokevirtual java.awt.FontMetrics.getHeight:()I
            aload 1 /* metrics */
            invokevirtual java.awt.FontMetrics.getDescent:()I
            iadd
            istore 5 /* stringHeight */
        start local 5 // int stringHeight
         5: .line 304
            iload 5 /* stringHeight */
            aload 3 /* size */
            getfield java.awt.Dimension.width:I
            if_icmple 7
         6: .line 305
            aload 3 /* size */
            iload 5 /* stringHeight */
            putfield java.awt.Dimension.width:I
         7: .line 309
      StackMap locals: java.lang.String int
      StackMap stack:
            aload 1 /* metrics */
            aload 4 /* progString */
            invokevirtual java.awt.FontMetrics.stringWidth:(Ljava/lang/String;)I
            istore 6 /* stringWidth */
        start local 6 // int stringWidth
         8: .line 310
            iload 6 /* stringWidth */
            aload 3 /* size */
            getfield java.awt.Dimension.height:I
            if_icmple 10
         9: .line 311
            aload 3 /* size */
            iload 6 /* stringWidth */
            putfield java.awt.Dimension.height:I
        10: .line 313
      StackMap locals: int
      StackMap stack:
            aload 3 /* size */
            areturn
        end local 6 // int stringWidth
        end local 5 // int stringHeight
        end local 4 // java.lang.String progString
        end local 3 // java.awt.Dimension size
        end local 2 // com.apple.laf.AquaUtilControlSize$SizeVariant variant
        end local 1 // java.awt.FontMetrics metrics
        end local 0 // com.apple.laf.AquaProgressBarUI this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   11     0          this  Lcom/apple/laf/AquaProgressBarUI;
            0   11     1       metrics  Ljava/awt/FontMetrics;
            1   11     2       variant  Lcom/apple/laf/AquaUtilControlSize$SizeVariant;
            2   11     3          size  Ljava/awt/Dimension;
            4   11     4    progString  Ljava/lang/String;
            5   11     5  stringHeight  I
            8   11     6   stringWidth  I
    MethodParameters:
         Name  Flags
      metrics  final

  public java.awt.Dimension getMinimumSize(javax.swing.JComponent);
    descriptor: (Ljavax/swing/JComponent;)Ljava/awt/Dimension;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.apple.laf.AquaProgressBarUI this
        start local 1 // javax.swing.JComponent c
         0: .line 317
            aload 0 /* this */
            getfield com.apple.laf.AquaProgressBarUI.isCircular:Z
            ifeq 2
         1: .line 318
            invokestatic com.apple.laf.AquaProgressBarUI.getCircularPreferredSize:()Ljava/awt/Dimension;
            areturn
         2: .line 321
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.apple.laf.AquaProgressBarUI.progressBar:Ljavax/swing/JProgressBar;
            invokevirtual com.apple.laf.AquaProgressBarUI.getPreferredSize:(Ljavax/swing/JComponent;)Ljava/awt/Dimension;
            astore 2 /* pref */
        start local 2 // java.awt.Dimension pref
         3: .line 325
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaProgressBarUI.isHorizontal:()Z
            ifeq 6
         4: .line 326
            aload 2 /* pref */
            bipush 10
            putfield java.awt.Dimension.width:I
         5: .line 327
            goto 7
         6: .line 328
      StackMap locals: java.awt.Dimension
      StackMap stack:
            aload 2 /* pref */
            bipush 10
            putfield java.awt.Dimension.height:I
         7: .line 331
      StackMap locals:
      StackMap stack:
            aload 2 /* pref */
            areturn
        end local 2 // java.awt.Dimension pref
        end local 1 // javax.swing.JComponent c
        end local 0 // com.apple.laf.AquaProgressBarUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/apple/laf/AquaProgressBarUI;
            0    8     1     c  Ljavax/swing/JComponent;
            3    8     2  pref  Ljava/awt/Dimension;
    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=2, locals=3, args_size=2
        start local 0 // com.apple.laf.AquaProgressBarUI this
        start local 1 // javax.swing.JComponent c
         0: .line 335
            aload 0 /* this */
            getfield com.apple.laf.AquaProgressBarUI.isCircular:Z
            ifeq 2
         1: .line 336
            invokestatic com.apple.laf.AquaProgressBarUI.getCircularPreferredSize:()Ljava/awt/Dimension;
            areturn
         2: .line 339
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.apple.laf.AquaProgressBarUI.progressBar:Ljavax/swing/JProgressBar;
            invokevirtual com.apple.laf.AquaProgressBarUI.getPreferredSize:(Ljavax/swing/JComponent;)Ljava/awt/Dimension;
            astore 2 /* pref */
        start local 2 // java.awt.Dimension pref
         3: .line 341
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaProgressBarUI.isHorizontal:()Z
            ifeq 6
         4: .line 342
            aload 2 /* pref */
            sipush 32767
            putfield java.awt.Dimension.width:I
         5: .line 343
            goto 7
         6: .line 344
      StackMap locals: java.awt.Dimension
      StackMap stack:
            aload 2 /* pref */
            sipush 32767
            putfield java.awt.Dimension.height:I
         7: .line 347
      StackMap locals:
      StackMap stack:
            aload 2 /* pref */
            areturn
        end local 2 // java.awt.Dimension pref
        end local 1 // javax.swing.JComponent c
        end local 0 // com.apple.laf.AquaProgressBarUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/apple/laf/AquaProgressBarUI;
            0    8     1     c  Ljavax/swing/JComponent;
            3    8     2  pref  Ljava/awt/Dimension;
    MethodParameters:
      Name  Flags
      c     final

  public void applySizeFor(javax.swing.JComponent, apple.laf.JRSUIConstants$Size);
    descriptor: (Ljavax/swing/JComponent;Lapple/laf/JRSUIConstants$Size;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.apple.laf.AquaProgressBarUI this
        start local 1 // javax.swing.JComponent c
        start local 2 // apple.laf.JRSUIConstants$Size size
         0: .line 351
            aload 0 /* this */
            getfield com.apple.laf.AquaProgressBarUI.painter:Lcom/apple/laf/AquaPainter;
            getfield com.apple.laf.AquaPainter.state:Lapple/laf/JRSUIState;
            checkcast apple.laf.JRSUIState$ValueState
            aload 0 /* this */
            aload 2 /* size */
            getstatic apple.laf.JRSUIConstants$Size.MINI:Lapple/laf/JRSUIConstants$Size;
            if_acmpne 1
            getstatic apple.laf.JRSUIConstants$Size.SMALL:Lapple/laf/JRSUIConstants$Size;
            goto 2
      StackMap locals: com.apple.laf.AquaProgressBarUI javax.swing.JComponent apple.laf.JRSUIConstants$Size
      StackMap stack: apple.laf.JRSUIState$ValueState com.apple.laf.AquaProgressBarUI
         1: aload 0 /* this */
            getfield com.apple.laf.AquaProgressBarUI.sizeVariant:Lapple/laf/JRSUIConstants$Size;
      StackMap locals: com.apple.laf.AquaProgressBarUI javax.swing.JComponent apple.laf.JRSUIConstants$Size
      StackMap stack: apple.laf.JRSUIState$ValueState com.apple.laf.AquaProgressBarUI apple.laf.JRSUIConstants$Size
         2: dup_x1
            putfield com.apple.laf.AquaProgressBarUI.sizeVariant:Lapple/laf/JRSUIConstants$Size;
            invokevirtual apple.laf.JRSUIState$ValueState.set:(Lapple/laf/JRSUIConstants$Property;)V
         3: .line 352
            return
        end local 2 // apple.laf.JRSUIConstants$Size size
        end local 1 // javax.swing.JComponent c
        end local 0 // com.apple.laf.AquaProgressBarUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/apple/laf/AquaProgressBarUI;
            0    4     1     c  Ljavax/swing/JComponent;
            0    4     2  size  Lapple/laf/JRSUIConstants$Size;
    MethodParameters:
      Name  Flags
      c     final
      size  final

  protected void startAnimationTimer();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaProgressBarUI this
         0: .line 355
            aload 0 /* this */
            getfield com.apple.laf.AquaProgressBarUI.animator:Lcom/apple/laf/AquaProgressBarUI$Animator;
            ifnonnull 1
            aload 0 /* this */
            new com.apple.laf.AquaProgressBarUI$Animator
            dup
            aload 0 /* this */
            invokespecial com.apple.laf.AquaProgressBarUI$Animator.<init>:(Lcom/apple/laf/AquaProgressBarUI;)V
            putfield com.apple.laf.AquaProgressBarUI.animator:Lcom/apple/laf/AquaProgressBarUI$Animator;
         1: .line 356
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaProgressBarUI.animator:Lcom/apple/laf/AquaProgressBarUI$Animator;
            invokevirtual com.apple.laf.AquaProgressBarUI$Animator.start:()V
         2: .line 357
            aload 0 /* this */
            iconst_1
            putfield com.apple.laf.AquaProgressBarUI.isAnimating:Z
         3: .line 358
            return
        end local 0 // com.apple.laf.AquaProgressBarUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/apple/laf/AquaProgressBarUI;

  protected void stopAnimationTimer();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaProgressBarUI this
         0: .line 361
            aload 0 /* this */
            getfield com.apple.laf.AquaProgressBarUI.animator:Lcom/apple/laf/AquaProgressBarUI$Animator;
            ifnull 1
            aload 0 /* this */
            getfield com.apple.laf.AquaProgressBarUI.animator:Lcom/apple/laf/AquaProgressBarUI$Animator;
            invokevirtual com.apple.laf.AquaProgressBarUI$Animator.stop:()V
         1: .line 362
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield com.apple.laf.AquaProgressBarUI.isAnimating:Z
         2: .line 363
            return
        end local 0 // com.apple.laf.AquaProgressBarUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/apple/laf/AquaProgressBarUI;

  protected java.awt.Rectangle getRepaintRect();
    descriptor: ()Ljava/awt/Rectangle;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=7, args_size=1
        start local 0 // com.apple.laf.AquaProgressBarUI this
         0: .line 368
            aload 0 /* this */
            getfield com.apple.laf.AquaProgressBarUI.progressBar:Ljavax/swing/JProgressBar;
            invokevirtual javax.swing.JProgressBar.getHeight:()I
            istore 1 /* height */
        start local 1 // int height
         1: .line 369
            aload 0 /* this */
            getfield com.apple.laf.AquaProgressBarUI.progressBar:Ljavax/swing/JProgressBar;
            invokevirtual javax.swing.JProgressBar.getWidth:()I
            istore 2 /* width */
        start local 2 // int width
         2: .line 371
            aload 0 /* this */
            getfield com.apple.laf.AquaProgressBarUI.isCircular:Z
            ifeq 4
         3: .line 372
            new java.awt.Rectangle
            dup
            bipush 20
            bipush 20
            invokespecial java.awt.Rectangle.<init>:(II)V
            areturn
         4: .line 375
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaProgressBarUI.fLastSize:Ljava/awt/Dimension;
            getfield java.awt.Dimension.height:I
            iload 1 /* height */
            if_icmpne 6
            aload 0 /* this */
            getfield com.apple.laf.AquaProgressBarUI.fLastSize:Ljava/awt/Dimension;
            getfield java.awt.Dimension.width:I
            iload 2 /* width */
            if_icmpne 6
         5: .line 376
            aload 0 /* this */
            getfield com.apple.laf.AquaProgressBarUI.fUpdateArea:Ljava/awt/Rectangle;
            areturn
         6: .line 379
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 3 /* x */
        start local 3 // int x
         7: .line 380
            iconst_0
            istore 4 /* y */
        start local 4 // int y
         8: .line 381
            aload 0 /* this */
            getfield com.apple.laf.AquaProgressBarUI.fLastSize:Ljava/awt/Dimension;
            iload 1 /* height */
            putfield java.awt.Dimension.height:I
         9: .line 382
            aload 0 /* this */
            getfield com.apple.laf.AquaProgressBarUI.fLastSize:Ljava/awt/Dimension;
            iload 2 /* width */
            putfield java.awt.Dimension.width:I
        10: .line 384
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaProgressBarUI.getMaxProgressBarHeight:()I
            istore 5 /* maxHeight */
        start local 5 // int maxHeight
        11: .line 386
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaProgressBarUI.isHorizontal:()Z
            ifeq 16
        12: .line 387
            iload 1 /* height */
            iload 5 /* maxHeight */
            isub
            istore 6 /* excessHeight */
        start local 6 // int excessHeight
        13: .line 388
            iload 4 /* y */
            iload 6 /* excessHeight */
            iconst_2
            idiv
            iadd
            istore 4 /* y */
        14: .line 389
            iload 5 /* maxHeight */
            istore 1 /* height */
        end local 6 // int excessHeight
        15: .line 390
            goto 19
        16: .line 391
      StackMap locals: int int int
      StackMap stack:
            iload 2 /* width */
            iload 5 /* maxHeight */
            isub
            istore 6 /* excessHeight */
        start local 6 // int excessHeight
        17: .line 392
            iload 3 /* x */
            iload 6 /* excessHeight */
            iconst_2
            idiv
            iadd
            istore 3 /* x */
        18: .line 393
            iload 5 /* maxHeight */
            istore 2 /* width */
        end local 6 // int excessHeight
        19: .line 396
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaProgressBarUI.fUpdateArea:Ljava/awt/Rectangle;
            iload 3 /* x */
            iload 4 /* y */
            iload 2 /* width */
            iload 1 /* height */
            invokevirtual java.awt.Rectangle.setBounds:(IIII)V
        20: .line 398
            aload 0 /* this */
            getfield com.apple.laf.AquaProgressBarUI.fUpdateArea:Ljava/awt/Rectangle;
            areturn
        end local 5 // int maxHeight
        end local 4 // int y
        end local 3 // int x
        end local 2 // int width
        end local 1 // int height
        end local 0 // com.apple.laf.AquaProgressBarUI this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   21     0          this  Lcom/apple/laf/AquaProgressBarUI;
            1   21     1        height  I
            2   21     2         width  I
            7   21     3             x  I
            8   21     4             y  I
           11   21     5     maxHeight  I
           13   15     6  excessHeight  I
           17   19     6  excessHeight  I

  protected int getMaxProgressBarHeight();
    descriptor: ()I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaProgressBarUI this
         0: .line 402
            invokestatic com.apple.laf.AquaProgressBarUI.getSizeDescriptor:()Lcom/apple/laf/AquaUtilControlSize$SizeDescriptor;
            aload 0 /* this */
            getfield com.apple.laf.AquaProgressBarUI.sizeVariant:Lapple/laf/JRSUIConstants$Size;
            invokevirtual com.apple.laf.AquaUtilControlSize$SizeDescriptor.get:(Lapple/laf/JRSUIConstants$Size;)Lcom/apple/laf/AquaUtilControlSize$SizeVariant;
            getfield com.apple.laf.AquaUtilControlSize$SizeVariant.h:I
            ireturn
        end local 0 // com.apple.laf.AquaProgressBarUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/laf/AquaProgressBarUI;

  protected boolean isHorizontal();
    descriptor: ()Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaProgressBarUI this
         0: .line 406
            aload 0 /* this */
            getfield com.apple.laf.AquaProgressBarUI.progressBar:Ljavax/swing/JProgressBar;
            invokevirtual javax.swing.JProgressBar.getOrientation:()I
            ifne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.apple.laf.AquaProgressBarUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/apple/laf/AquaProgressBarUI;

  protected void revalidateAnimationTimers();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // com.apple.laf.AquaProgressBarUI this
         0: .line 410
            aload 0 /* this */
            getfield com.apple.laf.AquaProgressBarUI.progressBar:Ljavax/swing/JProgressBar;
            invokevirtual javax.swing.JProgressBar.isIndeterminate:()Z
            ifeq 1
            return
         1: .line 412
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaProgressBarUI.isAnimating:Z
            ifne 4
         2: .line 413
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaProgressBarUI.startAnimationTimer:()V
         3: .line 414
            return
         4: .line 417
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaProgressBarUI.progressBar:Ljavax/swing/JProgressBar;
            invokevirtual javax.swing.JProgressBar.getModel:()Ljavax/swing/BoundedRangeModel;
            astore 1 /* model */
        start local 1 // javax.swing.BoundedRangeModel model
         5: .line 418
            aload 1 /* model */
            invokeinterface javax.swing.BoundedRangeModel.getValue:()I
            i2d
            dstore 2 /* currentValue */
        start local 2 // double currentValue
         6: .line 419
            dload 2 /* currentValue */
            aload 1 /* model */
            invokeinterface javax.swing.BoundedRangeModel.getMaximum:()I
            i2d
            dcmpl
            ifeq 7
            dload 2 /* currentValue */
            aload 1 /* model */
            invokeinterface javax.swing.BoundedRangeModel.getMinimum:()I
            i2d
            dcmpl
            ifne 8
         7: .line 420
      StackMap locals: javax.swing.BoundedRangeModel double
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaProgressBarUI.stopAnimationTimer:()V
         8: .line 422
      StackMap locals:
      StackMap stack:
            return
        end local 2 // double currentValue
        end local 1 // javax.swing.BoundedRangeModel model
        end local 0 // com.apple.laf.AquaProgressBarUI this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    9     0          this  Lcom/apple/laf/AquaProgressBarUI;
            5    9     1         model  Ljavax/swing/BoundedRangeModel;
            6    9     2  currentValue  D

  protected void repaint();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.apple.laf.AquaProgressBarUI this
         0: .line 425
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaProgressBarUI.getRepaintRect:()Ljava/awt/Rectangle;
            astore 1 /* repaintRect */
        start local 1 // java.awt.Rectangle repaintRect
         1: .line 426
            aload 1 /* repaintRect */
            ifnonnull 4
         2: .line 427
            aload 0 /* this */
            getfield com.apple.laf.AquaProgressBarUI.progressBar:Ljavax/swing/JProgressBar;
            invokevirtual javax.swing.JProgressBar.repaint:()V
         3: .line 428
            return
         4: .line 431
      StackMap locals: java.awt.Rectangle
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaProgressBarUI.progressBar:Ljavax/swing/JProgressBar;
            aload 1 /* repaintRect */
            invokevirtual javax.swing.JProgressBar.repaint:(Ljava/awt/Rectangle;)V
         5: .line 432
            return
        end local 1 // java.awt.Rectangle repaintRect
        end local 0 // com.apple.laf.AquaProgressBarUI this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Lcom/apple/laf/AquaProgressBarUI;
            1    6     1  repaintRect  Ljava/awt/Rectangle;
}
SourceFile: "AquaProgressBarUI.java"
NestMembers:
  com.apple.laf.AquaProgressBarUI$1  com.apple.laf.AquaProgressBarUI$1$1  com.apple.laf.AquaProgressBarUI$Animator
InnerClasses:
  public Animating = apple.laf.JRSUIConstants$Animating of apple.laf.JRSUIConstants
  public Orientation = apple.laf.JRSUIConstants$Orientation of apple.laf.JRSUIConstants
  public Size = apple.laf.JRSUIConstants$Size of apple.laf.JRSUIConstants
  public State = apple.laf.JRSUIConstants$State of apple.laf.JRSUIConstants
  public Widget = apple.laf.JRSUIConstants$Widget of apple.laf.JRSUIConstants
  public ValueState = apple.laf.JRSUIState$ValueState of apple.laf.JRSUIState
  com.apple.laf.AquaProgressBarUI$1
  protected Animator = com.apple.laf.AquaProgressBarUI$Animator of com.apple.laf.AquaProgressBarUI
  public SizeDescriptor = com.apple.laf.AquaUtilControlSize$SizeDescriptor of com.apple.laf.AquaUtilControlSize
  public SizeVariant = com.apple.laf.AquaUtilControlSize$SizeVariant of com.apple.laf.AquaUtilControlSize
  abstract Sizeable = com.apple.laf.AquaUtilControlSize$Sizeable of com.apple.laf.AquaUtilControlSize
  abstract RecyclableSingleton = com.apple.laf.AquaUtils$RecyclableSingleton of com.apple.laf.AquaUtils
  Property = apple.laf.JRSUIConstants$Property of apple.laf.JRSUIConstants