Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ statusEmpty
Method
statusEmpty
app/src/processing/app/ui/Editor.java:3020–3022 ·
view source on GitHub ↗
Clear the status area.
()
Source
from the content-addressed store, hash-verified
3018
* Clear the status area.
3019
*/
3020
public
void
statusEmpty() {
3021
statusNotice(EMPTY);
3022
}
3023
3024
3025
public
void
statusMessage(String message,
int
type) {
Callers
7
downloadAndInstallOnImport
Method · 0.95
handleSaveImpl
Method · 0.95
prepareRun
Method · 0.95
clearNotice
Method · 0.95
updateEditorStatus
Method · 0.95
stopDebug
Method · 0.80
vmEvent
Method · 0.80
Calls
1
statusNotice
Method · 0.95
Tested by
no test coverage detected