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

Method run

app/src/processing/app/tools/ThemeSelector.java:215–229  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

213
214
215 public void run() {
216 // location for theme.txt in the sketchbook folder
217 // (doing this in run() in case the sketchbook location has changed)
218 sketchbookFile = Theme.getSketchbookFile();
219
220 updateTheme();
221
222 // figure out if the current theme in sketchbook is a known one
223 //currentIndex = getCurrentIndex();
224 updateCurrentIndex();
225
226// invalidate();
227// pack();
228 setVisible(true);
229 }
230
231
232 private void updateTheme() {

Callers

nothing calls this directly

Calls 4

getSketchbookFileMethod · 0.95
updateThemeMethod · 0.95
updateCurrentIndexMethod · 0.95
setVisibleMethod · 0.65

Tested by

no test coverage detected