mirror of
https://github.com/processing/processing4.git
synced 2026-02-11 17:40:48 +01:00
new tabs graphics, new colors, horizontally aligned toolbar
This commit is contained in:
@@ -343,7 +343,8 @@ public class PdeSketchbook {
|
||||
// rebuild the popup menu
|
||||
menu.removeAll();
|
||||
|
||||
item = new JMenuItem("Open...");
|
||||
//item = new JMenuItem("Open...");
|
||||
item = PdeEditor.newJMenuItem("Open...", 'O', false);
|
||||
item.addActionListener(new ActionListener() {
|
||||
public void actionPerformed(ActionEvent e) {
|
||||
editor.handleOpen(null);
|
||||
|
||||
Reference in New Issue
Block a user