} else {
executedCommand = START_RECORDING_CMD;
int result = JOptionPane.showConfirmDialog(null, "Do you really want to start recording session ?",
"Confirmation", JOptionPane.YES_NO_OPTION, JOptionPane.QUESTION_MESSAGE);
if (result == JOptionPane.YES_OPTION) {
proxy.command_inout(executedCommand);
}
}
} catch (DevFailed devFailed) {
StringBuilder errorMessage = new StringBuilder();
errorMessage.append("Error when executing command " + getModel() + "/" + executedCommand + "/n");