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

Method done

app/src/processing/app/Sketch.java:1182–1186  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1180
1181
1182 @Override
1183 public void done() {
1184 frame.dispose();
1185 editor.statusNotice(Language.text("editor.status.saving.done"));
1186 }
1187 }.execute();
1188 }
1189 });

Callers

nothing calls this directly

Calls 3

textMethod · 0.95
statusNoticeMethod · 0.65
disposeMethod · 0.45

Tested by

no test coverage detected