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

Method changeFile

src/main/GuiLogic.java:254–256  ·  view source on GitHub ↗
(File file)

Source from the content-addressed store, hash-verified

252 }
253
254 public File changeFile(File file) {
255 return this.changePath(file, JFileChooser.FILES_AND_DIRECTORIES);
256 }
257
258 private File changePath(File field, int selectionFlag) {
259 File current = field;

Callers 1

initOutputMethod · 0.95

Calls 1

changePathMethod · 0.95

Tested by

no test coverage detected