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

Method addErrorTable

app/src/processing/app/ui/Editor.java:438–444  ·  view source on GitHub ↗
(EditorFooter ef)

Source from the content-addressed store, hash-verified

436
437
438 public void addErrorTable(EditorFooter ef) {
439 JScrollPane scrollPane = new JScrollPane();
440 errorTable = new ErrorTable(this);
441 scrollPane.setBorder(BorderFactory.createEmptyBorder());
442 scrollPane.setViewportView(errorTable);
443 ef.addPanel(scrollPane, Language.text("editor.footer.errors"), "/lib/footer/error");
444 }
445
446
447 public EditorState getEditorState() {

Callers 1

createFooterMethod · 0.80

Calls 3

textMethod · 0.95
setBorderMethod · 0.80
addPanelMethod · 0.45

Tested by

no test coverage detected