All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----gjt.BulletinLayout
Components are simply reshaped to their location and their preferred size. BulletinLayout is preferrable to setting a container's layout manager to null and explicitly positioning and sizing components.
public BulletinLayout()
public void addLayoutComponent(String name, Component comp)
public void removeLayoutComponent(Component comp)
public Dimension preferredLayoutSize(Container target)
public Dimension minimumLayoutSize(Container target)
public void layoutContainer(Container target)
All Packages Class Hierarchy This Package Previous Next Index