/**
* Constructor.
*/
public ApplicationController() throws Exception {
menuBarControllerTool = new MenuBarControllerTool(this);
this.errorController = new ErrorController();
this.startStopController = new StartStopController(this);
this.shortcutsController = new ShortcutsController(this);
this.generalShortcutsToolBarController = new GeneralShortcutsToolBarController();