Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
initOutput
Method · 0.95
Calls
1
changePath
Method · 0.95
Tested by
no test coverage detected