MCPcopy Create free account
hub / github.com/benfry/processing4 / message

Method message

app/src/processing/app/ui/EditorStatus.java:314–320  ·  view source on GitHub ↗
(String message, int mode)

Source from the content-addressed store, hash-verified

312
313
314 public void message(String message, int mode) {
315 this.message = message;
316 this.mode = mode;
317
318 url = findURL(message);
319 repaint();
320 }
321
322
323 public void notice(String message) {

Callers 3

noticeMethod · 0.95
warningMethod · 0.95
errorMethod · 0.95

Calls 2

findURLMethod · 0.95
repaintMethod · 0.80

Tested by

no test coverage detected