109110111112113114115116117118119
} else { this.rootDirPath = FileUtils.getAbsoluteFilePath(rootDirPath); File dir = new File(this.rootDirPath); if (dir.isDirectory()) { FileSystemView fsv = new DirectoryRestrictedFileSystemView(dir); reinitFileChooser(fsv); } else { this.rootDirPath = null; reinitFileChooser(null);