Class TipOfTheDayUI

    • Constructor Detail

      • TipOfTheDayUI

        public TipOfTheDayUI()
    • Method Detail

      • createDialog

        public abstract JDialog createDialog​(Component parentComponent,
                                             JXTipOfTheDay.ShowOnStartupChoice choice)
        Creates a new JDialog to display a JXTipOfTheDay panel. If choice is not null then the window will offer a way for the end-user to not show the tip of the day dialog.
        Parameters:
        parentComponent -
        choice -
        Returns:
        a new JDialog to display a JXTipOfTheDay panel