| 
JavaTM 2 Platform Standard Ed. 5.0  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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.
FlowLayout, 
Serialized Form| 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.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()
FlowLayout class.
public Panel(LayoutManager layout)
layout - the layout manager for this panel.| Method Detail | 
|---|
public void addNotify()
addNotify in class ContainerComponent.isDisplayable(), 
Container.removeNotify()public AccessibleContext getAccessibleContext()
getAccessibleContext in interface AccessiblegetAccessibleContext in class Component
  | 
JavaTM 2 Platform Standard Ed. 5.0  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.