public void dispose() {
   if (pcl != null && support != null) {
     support.removePropertyChangeListener(pcl);
     pcl = null;
   }
   if (mpcl != null && fWizardModel != null) {
     fWizardModel.removePropertyChangeListener(mpcl);
     mpcl = null;
   }
   super.dispose();
 }