@Override
  public void createWindowContents(Shell shell) {
    super.createWindowContents(shell);

    //		// https://bugs.eclipse.org/bugs/show_bug.cgi?id=253232
    //		//
    //		ITrimManager trimManager =
    // ((WorkbenchWindow)getWindowConfigurer().getWindow()).getTrimManager();
    //		IWindowTrim trim = trimManager.getTrim("smartsight.design.ui.contribution.toolbar.trim");
    //		IWindowTrim beforeMe = trimManager.getTrim("org.eclipse.jface.action.StatusLineManager");
    //
    //		trimManager.addTrim(SWT.BOTTOM, trim, beforeMe);
    //		;
  }
 @Override
 public void postWindowClose() {
   // TODO Auto-generated method stub
   super.postWindowClose();
   imageSsght.dispose();
 }