Start displaying progress at 0%, rather than 1%.
This commit is contained in:
@@ -365,7 +365,7 @@ public class StatusPanel extends JComponent
|
|||||||
|
|
||||||
protected ResourceBundle _msgs;
|
protected ResourceBundle _msgs;
|
||||||
|
|
||||||
protected int _progress = 0;
|
protected int _progress = -1;
|
||||||
protected String _status;
|
protected String _status;
|
||||||
protected int _statusDots = 1;
|
protected int _statusDots = 1;
|
||||||
protected boolean _displayError;
|
protected boolean _displayError;
|
||||||
|
|||||||
Reference in New Issue
Block a user