Objectives Understand how to use the Swing and AWT Java classes to create advanced graphical user interfaces. Lab Assignment This lab assignment will ask you to write a program using Swing and AWT Java classes. Exercise 1 Create a New Project named WeekListWindow Create a GUI application that lists the days of the week (using a JList). Have the program display the day of the week in a read-only text field when one of the days is selected.

    • 9 years ago