Start displaying progress at 0%, rather than 1%.

This commit is contained in:
Ray Greenwell
2012-03-12 22:56:03 +00:00
parent 2d89d7acf4
commit 57242277c1
@@ -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;