Overview
JDirChooser provides a tree control to allow a user select a directory, it is a Java Directory Chooser.
JDirChooser 1.6 (2005/11/24)
- Avoid wait the thread that loading the files in the background in
FileTreeModel.
- Adds JBean framework.
JDirChooser 1.5 (2005/08/21)
- Adds the following API in BasicDirChooserUI:
BasicDirChooserUI#getTree();
BasicDirChooserUI#createTree();
JDirChooser 1.4 (2005/01/20)
- Removes the timer editing in XTree component. (Bug Fixed)
- The FileTreeModel cannot use root file in JDirChooser. (Bug Fixed)
- Adds tool tip text for XTree component.
JDirChooser 1.3 (2004/11/16)
- Adds the new FileTreeModel.
- Fix the multiple selection problem.
JDirChooser 1.2 (2004/01/01)
- Adds XTree and XCheckBox components.
JDirChooser 1.1
- Improve performance.
- Add recursive mode.
JDirChooser 1.0
- Allow multiple selection.
- Built-in two file selection mode, allow the user to just
select directories, or select both files and directories.
- Bulti-in file hiding turn on or off.
- Custom file view.
- Custom file filter.
- Pop up a dialog use custom message and icon.
|