* ActionBarAdvisor.fillActionBars, which is called immediately after this method is
* called.
*/
public void preWindowOpen()
{
IWorkbenchWindowConfigurer configurer = getWindowConfigurer();
configurer.setInitialSize( new Point( 950, 708 ) );
configurer.setShowCoolBar( true );
configurer.setShowStatusLine( false );
configurer.setShowPerspectiveBar( true );
configurer.setShowProgressIndicator( true );
configurer.setShowFastViewBars( true );
// hopk up the listeners to update the window title
// adapted from org.eclipse.ui.internal.ide.application.IDEWorkbenchWindowAdvisor
// http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.ui.ide.application/src/org/eclipse/ui/internal/ide/application/IDEWorkbenchWindowAdvisor.java?view=markup
hookTitleUpdateListeners( configurer );