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

Method statusMessage

app/src/processing/app/ui/Editor.java:3025–3031  ·  view source on GitHub ↗
(String message, int type)

Source from the content-addressed store, hash-verified

3023
3024
3025 public void statusMessage(String message, int type) {
3026 if (EventQueue.isDispatchThread()) {
3027 status.message(message, type);
3028 } else {
3029 EventQueue.invokeLater(() -> statusMessage(message, type));
3030 }
3031 }
3032
3033
3034 public void startIndeterminate() {

Callers 3

updateEditorStatusMethod · 0.95
handleRenameMethod · 0.80
handleShowUsageMethod · 0.80

Calls 1

messageMethod · 0.65

Tested by

no test coverage detected