Package 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.-
Method Summary
Modifier and TypeMethodDescriptionboolean
void
setShowingOnStartup
(boolean showOnStartup) Persists the user choice
-
Method Details
-
setShowingOnStartup
void setShowingOnStartup(boolean showOnStartup) Persists the user choice- Parameters:
showOnStartup
- the user choice
-
isShowingOnStartup
boolean isShowingOnStartup()- Returns:
- the previously stored user choice
-