Using netbeans:
If a file name or path for a text file is entered into thetextbox (in the lower left corner of the GUI) and the “Get” buttonis clicked, the contents of the indicated text file will bedisplayed in the textarea (the large text control that takes up themajority of the GUI).
If the “Save” button is clicked, the contents of the textareawill be saved to a text file at the location indicated by the textfield.
If an IOException is thrown while attempting to get or save afile, display an error message in the textarea..
The “Clear” button is clicked, the contents of the
OR
OR