This project focuses on demonstrating your understanding of GUI and event programming. Before attempting this project, be sure you have completed all of the reading assignments listed in the syllabus to date, participated in the weekly conferences, and thoroughly understand the examples throughout the chapters. The project requirements include:
1. Enhance the form you created in homework 3 to add a JCombobox to select the user’s State of birth, and a JRadio buttons to indicate their gender. Also, add a JTextArea to the form. Once the user clicks on the JButton (created in homework 3) the application will display all of the user’s information in the JTextearea. You should use an appropriate layout manager to provide an attractive and neat interface.
a. A possible GUI is shown below: