Extending Plugins

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Extending Plugins

Prasad Rajagopal
Hi,

    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.

Prasad
Reply | Threaded
Open this post in threaded view
|

Re: Extending Plugins

Wayne Rasband
>     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.html

adds vertically aligned controls to the right of the image.

-wayne