Program: Write a program displaying a text file that is in a text area.
The user enters a file name in a text field and clicks the view button; the file is then displayed in the text area. Do not use BufferedInputStream.
You need to prepare the program to show the text file.