Closed willgraf closed 4 years ago
To resolve this, there were a lot of trials and errors, and the following changes, in no particular order, made it to the final working version:
I think that about covers what I did to make the plugin work and show up in ImageJ’s menu. See the following in case this helps someone making ImageJ plugins: Plugins in general: https://imagej.nih.gov/ij/developer/api/ij/plugin/class-use/PlugIn.html#ij.plugin https://imagej.nih.gov/ij/docs/pdfs/tutorial10.pdf
Specifically coding the plugin, including the addition of a config file: https://imagej.nih.gov/ij/plugins/#examples https://imagej.net/Description_of_ImageJ's_plugin_architecture
Displaying a text window https://imagej.nih.gov/ij/developer/api/ij/text/TextWindow.html
@Bookworm100 let's track progress on the problem here, please just make note of things you've tried, blogs/StackOverflows that are helpful, etc.