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 0: aload 0
aload 1
putfield sun.swing.plaf.synth.SynthFileChooserUIImpl$AlignedLabel.this$0:Lsun/swing/plaf/synth/SynthFileChooserUIImpl;
1: aload 0
invokespecial javax.swing.JLabel.<init>:()V
2: aload 0
iconst_0
putfield sun.swing.plaf.synth.SynthFileChooserUIImpl$AlignedLabel.maxWidth:I
3: aload 0
fconst_0
invokevirtual sun.swing.plaf.synth.SynthFileChooserUIImpl$AlignedLabel.setAlignmentX:(F)V
4: return
end local 0 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 start local 2 0: aload 0
aload 1
putfield sun.swing.plaf.synth.SynthFileChooserUIImpl$AlignedLabel.this$0:Lsun/swing/plaf/synth/SynthFileChooserUIImpl;
1: aload 0
aload 2
invokespecial javax.swing.JLabel.<init>:(Ljava/lang/String;)V
2: aload 0
iconst_0
putfield sun.swing.plaf.synth.SynthFileChooserUIImpl$AlignedLabel.maxWidth:I
3: aload 0
fconst_0
invokevirtual sun.swing.plaf.synth.SynthFileChooserUIImpl$AlignedLabel.setAlignmentX:(F)V
4: return
end local 2 end local 0 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 0: aload 0
invokespecial javax.swing.JLabel.getPreferredSize:()Ljava/awt/Dimension;
astore 1
start local 1 1: new java.awt.Dimension
dup
aload 0
invokevirtual sun.swing.plaf.synth.SynthFileChooserUIImpl$AlignedLabel.getMaxWidth:()I
bipush 11
iadd
aload 1
getfield java.awt.Dimension.height:I
invokespecial java.awt.Dimension.<init>:(II)V
areturn
end local 1 end local 0 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 0: aload 0
getfield sun.swing.plaf.synth.SynthFileChooserUIImpl$AlignedLabel.maxWidth:I
ifne 12
aload 0
getfield sun.swing.plaf.synth.SynthFileChooserUIImpl$AlignedLabel.group:[Lsun/swing/plaf/synth/SynthFileChooserUIImpl$AlignedLabel;
ifnull 12
1: iconst_0
istore 1
start local 1 2: iconst_0
istore 2
start local 2 3: goto 6
4: StackMap locals: int int
StackMap stack:
aload 0
getfield sun.swing.plaf.synth.SynthFileChooserUIImpl$AlignedLabel.group:[Lsun/swing/plaf/synth/SynthFileChooserUIImpl$AlignedLabel;
iload 2
aaload
invokevirtual sun.swing.plaf.synth.SynthFileChooserUIImpl$AlignedLabel.getSuperPreferredWidth:()I
iload 1
invokestatic java.lang.Math.max:(II)I
istore 1
5: iinc 2 1
StackMap locals:
StackMap stack:
6: iload 2
aload 0
getfield sun.swing.plaf.synth.SynthFileChooserUIImpl$AlignedLabel.group:[Lsun/swing/plaf/synth/SynthFileChooserUIImpl$AlignedLabel;
arraylength
if_icmplt 4
end local 2 7: iconst_0
istore 2
start local 2 8: goto 11
9: StackMap locals:
StackMap stack:
aload 0
getfield sun.swing.plaf.synth.SynthFileChooserUIImpl$AlignedLabel.group:[Lsun/swing/plaf/synth/SynthFileChooserUIImpl$AlignedLabel;
iload 2
aaload
iload 1
putfield sun.swing.plaf.synth.SynthFileChooserUIImpl$AlignedLabel.maxWidth:I
10: iinc 2 1
StackMap locals:
StackMap stack:
11: iload 2
aload 0
getfield sun.swing.plaf.synth.SynthFileChooserUIImpl$AlignedLabel.group:[Lsun/swing/plaf/synth/SynthFileChooserUIImpl$AlignedLabel;
arraylength
if_icmplt 9
end local 2 end local 1 12: StackMap locals:
StackMap stack:
aload 0
getfield sun.swing.plaf.synth.SynthFileChooserUIImpl$AlignedLabel.maxWidth:I
ireturn
end local 0 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 0: aload 0
invokespecial javax.swing.JLabel.getPreferredSize:()Ljava/awt/Dimension;
getfield java.awt.Dimension.width:I
ireturn
end local 0 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