CSCI 200 Fall 2009

Laboratory 5 - More Practice with GUI - Adding JPanels to your JFrame

Goal

Give you practice with multi-level GUI layout.

Grading

The lab exercise is worth 10 points, 3 points are for the design document.

Exercise Details

You are to implement, or have implemented, 2 panels from your homework 3 that share data. An example is a Player registration panel, then a panel to allow someone to pick a Player for playing BlackJack. The second panel displays all the registered Players. Of course, you can pick any 2 panels that you want. It is demonstrating that you can use a Collection object to share information between panels that is the key component of this lab.

Your design writeup is to document each of the two panels AND the data used in the interaction between them.