| |
|
| java.lang.Object jaxx.runtime.swing.VBoxLayout
VBoxLayout | public class VBoxLayout implements LayoutManager(Code) | | Vertical box layout. The layout rules followed by this class are quite different than the core BoxLayout class,
and in general represent a more useful algorithm.
author: Ethan Nicholas |
getHorizontalAlignment | public int getHorizontalAlignment()(Code) | | |
getSpacing | public int getSpacing()(Code) | | |
getVerticalAlignment | public int getVerticalAlignment()(Code) | | |
removeLayoutComponent | public void removeLayoutComponent(Component comp)(Code) | | |
setHorizontalAlignment | public void setHorizontalAlignment(int horizontalAlignment)(Code) | | |
setSpacing | public void setSpacing(int spacing)(Code) | | |
setVerticalAlignment | public void setVerticalAlignment(int verticalAlignment)(Code) | | |
|
|
|