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
-
Panel()
-
Creates a new panel.
-
addNotify()
-
Creates the Panel's peer.
Panel
public Panel()
-
Creates a new panel. The default layout for all panels is
FlowLayout.
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