Add JInternalFrame to a JPanel
843804Mar 3 2005 — edited Mar 7 2005Hi 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