Class JDirectoryChooser

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, DirectoryChooser, PathChooser

public class JDirectoryChooser extends JFileChooser implements DirectoryChooser
A fix to JFileChooser that correctly allows only directories to be selected. Does the trick by accepting "." as selection of the currently displayed directory.
See Also: