2627282930313233
public FileSizeRenderer() { this(null); } public FileSizeRenderer(StorageSizeUnit fixedUnit) { this.format = new FileSizeFormatter(fixedUnit); setHorizontalAlignment(RIGHT); }