How can I handle \n or \t in a text file?
807591Mar 24 2008 — edited Mar 24 2008Java read text from a file and display them in a text area. I want the program to treat '\n' as a new line. But it seems Java will accept these characters as a normal text.