small fix to remove warning

git-svn-id: http://wiiusej.googlecode.com/svn/trunk@173 ae48ae66-6a45-0410-b38e-211266189506
This commit is contained in:
guilhem.duche
2008-06-01 16:37:38 +00:00
parent a2fb558eb8
commit 0daaa87cc1

View File

@@ -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();