Resize « JInternalFrame « Java Swing Q&A





1. JInternalFrame resize    stackoverflow.com

I have an internal frame that contain 2D image panel. When resizing the frame I would like to keep a fix width,height ratio. What is the best way to do that? Thanks, Guy

2. JInternalframe resizing    coderanch.com

ok you've sorted that for me. Is there something similar that I should do to handle the re-positioning of all my minimised jinternalframes once the containing jframe is resized. Currently they disappear out of sight if the frame is reduced. I'm sure it's simply, just can't think of the right phase to search for examples. Dave.

4. InternalFrame not resizing    coderanch.com

Hello I moved all my code into one class DesktopPane and I have a JInternalFrame that displays nice at program startup. I then have my menuItem create a new call to the same createFrame(). with only a name change but it does not follow the InternalFrame Class's diminsions or behavior. It will not resize. Do I need another method here? Thanks ...

5. JInternalFrame corner resize only    forums.oracle.com

Do not reply. I went too fast and didn't see there is a swing forum. Hi, I would like to be able to resize a JInternalFrame only by clicking on the corner of it but not by clicking on top/bottom, right/left side. The only way I would like a JInternalFrame to be resized is by clicking on a corner. Any idea ...

6. Jinternalframe resize    forums.oracle.com