JFolderChooser is a reusable Java visual bean ( GUI ) to select a folder. It is for Java applications so users can easily and intuitively select a folder. Although JFileChooser of swing library can provide the same functionality, JFolderChooser is easier to implement, and the end users have a better graphical representation view of their file system.
The FileChooser widget provides any Java application with a professional looking file selection dialog which fits better with modern operating systems then the Java standard version.
Surprisingly Swing has no font chooser and using the original JFileChooser to select a directory is kind of not so user friendly...well, you know how it works. JFontChooser and JDirectoryChooser address these two issues.
JDirectoryDialog is a Swing GUI library which enables the Java developers to incorporate a directory selection dialog into their applications. The library essentially consists of just one class - JDirectoryDialog. JDirectoryDialog simply extends JDialog with an embedded directory tree. The Developer can easily customize the messages and other elements of this dialog with a set of methods provided by the library itself.
JDirChooser provides a tree control to allow a user select a directory. Allow multiple selection, built-in two file selection mode, can pop up dialog or add into custom panel, custom file view, file filter, support file hiding enabled.
The JDirectoryChooser lets your user quickly and easily select any directory from their file system - much more intuitively than using the standard Swing JFileChooser.