com.l2fprod.common.swing
Interface JTipOfTheDay.ShowOnStartupChoice

Enclosing interface:
JTipOfTheDay

public static interface JTipOfTheDay.ShowOnStartupChoice

Used in conjunction with the JTipOfTheDay#showDialog(Component, ShowOnStartupChoice) to save the "Show tips on startup" choice.


Method Summary
 boolean isShowingOnStartup()
           
 void setShowingOnStartup(boolean showOnStartup)
           
 

Method Detail

setShowingOnStartup

public void setShowingOnStartup(boolean showOnStartup)

isShowingOnStartup

public boolean isShowingOnStartup()


Copyright (c) 2005-2006 L2FProd.com. All Rights Reserved.