154155156157158159160161162163
getOperations().performQuit(); } public void windowOpened(final WindowEvent e) { if (!this.splashed) { EncogWorkbenchSplash splash = new EncogWorkbenchSplash(); splash.process(); this.splashed = true; } }