class sun.swing.plaf.synth.SynthFileChooserUIImpl$AlignedLabel extends javax.swing.JLabel
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.swing.plaf.synth.SynthFileChooserUIImpl$AlignedLabel
  super_class: javax.swing.JLabel
{
  private sun.swing.plaf.synth.SynthFileChooserUIImpl$AlignedLabel[] group;
    descriptor: [Lsun/swing/plaf/synth/SynthFileChooserUIImpl$AlignedLabel;
    flags: (0x0002) ACC_PRIVATE

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

  final sun.swing.plaf.synth.SynthFileChooserUIImpl this$0;
    descriptor: Lsun/swing/plaf/synth/SynthFileChooserUIImpl;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(sun.swing.plaf.synth.SynthFileChooserUIImpl);
    descriptor: (Lsun/swing/plaf/synth/SynthFileChooserUIImpl;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.swing.plaf.synth.SynthFileChooserUIImpl$AlignedLabel this
         0: .line 1075
            aload 0 /* this */
            aload 1
            putfield sun.swing.plaf.synth.SynthFileChooserUIImpl$AlignedLabel.this$0:Lsun/swing/plaf/synth/SynthFileChooserUIImpl;
         1: .line 1076
            aload 0 /* this */
            invokespecial javax.swing.JLabel.<init>:()V
         2: .line 1073
            aload 0 /* this */
            iconst_0
            putfield sun.swing.plaf.synth.SynthFileChooserUIImpl$AlignedLabel.maxWidth:I
         3: .line 1077
            aload 0 /* this */
            fconst_0
            invokevirtual sun.swing.plaf.synth.SynthFileChooserUIImpl$AlignedLabel.setAlignmentX:(F)V
         4: .line 1078
            return
        end local 0 // sun.swing.plaf.synth.SynthFileChooserUIImpl$AlignedLabel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/swing/plaf/synth/SynthFileChooserUIImpl$AlignedLabel;
    MethodParameters:
        Name  Flags
      this$0  final

  void <init>(sun.swing.plaf.synth.SynthFileChooserUIImpl, java.lang.String);
    descriptor: (Lsun/swing/plaf/synth/SynthFileChooserUIImpl;Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // sun.swing.plaf.synth.SynthFileChooserUIImpl$AlignedLabel this
        start local 2 // java.lang.String text
         0: .line 1080
            aload 0 /* this */
            aload 1
            putfield sun.swing.plaf.synth.SynthFileChooserUIImpl$AlignedLabel.this$0:Lsun/swing/plaf/synth/SynthFileChooserUIImpl;
         1: .line 1081
            aload 0 /* this */
            aload 2 /* text */
            invokespecial javax.swing.JLabel.<init>:(Ljava/lang/String;)V
         2: .line 1073
            aload 0 /* this */
            iconst_0
            putfield sun.swing.plaf.synth.SynthFileChooserUIImpl$AlignedLabel.maxWidth:I
         3: .line 1082
            aload 0 /* this */
            fconst_0
            invokevirtual sun.swing.plaf.synth.SynthFileChooserUIImpl$AlignedLabel.setAlignmentX:(F)V
         4: .line 1083
            return
        end local 2 // java.lang.String text
        end local 0 // sun.swing.plaf.synth.SynthFileChooserUIImpl$AlignedLabel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/swing/plaf/synth/SynthFileChooserUIImpl$AlignedLabel;
            0    5     2  text  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      this$0  final
      text    

  public java.awt.Dimension getPreferredSize();
    descriptor: ()Ljava/awt/Dimension;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // sun.swing.plaf.synth.SynthFileChooserUIImpl$AlignedLabel this
         0: .line 1086
            aload 0 /* this */
            invokespecial javax.swing.JLabel.getPreferredSize:()Ljava/awt/Dimension;
            astore 1 /* d */
        start local 1 // java.awt.Dimension d
         1: .line 1088
            new java.awt.Dimension
            dup
            aload 0 /* this */
            invokevirtual sun.swing.plaf.synth.SynthFileChooserUIImpl$AlignedLabel.getMaxWidth:()I
            bipush 11
            iadd
            aload 1 /* d */
            getfield java.awt.Dimension.height:I
            invokespecial java.awt.Dimension.<init>:(II)V
            areturn
        end local 1 // java.awt.Dimension d
        end local 0 // sun.swing.plaf.synth.SynthFileChooserUIImpl$AlignedLabel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/swing/plaf/synth/SynthFileChooserUIImpl$AlignedLabel;
            1    2     1     d  Ljava/awt/Dimension;

  private int getMaxWidth();
    descriptor: ()I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // sun.swing.plaf.synth.SynthFileChooserUIImpl$AlignedLabel this
         0: .line 1092
            aload 0 /* this */
            getfield sun.swing.plaf.synth.SynthFileChooserUIImpl$AlignedLabel.maxWidth:I
            ifne 12
            aload 0 /* this */
            getfield sun.swing.plaf.synth.SynthFileChooserUIImpl$AlignedLabel.group:[Lsun/swing/plaf/synth/SynthFileChooserUIImpl$AlignedLabel;
            ifnull 12
         1: .line 1093
            iconst_0
            istore 1 /* max */
        start local 1 // int max
         2: .line 1094
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         3: goto 6
         4: .line 1095
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield sun.swing.plaf.synth.SynthFileChooserUIImpl$AlignedLabel.group:[Lsun/swing/plaf/synth/SynthFileChooserUIImpl$AlignedLabel;
            iload 2 /* i */
            aaload
            invokevirtual sun.swing.plaf.synth.SynthFileChooserUIImpl$AlignedLabel.getSuperPreferredWidth:()I
            iload 1 /* max */
            invokestatic java.lang.Math.max:(II)I
            istore 1 /* max */
         5: .line 1094
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 2 /* i */
            aload 0 /* this */
            getfield sun.swing.plaf.synth.SynthFileChooserUIImpl$AlignedLabel.group:[Lsun/swing/plaf/synth/SynthFileChooserUIImpl$AlignedLabel;
            arraylength
            if_icmplt 4
        end local 2 // int i
         7: .line 1097
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         8: goto 11
         9: .line 1098
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.swing.plaf.synth.SynthFileChooserUIImpl$AlignedLabel.group:[Lsun/swing/plaf/synth/SynthFileChooserUIImpl$AlignedLabel;
            iload 2 /* i */
            aaload
            iload 1 /* max */
            putfield sun.swing.plaf.synth.SynthFileChooserUIImpl$AlignedLabel.maxWidth:I
        10: .line 1097
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 2 /* i */
            aload 0 /* this */
            getfield sun.swing.plaf.synth.SynthFileChooserUIImpl$AlignedLabel.group:[Lsun/swing/plaf/synth/SynthFileChooserUIImpl$AlignedLabel;
            arraylength
            if_icmplt 9
        end local 2 // int i
        end local 1 // int max
        12: .line 1101
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.swing.plaf.synth.SynthFileChooserUIImpl$AlignedLabel.maxWidth:I
            ireturn
        end local 0 // sun.swing.plaf.synth.SynthFileChooserUIImpl$AlignedLabel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lsun/swing/plaf/synth/SynthFileChooserUIImpl$AlignedLabel;
            2   12     1   max  I
            3    7     2     i  I
            8   12     2     i  I

  private int getSuperPreferredWidth();
    descriptor: ()I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.swing.plaf.synth.SynthFileChooserUIImpl$AlignedLabel this
         0: .line 1105
            aload 0 /* this */
            invokespecial javax.swing.JLabel.getPreferredSize:()Ljava/awt/Dimension;
            getfield java.awt.Dimension.width:I
            ireturn
        end local 0 // sun.swing.plaf.synth.SynthFileChooserUIImpl$AlignedLabel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/swing/plaf/synth/SynthFileChooserUIImpl$AlignedLabel;
}
SourceFile: "SynthFileChooserUIImpl.java"
NestHost: sun.swing.plaf.synth.SynthFileChooserUIImpl
InnerClasses:
  private AlignedLabel = sun.swing.plaf.synth.SynthFileChooserUIImpl$AlignedLabel of sun.swing.plaf.synth.SynthFileChooserUIImpl