}
@Override
protected void buildPropertiesAndDispose() {
// Make sure the changes to the object can be undone
undoSupport.postEdit(new ChangeObjectEdit(object));
object.setName(objectName.getText());
object.setType(objectType.getText());
object.setImageSource(objectImageSource.getText());
object.setWidth(objectWidth.intValue());