| Author |
problem with layout container for laying out iconified internal frame
|
Chichi Gautam
Greenhorn
Joined: Jun 12, 2006
Posts: 5
|
|
I am having a JPanel that impelements a Layout Manager. In this I am having few JInternalFrames for ex following actions are taken:: -- I iconify an Internal frame -- resize the main frame containing the panel,and thus resize the panel -- deiconify the frame -- again iconify the same frame...(sorry if this is confusing ) Here the frame gets Iconified in its previous iconified location. Where as I want it to be iconified at the bottom of the panel everytime i resize the panel. Is it that while the Internal Frame is iconified it doesn't listen to the layout container or some thing different.. Please do help me JavaRanchers. Thanks in advance.
|
 |
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32654
|
|
Internal frames inside a JPanel? I thought you were supposed to put internal frames inside a JDesktopPane? Can you use an InternalFrameListener to reposition the iconified internal frames? I don't know I have never tried. CR
|
 |
Chichi Gautam
Greenhorn
Joined: Jun 12, 2006
Posts: 5
|
|
yes ! I have added JInternalFrames to panel... with the above problem, I am also having problem with placing the InternalFrame to front. Can anyone help plzz thanks.
|
 |
 |
|
|
subject: problem with layout container for laying out iconified internal frame
|
|
|