changes for 85, hopefully closing in

This commit is contained in:
benfry
2005-04-19 07:24:18 +00:00
parent 227a1ef9f4
commit 38fc2d5225
5 changed files with 28 additions and 11 deletions

View File

@@ -3068,12 +3068,12 @@ public class PApplet extends Applet
//System.out.println("found the wrong case");
//throw new RuntimeException("wrong case");
}
} catch (IOException e) { }
} catch (Exception e) { } // ioex or security
stream = new FileInputStream(file);
if (stream != null) return stream;
} catch (IOException e) { } // ignored
} catch (Exception e) { } // ioex or security
}
try {