a little further along with the cleanups

This commit is contained in:
Ben Fry
2015-03-31 20:46:06 -04:00
parent 986d7615dd
commit 7aa709f366
5 changed files with 51 additions and 34 deletions

View File

@@ -41,6 +41,7 @@ public class JavaToolbar extends EditorToolbar {
}
/*
public void addModeButtons(Box box) {
EditorButton debugButton = new EditorButton(mode, "/lib/toolbar/debug",
Language.text("toolbar.debug")) {
@@ -54,6 +55,7 @@ public class JavaToolbar extends EditorToolbar {
box.add(debugButton);
addGap(box);
}
*/
@Override