@Override
protected void refreshGUI() {
// read properties
this.incrementProperty = new StringDeviceProperty(this.getModel(), this.deviceBundle
.getString("UserMotorBean.property.increment"));
this.leftLblProperty = new StringDeviceProperty(this.getModel(), this.deviceBundle
.getString("UserMotorBean.label.left"));
this.rightLblProperty = new StringDeviceProperty(this.getModel(), this.deviceBundle
.getString("UserMotorBean.label.right"));
if (this.isSimpleMotorBeanGUI) {
this.removeAll();
this.add(getSimpleCenterPanel(), BorderLayout.CENTER);