GoatPad-cs270 / LLGSHH-Pad

0 stars 0 forks source link

Drop down menu on Text Editor #5

Closed jjoseph-le closed 2 years ago

kcaldarone commented 2 years ago

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.

erikyz commented 2 years ago

Set up frame for dropdown menu. Drop down menu appears in popup window.

erikyz commented 2 years ago

setup dropdown into a panel, placed that panel into a frame.

erikyz commented 2 years ago

Set up event listener that functions with combobox in preparation for corresponding functions.