Problem
1. Creating a Menu System
Using the menu system displayed in Figure 6-49 on page 423, create a Frame based application that has one large Text Area placed in the Center region. Create the menu system and code the Action Performed() event to make at least five of the menu items work properly.
2. My Classes
Create a Frame-based application that displays an array of nine buttons on a Panel. Assign the Panel to the Center of your frame. Each button should display the name of a course in your department. Include a Text Field in the South. When the user clicks a button, the course name should display in the Text Field.