public abstract JRootPane getRootPane ()

Return this component's single JRootPane child. A conventional implementation of this interface will have all of the other methods indirect through this one. The rootPane has two children: the glassPane and the layeredPane.

Returns:  this components single JRootPane child.

See also:
JRootPane