All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----gjt.ScrollerLayout
Lays out 3 Components: a horizontal scrollbar, a vertical scrollbar and a viewport (Panel).
Valid names/Component pairs that can be added via addLayoutComponent(String, Component):
public ScrollerLayout(Scroller scroller)
public void addLayoutComponent(String name, Component comp)
public void removeLayoutComponent(Component comp)
public Dimension preferredLayoutSize(Container parent)
public Dimension minimumLayoutSize(Container parent)
public void layoutContainer(Container target)
All Packages Class Hierarchy This Package Previous Next Index