Normand Briere
2019-09-18 f9325048496d7cdbcad233f8a6b84c88e79adcc2
ProgressWindow.java
....@@ -131,7 +131,7 @@
131131
132132 private JFrame frame;
133133 private int numLabels;
134
- private JLabel labels[];
134
+ private JLabel[] labels;
135135 private JProgressBar progressBar;
136136 private static final int INSET = 20;
137137 private static final int SEPARATOR = 5;