|
A directory chooser component for use in Java Swing applications, the JDirectoryChooser provides you with a more intuitive way of choosing directories from within your applications. Support for directory creation (and renaming) is also provided. Previously, the JFileChooser would have been used, but this can be confusing to users - the JDirectoryChooser makes it clear to users that they are selecting directories only. All elements of the chooser dialog can be modified, making internationalizations very simple.
|