2.4 Add a Menu Bar

The next component we are going to add to the application is a menubar. A menubar is a common component on windows programs. Our menu bar will contain two entries, File and Help. Selecting one of these will display a dropdown menu. The user can select an option from the drop down menu.





Now we must repeat the process to add options to the file menu.

Now we are going to create the menubar