Method getRootPane()
Return type: javax.swing.JRootPane
Member of: javax.swing.JComponent
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 JRootPane root = getRootPane();
2 JRootPane rp = c.getRootPane();
3 if (wizardPanel == null || wizardPanel.getRootPane () == null) {
4 JRootPane rootPane = getRootPane();
5 JRootPane parentRootpane = inView.getRootPane();
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.