got PdePreferences to compile

This commit is contained in:
benfry
2003-11-10 21:28:12 +00:00
parent 53bb933a61
commit 3a857765ea
3 changed files with 59 additions and 51 deletions

View File

@@ -161,9 +161,7 @@ public class PdeSketchbook {
}
protected boolean addSketches(Menu menu, File folder) {
// /*boolean allowUser,*/ boolean root)
throws IOException {
protected boolean addSketches(Menu menu, File folder) throws IOException {
// skip .DS_Store files, etc
if (!folder.isDirectory()) return false;
@@ -199,7 +197,7 @@ public class PdeSketchbook {
}
}
return ifound;
}
}
/**