public class DirectoryChooser extends Object
Constructor and Description |
---|
DirectoryChooser(String title)
Display a dialog using the specified title.
|
Modifier and Type | Method and 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)