Uses of Class
org.jdesktop.swingx.JXPanel

Packages that use JXPanel
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. 
org.jdesktop.swingx.plaf.basic   
 

Uses of JXPanel in org.jdesktop.swingx
 

Subclasses of JXPanel in org.jdesktop.swingx
 class AbstractPatternPanel
          Common base class of ui clients.
 class JXFindBar
          A simple low-intrusion default widget for incremental search.
 class JXFindPanel
          Find panel to incorporate search capability into the users application.
 class JXGlassBox
          Component used to display transluscent user-interface content.
 class JXImagePanel
          A panel that draws an image.
 class JXLoginPanel
          JXLoginPanel is a JPanel that implements a Login dialog with support for saving passwords supplied for future use in a secure manner.
 class JXSearchPanel
          Rudimentary search panel.
 class JXTipOfTheDay
          Provides the "Tip of The Day" pane and dialog.
 class JXTitledPanel
          A special type of Panel that has a Title section and a Content section.
The following 3 properties can be set with the UIManager to change the look and feel of the JXTitledPanel: JXTitledPanel.title.foreground JXTitledPanel.title.background JXTitledPanel.title.font
 

Uses of JXPanel in org.jdesktop.swingx.plaf.basic
 

Subclasses of JXPanel in org.jdesktop.swingx.plaf.basic
protected static class BasicTitledPanelUI.JGradientPanel
          A special inner class who's background is painted as a gradient.