<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div><blockquote type="cite">If I wanted to write, say, a "Hello World" java class, where do I write<br></blockquote><blockquote type="cite">it so that is shows up in the ImageJ plugins menu when I run or debug<br></blockquote><blockquote type="cite">from Netbeans to generate the ImageJ instance?<br></blockquote><br>Please have a look at the examples here:<br><br><span class="Apple-tab-span" style="white-space: pre; ">        </span><a href="https://github.com/imagej/imagej-tutorials">https://github.com/imagej/imagej-tutorials</a><br><br>Most of these projects do not implement plugins but instead show how to<br>use ImageJ2 and its plugins.<br><br>I will add examples for plugins as time allows, but here is the simplest<br>"Hello World" I could come up with:<br><br><span class="Apple-tab-span" style="white-space: pre; ">        </span><a href="https://github.com/imagej/imagej-tutorials/blob/master/simple-command/src/main/java/HelloWorldPlugin.java">https://github.com/imagej/imagej-tutorials/blob/master/simple-command/src/main/java/HelloWorldPlugin.java</a><br></div></span></blockquote></div><br><div>What I need is where to build my .java files so that they get properly compiled into class files that show up in the plugins folder of the ImageJ instance created by Netbeans when run or debug is called in the project.  The Netbeans project has two main folders, Modules and Project Files, but I don't see where I should create my .java files and where to put my resources folder containing images used in the GUIs.  </div><div><br></div><div>Chris</div></div></body></html>