Menu suggestions
Posted by Gabriel Landini on Feb 14, 2009; 10:12am
URL: http://imagej.273.s1.nabble.com/toggle-ActionBar-AlwaysOnTop-and-the-API-tp3693618p3693620.html
On Saturday 14 February 2009, Jerome Mutterer wrote:
> title="test";
> WindowManager.getFrame(title).setAlwaysOnTop(!WindowManager.getFrame(title)
>.isAlwaysOnTop());
>
> it will set 'alwaysontop' to 0 if it's 1, and 1 if it's 0.
I think this would be a useful option to have in Edit>Options>Misc...
Another useful thing would be to include the Calculator Plus entry next (i.e.
after) the Image Calculator one in the Process menu entry.
I found this item in the IJ Notes page which might be relevant:
"An updated Menus class, contributed by Johannes Schindelin, provides better
Fiji compatibility and allows plugins to be installed in more menus."
Any suggestions on how to add a new item to the standard menu structure using
this new class?
Cheers
Gabriel