[ImageJ-devel] Project development in Netbeans - where to develop after setup?
Johannes Schindelin
Johannes.Schindelin at gmx.de
Mon Jun 24 10:58:32 CDT 2013
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
More information about the ImageJ-devel
mailing list