AbstractAction
that puts a KeyStroke
into its ACCELERATOR_KEY
field. This field is read when the action is attached to a JMenuItem
.
@author Hanns Holger Rutz
@version 0.2, 01-Oct-05
@see javax.swing.JMenuItem#setAccelerator(KeyStroke)
@see javax.swing.JMenuItem#configurePropertiesFromAction(Action)
@see javax.swing.AbstractButton#setAction(Action)
Name: MenuAction
Description: An implementation of the AbstractJMTAction class used to create a menu without writing the actionPerformed method
Date: 31/gen/07 Time: 21:18:34
@author Bertoli Marco @version 1.0
|
|