public static class CommonGuiUtility.FileChooserOutput
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
FileChooserOutput(java.lang.String filename,
boolean valid) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFilename()
This method returns the selected path.
|
boolean |
isValid()
This method returns true if the JFileChooser has not been cancelled.
|