|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object![]()
![]()
![]()
java.awt.Component
![]()
![]()
![]()
java.awt.Container
![]()
![]()
![]()
javax.swing.JComponent
![]()
![]()
![]()
javax.swing.JPanel
, MenuContainer
, Serializable
, Accessible

, JSpinner.DefaultEditor

public class JPanel


JPanel is a generic lightweight container.
For examples and task-oriented documentation for JPanel, see
How to Use Panels,
a section in The Java Tutorial.
Warning:
Serialized objects of this class will not be compatible with
future Swing releases. The current serialization support is
appropriate for short term storage or RMI between applications running
the same version of Swing. As of 1.4, support for long term storage
of all JavaBeansTM
has been added to the java.beans package.
Please see XMLEncoder
.
| Nested Class Summary | |
|---|---|
protected class |
JPanel.AccessibleJPanel
This class implements accessibility support for the JPanel class. |
Nested classes/interfaces inherited from class javax.swing.JComponent ![]() |
|---|
JComponent.AccessibleJComponent |
Nested classes/interfaces inherited from class java.awt.Container ![]() |
|---|
Container.AccessibleAWTContainer |
Nested classes/interfaces inherited from class java.awt.Component ![]() |
|---|
Component.AccessibleAWTComponent |
| Field Summary |
|---|
Fields inherited from class javax.swing.JComponent ![]() |
|---|
accessibleContext |
Fields inherited from class java.awt.Component ![]() |
|---|
BOTTOM_ALIGNMENT |
Fields inherited from interface java.awt.image.ImageObserver ![]() |
|---|
ABORT |
| Constructor Summary | |
|---|---|
JPanel
Creates a new JPanel with a double buffer
and a flow layout. |
|
JPanel
Creates a new JPanel with FlowLayout
and the specified buffering strategy. |
|
JPanel
Create a new buffered JPanel with the specified layout manager |
|
JPanel
Creates a new JPanel with the specified layout manager and buffering strategy. |
|
| Method Summary | |
|---|---|
AccessibleContext |
getAccessibleContext
Gets the AccessibleContext associated with this JPanel. |
PanelUI |
getUI
Returns the look and feel (L&F) object that renders this component. |
String |
getUIClassID
Returns a string that specifies the name of the L&F class that renders this component. |
protected String |
paramString
Returns a string representation of this JPanel. |
void |
setUI
Sets the look and feel (L&F) object that renders this component. |
void |
updateUI
Resets the UI property with a value from the current look and feel. |