working on tabs.. now actually working/displaying semi-properly

This commit is contained in:
benfry
2004-06-20 17:13:53 +00:00
parent 4ddd8455aa
commit 6b3f7b82df
6 changed files with 58 additions and 17 deletions

View File

@@ -685,6 +685,7 @@ public class PdeEditor extends JFrame
handleAbout();
}
});
menu.add(item);
}
return menu;
@@ -1237,6 +1238,7 @@ public class PdeEditor extends JFrame
protected void handleOpen2(String path) {
try {
sketch = new PdeSketch(this, path);
header.rebuild();
} catch (Exception e) {
error(e);
}