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
Windows implementation of the TipOfTheDayUI.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class BasicTipOfTheDayUI
changeListener, currentTipComponent, tipArea, tipFont, tipPane -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateDialog(Component parentComponent, JXTipOfTheDay.ShowOnStartupChoice choice) Creates a new JDialog to display a JXTipOfTheDay panel.static ComponentUIprotected voidMethods inherited from class BasicTipOfTheDayUI
createChangeListener, createDialog, getPreferredSize, installDefaults, installKeyboardActions, installListeners, installUI, showCurrentTip, uninstallComponents, uninstallDefaults, uninstallListeners, uninstallUIMethods inherited from class ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, paint, update
-
Constructor Details
-
WindowsTipOfTheDayUI
-
-
Method Details
-
createUI
-
createDialog
Description copied from class:TipOfTheDayUICreates a new JDialog to display a JXTipOfTheDay panel. Ifchoiceis not null then the window will offer a way for the end-user to not show the tip of the day dialog.- Overrides:
createDialogin classBasicTipOfTheDayUI- Parameters:
parentComponent-choice-- Returns:
- a new JDialog to display a JXTipOfTheDay panel
-
installComponents
protected void installComponents()- Overrides:
installComponentsin classBasicTipOfTheDayUI
-