public class AboutAction extends AbstractApplicationAction
This action is called when the user selects the "About" menu item.
The menu item is automatically created by the application.
OSXApplication places the menu item in the "Application" menu,
SDIApplication and MDIApplication in the "Help" menu.
This action is automatically created by the application and put into the
ApplicationModel before ApplicationModel.initApplication(org.jhotdraw.app.Application) is
called.
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ID |
| Constructor and Description |
|---|
AboutAction(Application app)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent evt) |
dispose, getApplication, installApplicationListeners, isEnabled, setEnabled, uninstallApplicationListeners, updateApplicationEnabledpublic static final java.lang.String ID
public AboutAction(Application app)