|
All Packages Class Hierarchy This Package Previous Next Index Class java.awt.Paneljava.lang.Object | +----java.awt.Component | +----java.awt.Container | +----java.awt.Panel
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
Panelpublic Panel()
public Panel(LayoutManager layout)
addNotifypublic void addNotify()
All Packages Class Hierarchy This Package Previous Next Index Submit a bug or feature |
|||||||||||||||||
With any suggestions or questions please feel free to contact us |