Merge commit 'f3591bdb28c797e58990f2b878cb3466fee46479'
[fanfix.git] / ui / ProgressBar.java
index 219cde9a2d2f5fc2555aa8cd7519b573e73e232d..11e1e6c05356638266a105762a1cf569f8797f36 100644 (file)
@@ -35,6 +35,11 @@ public class ProgressBar extends JPanel {
                actionListeners = new ArrayList<ActionListener>();
                updateListeners = new ArrayList<ActionListener>();
        }
+       
+       public ProgressBar(Progress pg) {
+               this();
+               setProgress(pg);
+       }
 
        public void setProgress(final Progress pg) {
                this.pg = pg;