running ImageJ without the toolbar using a startup script
Posted by Paul McMillan on Dec 04, 2008; 6:33pm
URL: http://imagej.273.s1.nabble.com/running-ImageJ-without-the-toolbar-using-a-startup-script-tp3694341.html
I'm developing a program in python, and would like to use ImageJ to do
a few image processing operations. Since the rest of my program is
fairly streamlined, I'd prefer not to confuse my users by popping up
the ImageJ toolbar/menu window, and to instead run a script to open
the image and guide them through the process, and then close ImageJ
when they are finished with my specific tasks.
I have looked at the embedded applet examples, but I don't know much
java, and my attempts to modify those to suit my needs have been
fairly fruitless. I feel like there's probably some simple method that
I'm missing... hopefully someone can guide me.
Thanks,
-Paul