maximized window
Posted by Jon Harman on Jan 22, 2008; 7:12pm
URL: http://imagej.273.s1.nabble.com/maximized-window-tp3697395.html
Hi,
I have a plugin that adds a panel below the image. When the window is
maximized the panel disappears partially below the bottom of the screen
and the top of the image disappears above the top of the screen. So it
seems that the layout of the maximized window is adjusting the the image
sizing based on the image size, but is centering according to the center
of the (image + panel). Is there any way I can get the image sizing to
take into account the need for my panel down below?
I notice that if I have a large image and view it at 100% (so only a
portion of the image appears on the screen) then maximizing the window
works just fine.
I am using 1.39n.
Jon