java.lang.Object | +----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)removeLayoutComponent
public void removeLayoutComponent(Component comp)preferredLayoutSize
public Dimension preferredLayoutSize(Container target)minimumLayoutSize
public Dimension minimumLayoutSize(Container target)layoutContainer
public void layoutContainer(Container target)