mo tidbits

This commit is contained in:
benfry
2002-07-22 16:09:30 +00:00
parent e2428068b5
commit e4843b7cf7
3 changed files with 4 additions and 76 deletions

View File

@@ -158,7 +158,9 @@ public class PdeEditor extends Panel {
}
} catch (Exception e) {
e.printStackTrace();
// this exception doesn't matter, it's just the normal course of things
// the app reaches here when no sketch.properties file exists
//e.printStackTrace();
// even if folder for 'default' user doesn't exist, or
// sketchbook itself is missing, mkdirs() will make it happy