First of all, I am very basic at java. I am trying to browse a .txt file and load the contents of it, into the text area. I am completed the part, till which I receive the f
Use a BufferedReader to read the .txt file line by line. You can then append each line to your text area.
BufferedReader