20 package net.sf.gridarta.action;
22 import java.awt.Frame;
23 import javax.swing.Action;
25 import net.
sf.japi.swing.action.ActionMethod;
26 import net.
sf.japi.swing.tod.TipOfTheDayManager;
27 import org.jetbrains.annotations.NotNull;
54 TipOfTheDayManager.show(parent);
58 public void setAction(@NotNull
final Action action, @NotNull
final String name) {
An EditorAction that shows the "tip of the day" dialog.
final Frame parent
The parent Frame for the dialog.
void tipOfTheDay()
Shows the "tip of the day" dialog.
TipOfTheDayAction(@NotNull final Frame parent)
Creates a new instance.
Base package of all Gridarta classes.
void setAction(@NotNull final Action action, @NotNull final String name)
Sets the Action instance for this editor action.