BasicTipOfTheDayUIpublic abstract class TipOfTheDayUI extends PanelUI
JXTipOfTheDay.| Constructor | Description |
|---|---|
TipOfTheDayUI() |
| Modifier and Type | Method | Description |
|---|---|---|
abstract JDialog |
createDialog(Component parentComponent,
JXTipOfTheDay.ShowOnStartupChoice choice) |
Creates a new JDialog to display a JXTipOfTheDay panel.
|
contains, createUI, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI, updatepublic abstract JDialog createDialog(Component parentComponent, JXTipOfTheDay.ShowOnStartupChoice choice)
choice is not null then the window will offer a way for the
end-user to not show the tip of the day dialog.parentComponent - choice - Copyright © 2018. All rights reserved.