mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 21:59:20 +01:00
a little further along with the cleanups
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user