Login  Register

Re: Adding Help Files

Posted by Wayne Rasband on Nov 01, 2005; 2:19am
URL: http://imagej.273.s1.nabble.com/Adding-Help-Files-tp3704569p3704570.html

> How Can I Add or modify Help Files in the Help About Plugins
> drop down menu?
Add code to you plugin that displays an about box when it is passed  
the "about" argument. Then package the plugin as a JAR file and  
include a file named "plugins.config" containing a line similar to:

Help>About Plugins, "My Plugin...", My_Plugin("about")

where My_Plugin is the name of the plugin.

There is an example at

       http://rsb.info.nih.gov/ij/plugins/jar-demo.html

-wayne