427428429430431432433
private void showDownloadDialog(AbstractFile file) { FileSet fileSet = new FileSet(locationManager.getCurrentFolder()); fileSet.add(file); // Show confirmation/path modification dialog new DownloadDialog(mainFrame, fileSet).showDialog(); }