| Package | Description |
|---|---|
| javax.swing |
Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JDesktopPane
A container used to create a multiple-document interface or a virtual desktop.
|
| Modifier and Type | Field and Description |
|---|---|
protected JLayeredPane |
JRootPane.layeredPane
The layered pane that manages the menu bar and content pane.
|
| Modifier and Type | Method and Description |
|---|---|
protected JLayeredPane |
JRootPane.createLayeredPane()
Called by the constructor methods to create the default
layeredPane.
|
JLayeredPane |
JRootPane.getLayeredPane()
Gets the layered pane used by the root pane.
|
JLayeredPane |
JWindow.getLayeredPane()
Returns the
layeredPane object for this window.
|
JLayeredPane |
JInternalFrame.getLayeredPane()
Returns the layered pane for this internal frame.
|
JLayeredPane |
JDialog.getLayeredPane()
Returns the
layeredPane object for this dialog.
|
JLayeredPane |
JFrame.getLayeredPane()
Returns the
layeredPane object for this frame.
|
JLayeredPane |
JApplet.getLayeredPane()
Returns the layeredPane object for this applet.
|
JLayeredPane |
RootPaneContainer.getLayeredPane()
Returns the layeredPane.
|
static JLayeredPane |
JLayeredPane.getLayeredPaneAbove(Component
Convenience method that returns the first JLayeredPane which contains the specified component.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JRootPane.setLayeredPane(JLayeredPane
Sets the layered pane for the root pane.
|
void |
JWindow.setLayeredPane(JLayeredPane
Sets the
layeredPane property.
|
void |
JInternalFrame.setLayeredPane(JLayeredPane
Sets this
JInternalFrame's
layeredPane property.
|
void |
JDialog.setLayeredPane(JLayeredPane
Sets the
layeredPane property.
|
void |
JFrame.setLayeredPane(JLayeredPane
Sets the
layeredPane property.
|
void |
JApplet.setLayeredPane(JLayeredPane
Sets the layeredPane property.
|
void |
RootPaneContainer.setLayeredPane(JLayeredPane
A Container that manages the contentPane and in some cases a menu bar.
|