This site requires JavaScript, please enable it in your browser!
Greenfoot back
PHORNE31

PHORNE31

Welcome to my page

PHORNE31's scenarios

This user has not made any scenarios.

PHORNE31's collections

This user has no collections

Recent Comments

PHORNE31

2012/6/7

I'm still trying to read a file to appear in the world, but still having a difficult time in doing so. I stored the file in FileDen to read it from and that didn't work. I tried to read it from my labtop, and that didn't work either. I used the line InputStream input = getClass().getClassLoader().getResourceAsStream("filename.txt"); in both scenarios( with the import.java.io; statement in the beginning line). Is there anything else I should do?