JInternalFrame Help
Hi,
I have a mainclass(MDI) which has a JToolBar(New JButton, Add JButton and etc). When I click on the New JButton, it shows a JInternalFrame into the desktopPanel. when i select the JInternalPanel and click Add JButton, it show a JPanelClass in the JInternalFrame.
I am able to create a new JInternalFrame into the desktopPanel, but is lose or dunno how to do when select JInternalFrame and click on the Add button to insert JPanel into it.
Thanks

