| java.lang.Object com.jeta.forms.gui.form.JETALayerLayout
JETALayerLayout | public class JETALayerLayout implements LayoutManager(Code) | | This layout manager is used for JLayeredPanes. It simply makes all components
in the container the width/height of the container. The top most components
should not be opaque.
author: Jeff Tassin |
addLayoutComponent | public void addLayoutComponent(String name, Component comp)(Code) | | Parameters: name - Parameters: comp - |
layoutContainer | public void layoutContainer(Container parent)(Code) | | Parameters: parent - |
removeLayoutComponent | public void removeLayoutComponent(Component comp)(Code) | | Parameters: comp - |
|
|