Packages This Package Prev Next Index
public class java.awt.Panel extends java.awt.Container (II-§1.11) { // Constructors public Panel(); §1.33.1 // Methods public void addNotify(); §1.33.2 }A panel is the simplest container class. It provides space into which an application can attach any other component, including other panels.
The AWT sends the panel all mouse, keyboard, and focus events that occur over it.
The default layout manager for a Panel is the FlowLayout (II-§1.16) layout manager.
public Panel()
public void addNotify()
Packages This Package Prev Next IndexJava API Document (HTML generated by dkramer on April 22, 1996)