tweaks to add manifest file, cleaning up sketch code

This commit is contained in:
benfry
2005-05-01 19:34:57 +00:00
parent 9a5d1d4be3
commit a97b43a0f7
4 changed files with 114 additions and 240 deletions

View File

@@ -512,7 +512,7 @@ public class Sketchbook {
ActionListener listener = new ActionListener() {
public void actionPerformed(ActionEvent e) {
editor.sketch.addLibrary(e.getActionCommand());
editor.sketch.importLibrary(e.getActionCommand());
}
};