|
Constructors |
public FileNameSelector() public FileNameSelector(String path) |
File extension filters |
public void setExtension(String extension) public void setAllExtensions() public String getExtension() |
Directory path |
public void setPath(String path) public String getPath() |
Open an Open File dialog window and select a file name |
public String selectFile() public String selectFile(String windowTitle) |
Get the file name | public String getFileName() |
Get the file name without its extension | public String getStemName() |
Get the path name | public String getPathName() |
Get the directory path | public String getDirPath() |
File existence status | public boolean fileFound() |
Close the file | public final synchronized close() |
End the program | public static final synchronized void.endProgram() | System.exit(0) |