Class TipOfTheDayUI

Direct Known Subclasses:
BasicTipOfTheDayUI

public abstract class TipOfTheDayUI extends PanelUI
Pluggable UI for JXTipOfTheDay.
  • Constructor Details

    • TipOfTheDayUI

      public TipOfTheDayUI()
  • Method Details

    • 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