MCPcopy 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

initMethod · 0.95
reloadMethod · 0.95
getDefaultFileMethod · 0.95

Calls 1

getLibFileMethod · 0.95

Tested by

no test coverage detected