mirror of
https://github.com/processing/processing4.git
synced 2026-02-13 10:30:44 +01:00
get toolbar working
This commit is contained in:
@@ -54,7 +54,10 @@ public class JavaToolbar extends EditorToolbar {
|
||||
|
||||
public JavaToolbar(Editor editor, Base base) {
|
||||
super(editor, base);
|
||||
|
||||
}
|
||||
|
||||
|
||||
public void init() {
|
||||
Image[][] images = loadImages();
|
||||
for (int i = 0; i < 6; i++) {
|
||||
addButton(getTitle(i, false), getTitle(i, true), images[i], i == NEW);
|
||||
|
||||
Reference in New Issue
Block a user