@Override
 public void removeNotify() {
   manager.removePropertyChangeListener(nodeChangeListener);
   super.removeNotify();
 }