org.jdesktop.swingx
Interface JXTipOfTheDay.ShowOnStartupChoice
- Enclosing class:
 - JXTipOfTheDay
 
public static interface JXTipOfTheDay.ShowOnStartupChoice
Used in conjunction with the
 JXTipOfTheDay.showDialog(Component, ShowOnStartupChoice) to save the
 "Show tips on startup" choice.
 
setShowingOnStartup
void setShowingOnStartup(boolean showOnStartup)
- Persists the user choice
- Parameters:
 showOnStartup - the user choice
 
 
isShowingOnStartup
boolean isShowingOnStartup()
- Returns:
 - the previously stored user choice