/** Handle the close action. Closes the import dialog. */
 public void onCancel() {
   DBNode.restoreImportSettings();
   setVisible(false);
   dispose();
 }