Closedown
This commit is contained in:
@@ -120,7 +120,7 @@ public class ManipulatorScan extends Panel {
|
||||
runAsync("ManipulatorScan", args);
|
||||
|
||||
/*
|
||||
getController().setExecutingContext("manip_scan");
|
||||
getContext().setExecutingContext("manip_scan");
|
||||
String scan ="lscan(" + comboMotor.getSelectedItem().toString() + ", ( " ;
|
||||
for (Component c : panelSensors.getComponents()) {
|
||||
if ((c instanceof JCheckBox) && ((JCheckBox)c).isSelected())
|
||||
|
||||
Reference in New Issue
Block a user