Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/benfry/processing4
/ getThemeFolder
Method
getThemeFolder
app/src/processing/app/ui/Theme.java:125–127 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
123
124
125
static
public
File getThemeFolder() throws IOException {
126
return
Base.getLibFile(
"theme"
);
127
}
128
129
130
/**
Callers
3
init
Method · 0.95
reload
Method · 0.95
getDefaultFile
Method · 0.95
Calls
1
getLibFile
Method · 0.95
Tested by
no test coverage detected