$25
CS 212 –Project 3
Create a File Menu in your GUI
Add a file menu to your CandleGUI with options to open any file for reading (and displaying the file as in Project 2), and one to Quit the program. You will need a FileMenuHandler class to handle the events from the FileMenu.