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

Method message

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

Source from the content-addressed store, hash-verified

263
264
265 public void message(String message, int mode) {
266 this.message = message;
267 this.mode = mode;
268
269 url = findURL(message);
270 repaint();
271 }
272
273
274 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