MCPcopy Index your code
hub / github.com/processing/processing / handleClose

Method handleClose

app/src/processing/app/ui/Welcome2.java:352–361  ·  view source on GitHub ↗

Closes the window

()

Source from the content-addressed store, hash-verified

350 * Closes the window
351 */
352 public void handleClose() {
353 Preferences.save(); // save the "show this" setting
354
355 if (newSketchbook) {
356 File folder = new File(Preferences.getSketchbookPath()).getParentFile();
357 PApplet.selectFolder(Language.text("preferences.sketchbook_location.popup"),
358 "sketchbookCallback", folder, this, this);
359 }
360 dispose();
361 }
362}

Callers 1

actionPerformedMethod · 0.95

Calls 5

saveMethod · 0.95
getSketchbookPathMethod · 0.95
selectFolderMethod · 0.95
textMethod · 0.95
disposeMethod · 0.45

Tested by

no test coverage detected