mirror of
https://github.com/processing/processing4.git
synced 2026-01-29 03:11:08 +01:00
add icons to the tabs on the footer
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user