> I am writing a new cutsom plugin that kind of extends
> the existing ImageJ plugin. The plugin adds java awt
> controls (like checkbox, drop down list, etc.,) in the
> same window as the Image when ImageJ starts. Everything
> works fine except that I want to align these controls
> vertically to the right of the image rather than below
> the image in the ImageWindow.
>
> Have anybody tried this before ? If so please let me
> know how to acheive this. Thanks in advance.
The Side_Panel example plugin at
http://rsb.info.nih.gov/ij/plugins/panel-window.htmladds vertically aligned controls to the right of the image.
-wayne