23242526272829
/** * Creates a new progress bar with the default automatic progress bar cell. */ public AutoProgressBar() { this(new AutoProgressBarCell()); }
25262728293031