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