| javax.swing.JDialog org.tp23.gui.tree.CustomDirectoryChooser
CustomDirectoryChooser | public class CustomDirectoryChooser extends JDialog implements DirectoryChooser(Code) | | Since the Swing directory chooser does not have a reliable API so select a directory that does not yet exist
this JDialog fills the gap, it does not have all the bells and whistles that the default LookAndFeels directory
chooser might have.
TODO add a label for the file name field from the current Locale
TODO more widgets from other file choosers
author: teknopaul |
getDefaultDirectoryPath | public TreePath getDefaultDirectoryPath()(Code) | | |
getSelectedFile | public File getSelectedFile()(Code) | | |
setDefaultDirectory | public void setDefaultDirectory(File dirPath)(Code) | | |
setFileHidingEnabled | public void setFileHidingEnabled(boolean fileHiding)(Code) | | |
|
|