}
public void setShowingOnStartup(boolean showOnStartup) {
showTip = showOnStartup;
}
};
tipOfTheDayInstance = new JTipOfTheDay(TipLoader.load(Messages.getTipProperties()));
tipOfTheDayInstance.setCurrentTip(Preferences.userNodeForPackage(TipOfTheDay.class).getInt("tipNumber",1));
}
if (forceShow || tipOfTheDayChoiceInstance.isShowingOnStartup()) {
tipOfTheDayInstance.showDialog(owner, tipOfTheDayChoiceInstance,forceShow);
tipOfTheDayInstance.nextTip(); // move to the next tip