moml.append("</group>\n");
// Push the undo entry onto the stack
MoMLUndoEntry undoEntry = new MoMLUndoEntry(composite, moml
.toString());
UndoStackAttribute undoInfo = UndoStackAttribute
.getUndoInfo(composite);
undoInfo.push(undoEntry);
} catch (Throwable throwable) {
// operation not undoable
}
// Perform the layout and repaint