Login  Register

Non-Resizeable ImageWindow?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options Options
Embed post
Permalink
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Non-Resizeable ImageWindow?

Nathaniel Ryckman
140 posts
I'll probably find some hack/work around, but I was wondering if there was a clean way to prevent ImageWindow objects from being resizeable? When I use the .setResizeable() method of the Form object implemented by the ImageWindow, the canvas on the ImageWindow becomes offset and the coordinate system doesn't work. I think this might have to do with the window decorations (the border dimensions change with a disabled maximize button).

Maybe for the newer versions of ImageJ, the system could be built to be more Object Oriented? An OO language is useless if the programmer still adheres to spaghetti code.

Thanks.