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

Method changePath

src/main/GuiLogic.java:250–252  ·  view source on GitHub ↗
(File path)

Source from the content-addressed store, hash-verified

248 }
249
250 public File changePath(File path) {
251 return this.changePath(path, JFileChooser.DIRECTORIES_ONLY);
252 }
253
254 public File changeFile(File file) {
255 return this.changePath(file, JFileChooser.FILES_AND_DIRECTORIES);

Callers 2

initSetupMethod · 0.95
changeFileMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected