public class UIFileChooser
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static String |
open()
Opens a file chooser dialog box to allow the user to select an existing file to open.
|
static String |
open(String title)
Opens a file chooser dialog box with a specified title.
|
static String |
save()
Opens a file chooser dialog box to allow the user to select a file (possibly new) to save to.
|
static String |
save(String title)
Opens a file chooser dialog box with a specified title.
|
public static String open()
public static String open(String title)
public static String save()
public static String save(String title)