Write a GUI program that represents a simple Notepad clone. The program should support a 'new' feature that clears the text buffer, a save feature that writes to a file using a PrintStream, a 'Load' feature that reads from a file using a Scanner, and a 'Quit' feature that exits the program. you can also add support for changing the font size and background/foreground colors. (The final product has a title bar, the 4 buttons(New, Save, Load, Quit- on a gridLayout), a text area, scroll bar, Foreground and Background buttons underneath the text area and 'Font Size with text box for the user to inter the font size).