mirror of
https://github.com/brendanhaines/RasPi.git
synced 2024-11-09 16:44:40 -07: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 );
|
controllerPanel = new DisplayController( receiveContent );
|
||||||
tabbedPane.add( controllerPanel, "Controller" );
|
tabbedPane.add( controllerPanel, "Controller" );
|
||||||
connectPanel.addActionListener( controllerPanel );
|
receiveContent.addActionListener( controllerPanel );
|
||||||
|
|
||||||
motorTestPanel = new MotorTestPanel( sendContent );
|
motorTestPanel = new MotorTestPanel( sendContent );
|
||||||
motorTestPanel.setEnabled( false );
|
motorTestPanel.setEnabled( false );
|
||||||
|
|
Loading…
Reference in New Issue
Block a user