23242526272829
/** * Creates a new progress bar with the default progress bar cell. */ public ProgressBar() { this(new ProgressBarCell()); }