Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
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
text
Method · 0.95
statusNotice
Method · 0.65
dispose
Method · 0.45
Tested by
no test coverage detected