()
| 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) { |