This site requires JavaScript, please enable it in your browser!
Greenfoot back
new_on_greenfoot
new_on_greenfoot wrote ...

2017/1/24

File i/o to Display top 5 scores when button is clicked

1
2
danpost 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 new_on_greenfoot

2017/1/25

#
That works! Thank you so much
You need to login to post a reply.
1
2