MCPcopy Index your code
hub / github.com/benfry/processing4 / notice

Method notice

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

Source from the content-addressed store, hash-verified

321
322
323 public void notice(String message) {
324 message(message, NOTICE);
325 }
326
327
328 public void warning(String message) {

Callers 1

statusNoticeMethod · 0.80

Calls 1

messageMethod · 0.95

Tested by

no test coverage detected