This commit is contained in:
@@ -122,7 +122,7 @@ public class MainPanel extends Panel {
|
||||
showException(ex);
|
||||
}
|
||||
}
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
@Override
|
||||
@@ -132,13 +132,15 @@ public class MainPanel extends Panel {
|
||||
SwingUtils.getWindow(this).setIconImage(img);
|
||||
}
|
||||
basePlatePanel.setSelectionMode(SelectionMode.Pucks);
|
||||
basePlatePanel.setDevice(Controller.getInstance().basePlate);
|
||||
basePlatePanel.setDevice(Controller.getInstance().basePlate);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onInitialize(int runCount) {
|
||||
stopTimer();
|
||||
Controller.getInstance().onInitialize(runCount);
|
||||
panelDisplayMode.setVisible(Controller.getInstance().isRoomTempEnabled());
|
||||
panelBeamlineStatus.setVisible(Controller.getInstance().isBeamlineStatusEnabled());
|
||||
if (basePlatePanel.getDevice() != (Device) getDevice("BasePlate")) {
|
||||
basePlatePanel.setDevice((Device) getDevice("BasePlate"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user