MCPcopy Index your code
hub / github.com/benfry/processing4 / getDefaultFile

Method getDefaultFile

app/src/processing/app/ui/Theme.java:133–135  ·  view source on GitHub ↗

Returns lib/theme/theme.txt in the Processing installation.

()

Source from the content-addressed store, hash-verified

131 * Returns lib/theme/theme.txt in the Processing installation.
132 */
133 static public File getDefaultFile() throws IOException {
134 return new File(getThemeFolder(), "theme.txt");
135 }
136
137
138 static public File getSketchbookFile() {

Callers 1

initMethod · 0.95

Calls 1

getThemeFolderMethod · 0.95

Tested by

no test coverage detected