private void showWelcomeAndTutorial() {
Shell activeShell = OwlUI.getActiveShell();
/* Show Welcome */
WelcomeWizard welcomeWizard = new WelcomeWizard();
OwlUI.openWizard(activeShell, welcomeWizard, true, true, null);
/* Show Tutorial */
if (PlatformUI.isWorkbenchRunning() && !fShuttingDown) { //Do not show if User asked to Restart
TutorialWizard tutorialWizard = new TutorialWizard();