Uses of Class
org.jdesktop.swingx.JXTipOfTheDay

Packages that use JXTipOfTheDay
org.jdesktop.swingx.plaf.basic Provides basic implementation of pluggable look-and-feel for SwingX components together with a mechanism to support custom component look-and-feels. 
org.jdesktop.swingx.plaf.windows Provides window laf specific implementation of pluggable look-and-feel for SwingX components together with a mechanism to support custom component look-and-feels. 
 

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

Fields in org.jdesktop.swingx.plaf.basic declared as JXTipOfTheDay
protected  JXTipOfTheDay BasicTipOfTheDayUI.tipPane
           
 

Constructors in org.jdesktop.swingx.plaf.basic with parameters of type JXTipOfTheDay
BasicTipOfTheDayUI(JXTipOfTheDay tipPane)
           
 

Uses of JXTipOfTheDay in org.jdesktop.swingx.plaf.windows
 

Constructors in org.jdesktop.swingx.plaf.windows with parameters of type JXTipOfTheDay
WindowsTipOfTheDayUI(JXTipOfTheDay tipPane)