Class java.awt.Panel
All Packages    This Package    Previous    Next

Class java.awt.Panel

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel

public class Panel
extends Container
A Panel Container class. This produces a generic container.
Version:
1.5, 08/17/95
Author:
Sami Shaio

Constructor Index

 o Panel()
Creates a new panel.

Method Index

 o addNotify()
Creates the Panel's peer.

Constructors

 o Panel
  public Panel()
Creates a new panel. The default layout for all panels is FlowLayout.

Methods

 o addNotify
  public synchronized void addNotify()
Creates the Panel's peer. The peer allows us to modify the appearance of the panel without changing its functionality.
Overrides:
addNotify in class Container


All Packages    This Package    Previous    Next