is new.
java.lang.Objectjava.awt.Component
java.awt.Container
java.awt.Panel
public class 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 FlowLayout layout manager.
| Nested Class Summary | |
|---|---|
| protected class |
Panel.AccessibleAWTPanel
This class implements accessibility support for the Panel class. |
| Nested classes/interfaces inherited from class java.awt. Container |
|---|
| Container.AccessibleAWTContainer |
| Nested classes/interfaces inherited from class java.awt. Component |
|---|
| Component.AccessibleAWTComponent , Component.BaselineResizeBehavior , Component.BltBufferStrategy , Component.FlipBufferStrategy |
| Field Summary |
|---|
| Fields inherited from class java.awt. Component |
|---|
| BOTTOM_ALIGNMENT , CENTER_ALIGNMENT , LEFT_ALIGNMENT , RIGHT_ALIGNMENT , TOP_ALIGNMENT |
| Fields inherited from interface java.awt.image. ImageObserver |
|---|
| ABORT , ALLBITS , ERROR , FRAMEBITS , HEIGHT , PROPERTIES , SOMEBITS , WIDTH |
| Constructor Summary | |
|---|---|
|
Panel
() Creates a new panel using the default layout manager. |
|
|
Panel
(
LayoutManager
layout) Creates a new panel with the specified layout manager. |
|
| Method Summary | |
|---|---|
| void |
addNotify
() Creates the Panel's peer. |
| AccessibleContext |
getAccessibleContext
() Gets the AccessibleContext associated with this Panel. |
| Methods inherited from class java.lang. Object |
|---|
| clone , equals , finalize , getClass , hashCode , notify , notifyAll , wait , wait , wait |
| Constructor Detail |
|---|
public Panel()
public Panel(LayoutManager layout)
| Method Detail |
|---|
public void addNotify()
public AccessibleContext getAccessibleContext()
Since:
1.3