mirror of
https://github.com/brendanhaines/RasPi.git
synced 2025-04-11 19:24:51 -06:00
changes what connectPanel actionListener is added to
This commit is contained in:
parent
83c4c3ee8b
commit
46595bbaac
@ -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 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user