Package org.jdesktop.swingx
Interface JXTipOfTheDay.ShowOnStartupChoice
-
- Enclosing class:
- JXTipOfTheDay
public static interface JXTipOfTheDay.ShowOnStartupChoiceUsed 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 booleanisShowingOnStartup()voidsetShowingOnStartup(boolean showOnStartup)Persists the user choice
-