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

Method notice

app/src/processing/app/ui/EditorStatus.java:274–280  ·  view source on GitHub ↗
(String message)

Source from the content-addressed store, hash-verified

272
273
274 public void notice(String message) {
275 message(message, NOTICE);
276// mode = NOTICE;
277// this.message = message;
278// url = findURL(message);
279// repaint();
280 }
281
282
283// public void unnotice(String unmessage) {

Callers 1

statusNoticeMethod · 0.80

Calls 1

messageMethod · 0.95

Tested by

no test coverage detected