completed runtime handling of multiple files and their exceptions

This commit is contained in:
benfry
2004-07-06 23:33:26 +00:00
parent e999598870
commit 1a81a3f9f8
7 changed files with 194 additions and 44 deletions

View File

@@ -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");