Write a program that is a word processing application. The class should be a GUI application that has a menu, buttons to bold and italicize, and a text area.
The menu should allow a user to create a new document (this option should clear the text area. If the text area currently has text, the program should ask the user if they want to save the document), save a document, or open a document.