public class Panel
  Comment     Returned-by     Constructor-argument     Method-argument     Field-type     Type-bound     Links  

Panel is the simplest container class. A panel provides space in which an application can attach any other component, including other panels.

The default layout manager for a panel is the FlowLayout layout manager.

extends Container implements Accessible

See also:
java.awt.FlowLayout

Since:  1.0