From 0daaa87cc1dd1e316b14f9217da263d4df150e56 Mon Sep 17 00:00:00 2001 From: "guilhem.duche" Date: Sun, 1 Jun 2008 16:37:38 +0000 Subject: [PATCH] small fix to remove warning git-svn-id: http://wiiusej.googlecode.com/svn/trunk@173 ae48ae66-6a45-0410-b38e-211266189506 --- WiiUseJ/src/wiiusej/test/NunchukGuiTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WiiUseJ/src/wiiusej/test/NunchukGuiTest.java b/WiiUseJ/src/wiiusej/test/NunchukGuiTest.java index 7054de8..106eea9 100644 --- a/WiiUseJ/src/wiiusej/test/NunchukGuiTest.java +++ b/WiiUseJ/src/wiiusej/test/NunchukGuiTest.java @@ -89,7 +89,7 @@ public class NunchukGuiTest extends javax.swing.JFrame implements private void initComponents() { topPanels = new javax.swing.JPanel(); - joystickEventsPanel = joystickEventsPanel = new NunchukJoystickEventPanel(); + joystickEventsPanel = new NunchukJoystickEventPanel(); motionSensingEventsPanel = new javax.swing.JPanel(); motionSensingEventsTabbedPanels = new javax.swing.JTabbedPane(); rawAccelerationPanel = new AccelerationExpansionEventPanel();