public class WindowsTipOfTheDayUI extends BasicTipOfTheDayUI
Modifier and Type | Class | Description |
---|---|---|
static class |
WindowsTipOfTheDayUI.TipAreaBorder |
changeListener, currentTipComponent, tipArea, tipFont, tipPane
Constructor | Description |
---|---|
WindowsTipOfTheDayUI(JXTipOfTheDay tipPane) |
Modifier and Type | Method | Description |
---|---|---|
javax.swing.JDialog |
createDialog(java.awt.Component parentComponent,
JXTipOfTheDay.ShowOnStartupChoice choice) |
Creates a new JDialog to display a JXTipOfTheDay panel.
|
static javax.swing.plaf.ComponentUI |
createUI(javax.swing.JComponent c) |
|
protected void |
installComponents() |
createChangeListener, createDialog, getPreferredSize, installDefaults, installKeyboardActions, installListeners, installUI, showCurrentTip, uninstallComponents, uninstallDefaults, uninstallListeners, uninstallUI
public WindowsTipOfTheDayUI(JXTipOfTheDay tipPane)
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
public javax.swing.JDialog createDialog(java.awt.Component parentComponent, JXTipOfTheDay.ShowOnStartupChoice choice)
TipOfTheDayUI
choice
is not null then the window will offer a way for the
end-user to not show the tip of the day dialog.createDialog
in class BasicTipOfTheDayUI
protected void installComponents()
installComponents
in class BasicTipOfTheDayUI