.getParent(), bounds);
closeIntro();
IWorkbenchWindow window = PlatformUI.getWorkbench()
.getActiveWorkbenchWindow();
IntroLaunchBarElement launchBarElement = modelRoot.getPresentation()
.getLaunchBarElement();
if (launchBarElement==null)
return true;
IntroLaunchBar launchBar = new IntroLaunchBar(launchBarElement
.getOrientation(), pageId, launchBarElement, theme);
launchBar.createInActiveWindow();
Rectangle endBounds = Geometry.toDisplay(launchBar.getControl()
.getParent(), launchBar.getControl().getBounds());