Login  Register

Re: Attempting to modify the ImageJ user interface to create a "mini application"

Posted by Peterbauer Thomas on Feb 26, 2019; 4:18pm
URL: http://imagej.273.s1.nabble.com/Attempting-to-modify-the-ImageJ-user-interface-to-create-a-mini-application-tp5021669p5021843.html

On 2019-02-26 15:55, Grayson_Harrington wrote:

> Thank you all for your help and advice. I used Jerome's advice to hide the
> main ImageJ window from within the plugin with the <main> command, but on
> startup the main window still flashes briefly (which I don't think I will be
> able to avoid with this technique).
>
> This is a good "quick fix" to what I am working on and it will serve as
> something that can be used inside the company that I work for, but I also
> need to create a standalone application that runs the already developed
> plugin and can hide the plugin code.
>
> I tried to follow Peterbauer's example for a standalone app, but I haven't
> been able to get it to work yet. Now I'm dealing with this error:
>
> <http://imagej.1557.x6.nabble.com/file/t382212/Capture.png>
>
> Does anyone know what this is from?

These are errors caused by the module system introduced with JDK 9. Try
to compile with JDK 8 (there are workarounds to get rid of them with JDK
9+. Drop a note if you want to know more.)

Best,

Thomas

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html