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

Method createFooter

app/src/processing/app/ui/Editor.java:430–435  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

428
429
430 public EditorFooter createFooter() {
431 EditorFooter ef = new EditorFooter(this);
432 console = new EditorConsole(this);
433 ef.addPanel(console, Language.text("editor.footer.console"), "/lib/footer/console");
434 return ef;
435 }
436
437
438 public void addErrorTable(EditorFooter ef) {

Callers 1

EditorMethod · 0.95

Calls 2

addPanelMethod · 0.95
textMethod · 0.95

Tested by

no test coverage detected