Home /
Expert Answers /
Computer Science /
java-help-please-implement-a-swing-javafx-notepad-application-shown-below-use-jtextarea-to-hold-the-pa509
(Solved): Java help please Implement a Swing/JavaFX notepad application shown below: Use JTextArea to hold the ...
Java help please
Implement a Swing/JavaFX notepad application shown below: Use JTextArea to hold the text. Include menu items which will save the text to the specified location, a new option which will empty out the text field, an open option which can load text from another file on the filesystem, and a close option which can close the application. (Use appropriate JavaFX components if not using Swing.)