public final class AvatarsFolderDialog
extends java.lang.Object
JFileChooser
, used to determine a local
avatar definitions folder.Constructor and Description |
---|
AvatarsFolderDialog()
Constructs a new avatar folders dialog.
|
Modifier and Type | Method and Description |
---|---|
java.io.File |
getExistingFolder()
Prestents a dialog asking the user to select an existing avatar
definitions folder, and returns the folder selected by the user,
or
null if the user did not select one. |
java.io.File |
getInstallFolder()
Presents a dialog asking the user to select the parent folder
for a new avatar definitions folder, and returns the the parent
folder selected by the user, or
null if the user did not
select one. |
public AvatarsFolderDialog()
public java.io.File getInstallFolder()
null
if the user did not
select one.public java.io.File getExistingFolder()
null
if the user did not select one.