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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user