public void componentClosed() {
   super.componentClosed();
   try {
     dObj.getWebExt().removePropertyChangeListener(this);
   } catch (IOException ex) {
     ex = null;
   }
 }