I am outputting user input from various JTextFields to a text file. This part works fine.
However, I need to tell the text file to move to a new line when additional user input is appended to the file. Just sending a '\n' isn't working. Right now I have one giant line of text in my file.
Any ideas?
Thanks, Brian
However, I need to tell the text file to move to a new line when additional user input is appended to the file. Just sending a '\n' isn't working. Right now I have one giant line of text in my file.
Any ideas?
Thanks, Brian