Exercise: Creating the Chatclient GUI, Part 3 (Level 1)

                    In this exercise, you will enhance the GUI for a chat room application. You will complete the GUI for the ChatClient
                by adding a Choice component and two menus.

                Figure 12-1 shows the GUI design taht you will attempt to achieve.



Figure 12-1 GUI Layout fot the ChatClient Application

                    You will need to add three features to the existing GUI:



Preparation

Before you begin, make sure that you have changed directories to:
projects/ChatRoomPrj
using the cd command in the terminal window.
cd ~/projects/ChatRoomPrj/

Task 1 - Modifying the ChatClient Program Task 2 - Compiling the ChatClient Program Task 3 - Running the ChatClient Program.