public class DirectoryChooser
extends java.lang.Object
| Constructor and Description |
|---|
DirectoryChooser(java.lang.String title)
Display a dialog using the specified title.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDirectory()
Returns the directory selected by the user.
|
static void |
setDefaultDirectory(java.lang.String dir)
Sets the default directory presented in the dialog.
|