This lab exercise will give you practice creating and laying out Swing
containers. You will take a class that produces a component that looks like:
and modify it to look like:
The zipped NetBeans project to use for this lab is here:
CS_2511_Layout_Management.zip.
Unzip the project folder and open the
resulting
CS_2511_Layout_Management project in NetBeans.
Run the
LayoutManagement.java file and verify that it works. It
should produce a frame laid out like the first applet in the
lab
Overview.
Note that clicking on a button causes the button's label to be
displayed in the far right of the frame.
When finished, zip your project folder as
your-login-LEX6.zip.
Email the zip file to your TA.