Returns lib/theme/theme.txt in the Processing installation.
()
| 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() { |