All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.awt.Component | +----java.awt.Container | +----java.awt.Panel | +----Acme.Widgets.BorderPanel
Sample usage:
BorderPanel p = new BorderPanel( BorderPanel.IN );
Fetch the software.
Fetch the entire Acme package.
public static final int SOLIDRAISED
public static final int RAISEDLOWERED
public static final int LOWEREDIN
public static final int INOUT
public static final int OUT
public BorderPanel(int type, int thickness)
public BorderPanel(int type)
public void paint(Graphics graphics)
public int countComponents()
public Component getComponent(int n)
public Insets insets(int n)add
public Component add(Component comp)
public Component add(Component comp, int pos)
public Component add(String name, Component comp)
public void remove(Component comp)
public void removeAll()
public LayoutManager getLayout()
public void setLayout(LayoutManager mgr)
All Packages Class Hierarchy This Package Previous Next Index
ACME Java ACME Labs