Login  Register

hiding unnecessary interface

Posted by Paul McMillan-2 on Aug 29, 2009; 5:25am
URL: http://imagej.273.s1.nabble.com/hiding-unnecessary-interface-tp3691350.html

Hi all,

I'm working on a project involving enlisting a large number of
relatively unskilled workers to do repetitive image analysis using
ImageJ. I've written a set of macros which walk them through the
analysis process, but in order to increase throughput and reduce
errors, I'd like to figure out how to hide as much of the gui/menu
interface as possible.

An optimal solution would show just the image in question and a set of
icons to select the correct macro. To further complicate things, I'm
planning on delivering the applet and image to be analyzed through a
website (though my understanding is that this shouldn't change too
much).

I've searched a fair bit and can't seem to find an example of how to
do this interface simplification. If anyone can point me in the right
direction I'd be quite grateful.

Thanks,
-Paul