Hi Chris,

On Mon, 24 Jun 2013, Chris wrote:

> If I wanted to write, say, a "Hello World" java class, where do I write
> it so that is shows up in the ImageJ plugins menu when I run or debug
> from Netbeans to generate the ImageJ instance?

Please have a look at the examples here:

        https://github.com/imagej/imagej-tutorials

Most of these projects do not implement plugins but instead show how to
use ImageJ2 and its plugins.

I will add examples for plugins as time allows, but here is the simplest
"Hello World" I could come up with:

        
https://github.com/imagej/imagej-tutorials/blob/master/simple-command/src/main/java/HelloWorldPlugin.java

Ciao,
Johannes

_______________________________________________
ImageJ-devel mailing list
ImageJ-devel@imagej.net
http://imagej.net/mailman/listinfo/imagej-devel

Reply via email to