Uses of Class
org.jdesktop.swingx.JXRootPane
Packages that use JXRootPane
Package
Description
Contains extensions to the Swing GUI toolkit, including new and enhanced
components that provide functionality commonly required by rich,
data-centric client applications.
-
Uses of JXRootPane in org.jdesktop.swingx
Methods in org.jdesktop.swingx that return JXRootPaneModifier and TypeMethodDescriptionprotected final JXRootPane
JXApplet.createRootPane()
Overridden to create a JXRootPane and to ensure that the root pane is always created on the Event Dispatch Thread.protected JXRootPane
JXDialog.createRootPane()
protected JXRootPane
JXApplet.createRootPaneSafely()
This method performs the actual creation of the root pane and is guaranteed to be performed on the Event Dispatch Thread.JXApplet.getRootPane()
JXDialog.getRootPane()
JXFrame.getRootPaneExt()
Return the extended root pane.