fixed serial problems and tested on macosx

This commit is contained in:
benfry
2004-07-09 23:48:53 +00:00
parent a6cf51d93c
commit e42590a27a
4 changed files with 22 additions and 6 deletions

View File

@@ -248,7 +248,7 @@ public class PdeSketchbook {
// TODO this doesn't seem to ever be used. AWESOME.
fd.setFilenameFilter(new FilenameFilter() {
public boolean accept(File dir, String name) {
System.out.println("check filter on " + dir + " " + name);
//System.out.println("check filter on " + dir + " " + name);
return name.endsWith(".pde");
}
});