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

Method empty

app/src/processing/app/ui/EditorStatus.java:306–311  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

304 }
305
306 public void empty() {
307 mode = NOTICE;
308 message = "";
309 url = null;
310 repaint();
311 }
312
313
314 public void message(String message, int mode) {

Callers 1

EditorStatusMethod · 0.95

Calls 1

repaintMethod · 0.80

Tested by

no test coverage detected