editUndo = new ActionUndo(this, undoManager);
editRedo = new ActionRedo(this, undoManager);
// end
// Bertoli Marco
pauseSimulation = new PauseSimulation(this);
stopSimulation = new StopSimulation(this);
exit = new Exit(this);
clipboard = new JmtClipboard(this);
editDefaults = new EditDefaults(this);
saveModelAs = new SaveModelAs(this);
editSimParams = new EditSimParams(this);