public FlyScanTangoBox(boolean expert, boolean useMock) {
super();
this.isExpert = expert;
stringMatrixBox = new StringMatrixBox();
deviceLabel1 = new DynamicForegroundLabel(NO_DEVICE_STRING);
deviceLabel1.setOpaque(true);
statusText = new FSTextArea(deviceLabel1);
statusText.setEditable(false);
statusText.setRows(4);