sketchbook now running sort of

This commit is contained in:
benfry
2002-07-03 14:17:38 +00:00
parent 441535c16b
commit 1fb214c377
4 changed files with 129 additions and 75 deletions

View File

@@ -101,6 +101,8 @@ public class PdeBase implements ActionListener {
menu.addActionListener(this);
menubar.add(menu);
// beautify, open, print, play save were key commands
// completely un-functional edit menu
menu = new Menu("Edit");
menu.add(new MenuItem("Undo"));
@@ -117,6 +119,8 @@ public class PdeBase implements ActionListener {
menu.add(new MenuItem("Play"));
menu.add(new MenuItem("Present"));
menu.add(new MenuItem("Stop"));
menu.addSeparator();
menu.add(new MenuItem("Beautify"));
menu.addActionListener(this);
menubar.add(menu);
@@ -227,7 +231,6 @@ public class PdeBase implements ActionListener {
}
menu.addSeparator();
// other available subdirectories
String toplevel[] = sketchbookFolder.list();