public class ColumnLayout extends Object implements LayoutManager
| Constructor and Description |
|---|
ColumnLayout() |
| Modifier and Type | Method and Description |
|---|---|
void |
addLayoutComponent(String s,
Component c) |
void |
layoutContainer(Container c) |
Dimension |
minimumLayoutSize(Container c) |
Dimension |
preferredLayoutSize(Container c) |
void |
removeLayoutComponent(Component c) |
public void addLayoutComponent(String s, Component c)
addLayoutComponent in interface LayoutManagerpublic void layoutContainer(Container c)
layoutContainer in interface LayoutManagerpublic Dimension minimumLayoutSize(Container c)
minimumLayoutSize in interface LayoutManagerpublic Dimension preferredLayoutSize(Container c)
preferredLayoutSize in interface LayoutManagerpublic void removeLayoutComponent(Component c)
removeLayoutComponent in interface LayoutManagerCopyright © 2014. All Rights Reserved.