super();
  }
  protected Control createContents(Composite parent) { 
    m_interface = new UserInterface(); // TODO: Move this to the constructor
    m_store = new ProjectPreferences((IProject)getElement()); // TODO: Move to the constructor
    
    return m_interface.open(parent, m_store);
  }