mirror of
https://github.com/processing/processing4.git
synced 2026-02-12 18:10:43 +01:00
holy hell, let's burn this place down
This commit is contained in:
@@ -104,7 +104,7 @@ public class JavaEditor extends Editor {
|
||||
item = new JMenuItem("About Processing");
|
||||
item.addActionListener(new ActionListener() {
|
||||
public void actionPerformed(ActionEvent e) {
|
||||
base.handleAbout();
|
||||
new About(JavaEditor.this);
|
||||
}
|
||||
});
|
||||
menu.add(item);
|
||||
|
||||
Reference in New Issue
Block a user