()
| 242 | } |
| 243 | |
| 244 | private void testOutputFile() { |
| 245 | String outputName = this.gui.getOutputFile(); |
| 246 | File output = new File(outputName); |
| 247 | this.gui.setOutputExistsVisibel(output.exists()); |
| 248 | } |
| 249 | |
| 250 | public File changePath(File path) { |
| 251 | return this.changePath(path, JFileChooser.DIRECTORIES_ONLY); |
no test coverage detected