mirror of
https://github.com/brendanhaines/RasPi.git
synced 2025-07-31 21:02:54 -06:00
changes what connectPanel actionListener is added to
This commit is contained in:
@@ -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 );
|
||||
|
Reference in New Issue
Block a user