* Creates new form UserMotorBean
*
**/
public UserMotorBean(final boolean isSimpleMotorBeanGUI) {
super();
batchExecutor = new BatchExecutor();
border = getBorder();
commandLock = new Object();
targetValue = 0;
executedBatchFile = null;
centerPanel = null;