mirror of
https://github.com/processing/processing4.git
synced 2026-02-11 09:39:19 +01:00
completed runtime handling of multiple files and their exceptions
This commit is contained in:
@@ -315,7 +315,10 @@ public class PdeEditorHeader extends JComponent /*implements MouseListener*/ {
|
||||
}
|
||||
JMenuItem item;
|
||||
|
||||
item = PdeEditor.newJMenuItem("New", 'T');
|
||||
// maybe this shouldn't have a command key anyways..
|
||||
// since we're not trying to make this a full ide..
|
||||
//item = PdeEditor.newJMenuItem("New", 'T');
|
||||
item = new JMenuItem("New");
|
||||
item.addActionListener(new ActionListener() {
|
||||
public void actionPerformed(ActionEvent e) {
|
||||
//System.out.println("TODO write code for New");
|
||||
|
||||
Reference in New Issue
Block a user