public class WindowsTipOfTheDayUI extends BasicTipOfTheDayUI
| Modifier and Type | Class and Description |
|---|---|
static class |
WindowsTipOfTheDayUI.TipAreaBorder |
changeListener, currentTipComponent, tipArea, tipFont, tipPane| Constructor and Description |
|---|
WindowsTipOfTheDayUI(JXTipOfTheDay tipPane) |
| Modifier and Type | Method and 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, uninstallUIpublic 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)
TipOfTheDayUIchoice 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 BasicTipOfTheDayUIprotected void installComponents()
installComponents in class BasicTipOfTheDayUI