* Returns the {@code layeredPane} object for the wrapped component.
*
* @return the {@code layeredPane} property
*/
public JLayeredPane getLayeredPane() {
JLayeredPane pane = null;
if (getRootContainer() instanceof RootPaneContainer) {
pane = ((RootPaneContainer) getRootContainer()).getLayeredPane();
}