Package ij.io
Class DirectoryChooser
- java.lang.Object
-
- ij.io.DirectoryChooser
-
public class DirectoryChooser extends java.lang.ObjectThis class displays a dialog box that allows the user can select a directory.
-
-
Constructor Summary
Constructors Constructor Description DirectoryChooser(java.lang.String title)Display a dialog using the specified title.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDirectory()Returns the directory selected by the user.static voidsetDefaultDirectory(java.lang.String dir)Sets the default directory presented in the dialog.
-