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 SOLID
public static final int RAISED
public static final int LOWERED
public static final int IN
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)
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