diff --git a/GroundStation/v2/GroundStation.java b/GroundStation/v2/GroundStation.java index 8ec18db..a8e1497 100644 --- a/GroundStation/v2/GroundStation.java +++ b/GroundStation/v2/GroundStation.java @@ -50,7 +50,7 @@ class GroundStation implements ActionListener { controllerPanel = new DisplayController( receiveContent ); tabbedPane.add( controllerPanel, "Controller" ); - connectPanel.addActionListener( controllerPanel ); + receiveContent.addActionListener( controllerPanel ); motorTestPanel = new MotorTestPanel( sendContent ); motorTestPanel.setEnabled( false );