Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Add JInternalFrame to a JPanel

843804Mar 3 2005 — edited Mar 7 2005
Hi to all,
I need to put a JInternalFrame into a JPanel with a GridBagLayout.
The problem is that when I add the JInternalFrame, the others components shift.
I tried to change my application and use a JLayeredPane, but I need to set its layout, so when I add the JInternalFrame I have the same problem.

Can anyone help me?

Thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 4 2005
Added on Mar 3 2005
4 comments
240 views