This site requires JavaScript, please enable it in your browser!
Greenfoot
Username
Password
Remember Me?
Sign Up, Lost Password
Activity
About
Documentation
Download
Discuss
Scenarios
new_on_greenfoot
wrote ...
2017/1/24
File i/o to Display top 5 scores when button is clicked
1
2
danpost
2017/1/25
#
new_on_greenfoot wrote...
newLine() is an error because it cannot find the symbol
Oh, that's right. You need to call that method on the BufferedWriter object:
bw.newLine();
new_on_greenfoot
2017/1/25
#
That works! Thank you so much
You need to login to post a reply.
1
2
X