|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectij.io.DirectoryChooser
public class DirectoryChooser
This class displays a dialog box that allows the user can select a directory.
| Constructor Summary | |
|---|---|
DirectoryChooser(String title)
Display a dialog using the specified title. |
|
| Method Summary | |
|---|---|
String |
getDirectory()
Returns the directory selected by the user. |
static void |
setDefaultDirectory(String dir)
Sets the default directory presented in the dialog. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DirectoryChooser(String title)
| Method Detail |
|---|
public String getDirectory()
public static void setDefaultDirectory(String dir)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||