Returns the selected directory.
()
| 264 | |
| 265 | /** Returns the selected directory. */ |
| 266 | public String getDirectory() { |
| 267 | OpenDialog.setLastDirectory(dir); |
| 268 | return dir; |
| 269 | } |
| 270 | |
| 271 | /** Returns the selected file name. */ |
| 272 | public String getFileName() { |
no test coverage detected