recordButton.setSelected(getDevicePreferences().getDataRecorder());
}
}
private void setUIPreferences() {
UIPreferences uiPreferences = UIPreferences.getInstance();
if (uiPreferences != null) {
// Set control panel
String controlPanel = uiPreferences.getControlPanel();
statusBar.setExecutedBatchFile(controlPanel);
}
}