Class java.awt.Panel
All Packages Class Hierarchy This Package Previous Next Index
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.
-
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 Class Hierarchy This Package Previous Next Index