JavaFX API that reads a text file, displays it in the text area and writes the content of the file into another output file. The user can input a file name in the text field and view the contents by clicking on the view button. Users also have the option to open the file directory and choose a file instead of typing out the name. If the file is not found, a display message is shown.
Example below of the API reading a .txt file.

