The last lecture is now available from:
http://www.docjava.com/java/sw509/sw509.html
Your homework is to link the index button to an indexframe.
The index frame shows the names of the people in the database.
The labels, when clicked, bring up the record in the Addressbookframe.
The number of labels may not fit in the index frame.
One idea is to use a scrollpane to allow the user to see all the
labels. Thus you could use a left to right, top to bottom fill,
then just scroll down to see more labels...
Examples of scrollpane and other awt components are available at:
ftp://ftp.javasoft.com/docs/books/chanlee/JavaClassLibVol2Examples.zip
|