Author: Mahdi Rawak (m.rawak at t-online.de)
History: 2011/10/22: Initial release
Source: In command_bar.jar Installation: Drag and drop command_bar.jar onto the "ImageJ" window. Description: This plugin extends ImageJ's graphical user interface by adding a toolbar that offers easy access to 19 ImageJ menu commands. Add the following code to Image/macros/StartupMacros.txt file to have the command Bar automatically opened when ImageJ is started.
macro "AutoRun" { run("Command Bar"); }
See Also: Action Bar plugin