Closed jjoseph-le closed 2 years ago
Set up frame for dropdown menu. Drop down menu appears in popup window.
setup dropdown into a panel, placed that panel into a frame.
Set up event listener that functions with combobox in preparation for corresponding functions.
The drop down menu for this software should be put at the top left of the text editor window and you should be able to click it to drop down a menu containing the following, Print (#10 ), Open/Save Files (#6 ), and more we can add in the future
How we could do it: Have a button through Java Swing on the text editor on the top left where if we click it, a drop down menu appears and has other buttons for the options stated above in the description.