rebuild menus on save as, looking into classpath bug

This commit is contained in:
benfry
2006-05-09 11:48:00 +00:00
parent 5b538b937e
commit 175f899dd8
2 changed files with 7 additions and 1 deletions
+2
View File
@@ -544,6 +544,8 @@ public class Sketchbook {
String packages[] =
Compiler.packageListFromClassPath(libraryClassPath);
for (int k = 0; k < packages.length; k++) {
//System.out.println(packages[k] + " -> " + exported);
//String already = (String) importToLibraryTable.get(packages[k]);
importToLibraryTable.put(packages[k], exported);
}