add icons to the tabs on the footer

This commit is contained in:
Ben Fry
2015-07-17 11:29:53 -04:00
parent c69881a89d
commit ebbbd61dba
5 changed files with 99 additions and 15 deletions

View File

@@ -264,7 +264,7 @@ public class JavaEditor extends Editor {
// console = new EditorConsole(this);
// footer.addPanel(Language.text("editor.footer.console"), console);
footer.addPanel(Language.text("editor.footer.errors"), errorTableScrollPane);
footer.addPanel(errorTableScrollPane, Language.text("editor.footer.errors"), "/lib/footer/error");
//return consolePanel;
return footer;