- java.lang.Object
-
- ij.io.DirectoryChooser
-
public class DirectoryChooser extends Object
This class displays a dialog box that allows the user can select a directory.
-
-
Constructor Summary
Constructors Constructor Description DirectoryChooser(String title)
Display a dialog using the specified title.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods 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.
-
-
-
Constructor Detail
-
DirectoryChooser
public DirectoryChooser(String title)
Display a dialog using the specified title.
-
-