Add default option

This commit is contained in:
Spedwards
2019-01-09 06:02:40 +11:00
parent 91a4d85a41
commit 8c53bc6ee7

View File

@@ -52,7 +52,7 @@ public class ProgressBar extends DimmableJPanel
private List<Double> positions = Collections.emptyList();
@Setter
private int positionWidth;
private int positionWidth = 1;
private final JLabel leftLabel = new JShadowedLabel();
private final JLabel rightLabel = new JShadowedLabel();