org.jdesktop.swingx.plaf.windows
Class WindowsTipOfTheDayUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.PanelUI
org.jdesktop.swingx.plaf.TipOfTheDayUI
org.jdesktop.swingx.plaf.basic.BasicTipOfTheDayUI
org.jdesktop.swingx.plaf.windows.WindowsTipOfTheDayUI
public class WindowsTipOfTheDayUI
- extends BasicTipOfTheDayUI
Windows implementation of the TipOfTheDayUI.
- Author:
- Frederic Lavigne
Methods inherited from class javax.swing.plaf.ComponentUI |
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, paint, update |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WindowsTipOfTheDayUI
public WindowsTipOfTheDayUI(JXTipOfTheDay tipPane)
createUI
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
createDialog
public javax.swing.JDialog createDialog(java.awt.Component parentComponent,
JXTipOfTheDay.ShowOnStartupChoice choice)
- Description copied from class:
TipOfTheDayUI
- 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.
- Overrides:
createDialog
in class BasicTipOfTheDayUI
- Returns:
- a new JDialog to display a JXTipOfTheDay panel