MainPanel prototype
This commit is contained in:
@@ -29,7 +29,7 @@ public class MainPanel extends Panel {
|
||||
public void onInitialize(int runCount) {
|
||||
Controller.getInstance().onInitialize(runCount);
|
||||
basePlatePanel.setDevice((Device) getDevice("BasePlate"));
|
||||
basePlatePanel.setEnabled(false);
|
||||
basePlatePanel.setSelectable(false);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user