From 3966454055db8e04700e881a091c2d33dcfda232 Mon Sep 17 00:00:00 2001
From: Normand Briere <nbriere@noware.ca>
Date: Mon, 30 Sep 2019 19:22:19 -0400
Subject: [PATCH] tab index

---
 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