/** Uninstalls any components installed for the associated JInternalFrame */
 protected void uninstallComponents() {
   titlePane = null;
   super.uninstallComponents();
 }