Class SampleToolsMenuItem

All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action, ToolsMenuAction

Sample Action to create a new user-defined item in the Tools menu.

This is disabled by default so it doesn't appear in the default Tools menu. Uncomment the line indicated below to allow this to appear in the Tools menu.

For more on why this inherits from JmriAbstractAction and the use of JmriPanel and WindowInterface, please see JMRI's Use of Swing page.

See Also: