From 57f4646563d6757f65ddc00ca38975c352d76de7 Mon Sep 17 00:00:00 2001 From: Normand Briere <nbriere@noware.ca> Date: Fri, 27 Sep 2019 20:06:14 -0400 Subject: [PATCH] Wireframe, box mode, and ragdoll zoffset. --- 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