BasicTipOfTheDayUIpublic abstract class TipOfTheDayUI
extends javax.swing.plaf.PanelUI
JXTipOfTheDay.| Constructor | Description |
|---|---|
TipOfTheDayUI() |
| Modifier and Type | Method | Description |
|---|---|---|
abstract javax.swing.JDialog |
createDialog(java.awt.Component parentComponent,
JXTipOfTheDay.ShowOnStartupChoice choice) |
Creates a new JDialog to display a JXTipOfTheDay panel.
|
public abstract javax.swing.JDialog createDialog(java.awt.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 -