newAction.setText( "New..." );
newDropDownAction = new NewWizardDropDownAction( window );
// new NavigationHistoryAction( window, false );
openFileAction = new OpenFileAction( window );
register(openFileAction);
closeAction = ActionFactory.CLOSE.create( window );
register( closeAction );