All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----java.applet.Applet
|
+----gjt.test.UnitTest
|
+----gjt.test.BulletinLayoutTest
Note that we override addNotify() for the BulletinLayoutTestPanel because awt.Lists must have a peer created before they can be moved or resized. Also, awt.Choices must have a peer created before they can be resized.
The applet draws a blue rectangle around the preferred size for the BulletinLayoutTestPanel, and also prints the preferred and minimum sizes in the applets status area.
public BulletinLayoutTest()
public String title()
public Panel centerPanel()
All Packages Class Hierarchy This Package Previous Next Index