Author: Wayne Rasband (wsr at nih.gov) History: 2006/09/27: First version
2011/12/26: Updated to be a PlugInTool
2012/02/27: Renamed "Example Tool"; icon changed to blue circle
Requires: ImageJ 1.46d or later Source: Example_Tool.java Installation: Download Example_Tool.java to the plugins/Tools folder, then compile and run it using Plugins/Compile and Run. Description: This plugin demonstrates how to add a tool to the toolbar. With ImageJ 1.46g or later, tools in the plugins/Tools folder with names ending in " Tool" are listed in the toolbar's ">>" menu.
The commands used to generate the tool icon are described in the Tool Macros section of the online manual.