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