java.awt
Class Panel

java.lang.Object
  |
  +--java.awt.Component
        |
        +--java.awt.Container
              |
              +--java.awt.Panel
All Implemented Interfaces:
ImageObserver
Direct Known Subclasses:
FileList, TabbedPane

public class Panel
extends Container


Constructor Summary
Panel()
           
Panel(LayoutManager lm)
           
 
Methods inherited from class java.awt.Container
add, add, add, addImpl, doLayout, findComponentAt, getComponent, getComponentCount, getComponents, getInsets, getLayout, getMinimumSize, isAncestorOf, isFocusTraversable, paintAll, paintComponents, remove, remove, removeAll, setLayout, update, validate
 
Methods inherited from class java.awt.Component
addFocusListener, addKeyListener, addMouseListener, addMouseMotionListener, contains, dispatchEvent, enableEvents, getBackground, getBounds, getFont, getFontMetrics, getForeground, getGraphics, getHeight, getLocationOnScreen, getMaximumSize, getParent, getPreferredSize, getSize, getWidth, getX, getY, hasFocus, invalidate, isEnabled, isValid, isVisible, paint, processEvent, processFocusEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, repaint, repaint, requestFocus, setBackground, setBounds, setEnabled, setFont, setForeground, setLocation, setSize, setSize, setVisible
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Panel

public Panel(LayoutManager lm)

Panel

public Panel()