Title: ShowResults Action
Description: Action associated to "show results" menu item. I hate this structure but I have to keep formal consistency with existent code.
272273274275276277278279280281282
clipboard = new JmtClipboard(this); editDefaults = new EditDefaults(this); saveModelAs = new SaveModelAs(this); editSimParams = new EditSimParams(this); editPAParams = new EditPAParams(this); showResults = new ShowResults(this); about = new About(this); addBlockingRegion = new AddBlockingRegion(this); // fg actionSetRight = new ActionSetRight(this);