public class ProgressBar extends Object
| Constructor and Description |
|---|
ProgressBar() |
| Modifier and Type | Method and Description |
|---|---|
void |
update(int done,
int total)
called whenever the progress bar needs to be updated.
|
public ProgressBar()
public void update(int done, int total)
done - an int representing the work done so fartotal - an int representing the total work
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2019 Jens Lehmann