MCPcopy Create free account
hub / github.com/Garten/sourcecraft / testOutputFile

Method testOutputFile

src/main/GuiLogic.java:244–248  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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);

Callers 1

initOutputMethod · 0.95

Calls 2

getOutputFileMethod · 0.45

Tested by

no test coverage detected