Package | Description |
---|---|
org.jdesktop.swingx |
Contains extensions to the Swing GUI toolkit, including new and enhanced
components that provide functionality commonly required by rich,
data-centric client applications.
|
Modifier and Type | Method and Description |
---|---|
protected JXRootPane |
JXDialog.createRootPane() |
protected 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 |
JXApplet.createRootPaneSafely()
This method performs the actual creation of the root pane and is guaranteed to be performed on the Event Dispatch Thread.
|
JXRootPane |
JXDialog.getRootPane() |
JXRootPane |
JXApplet.getRootPane() |
JXRootPane |
JXFrame.getRootPaneExt()
Return the extended root pane.
|
Copyright © 2019. All rights reserved.