From 547c9203ab5d8e4bee36d1cbb453dfa36bbec4ef Mon Sep 17 00:00:00 2001 From: Normand Briere <nbriere@noware.ca> Date: Tue, 27 Aug 2019 23:45:18 -0400 Subject: [PATCH] Test has big data. --- ProgressWindow.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ProgressWindow.java b/ProgressWindow.java index 3d61598..4cd64c6 100644 --- a/ProgressWindow.java +++ b/ProgressWindow.java @@ -131,7 +131,7 @@ private JFrame frame; private int numLabels; - private JLabel labels[]; + private JLabel[] labels; private JProgressBar progressBar; private static final int INSET = 20; private static final int SEPARATOR = 5; -- Gitblit v1.6.2