Uses of Class javax.swing.JLayeredPane

Uses in package javax.swing

Classes derived from javax.swing.JLayeredPane

class
JDesktopPane is a container (usually for JInternalFrames) that simulates a desktop.

Fields of type javax.swing.JLayeredPane

JLayeredPane
DOCUMENT ME!

Methods with parameter type javax.swing.JLayeredPane

void
void
This method sets the JLayeredPane used in the JDialog.
void
setLayeredPane
void
This method sets the JLayeredPane to use with this JInternalFrame.
void
Set the layered pane for the root pane.
void
setLayeredPane
void
setLayeredPane

Methods with return type javax.swing.JLayeredPane

JLayeredPane
DOCUMENT ME!
JLayeredPane
JLayeredPane
This method returns the JLayeredPane used with this JDialog.
JLayeredPane
getLayeredPane
JLayeredPane
This method returns the LayeredPane for this JInternalFrame.
JLayeredPane
DOCUMENT ME!
JLayeredPane
getLayeredPane
JLayeredPane
getLayeredPane
JLayeredPane
Returns the first JLayeredPane that contains the Component comp or null if comp is not contained in a JLayeredPane.