Package org.jdesktop.swingx
Interface JXTipOfTheDay.ShowOnStartupChoice
-
- Enclosing class:
- JXTipOfTheDay
public static interface JXTipOfTheDay.ShowOnStartupChoice
Used in conjunction with theJXTipOfTheDay.showDialog(Component, ShowOnStartupChoice)
to save the "Show tips on startup" choice.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isShowingOnStartup()
void
setShowingOnStartup(boolean showOnStartup)
Persists the user choice
-