Package ij.io
Class DirectoryChooser
java.lang.Object
ij.io.DirectoryChooser
This class displays a dialog box that allows the user can select a directory.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the directory selected by the user.static void
Sets the default directory presented in the dialog.
-
Constructor Details
-
DirectoryChooser
Display a dialog using the specified title.
-
-
Method Details
-
getDirectory
Returns the directory selected by the user. -
setDefaultDirectory
Sets the default directory presented in the dialog.
-