@Override
 public DirectoryExistsAction directoryExists(File directory) {
   return SimpleGUIProgressMonitor.directoryExists(this, directory);
 }