public class OverlapLayout extends Object implements LayoutManager
| Constructor and Description | 
|---|
| OverlapLayout() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addLayoutComponent(String pName,
                  Component pComponent) | 
| void | layoutContainer(Container pParent) | 
| Dimension | minimumLayoutSize(Container pParent) | 
| Dimension | preferredLayoutSize(Container pParent) | 
| void | removeLayoutComponent(Component pComponent) | 
public void addLayoutComponent(String pName, Component pComponent)
addLayoutComponent in interface LayoutManagerpublic void removeLayoutComponent(Component pComponent)
removeLayoutComponent in interface LayoutManagerpublic Dimension preferredLayoutSize(Container pParent)
preferredLayoutSize in interface LayoutManagerpublic Dimension minimumLayoutSize(Container pParent)
minimumLayoutSize in interface LayoutManagerpublic void layoutContainer(Container pParent)
layoutContainer in interface LayoutManagerCopyright © 2023. All rights reserved.