Trouble using JDialog and JInternalFrame. Please help.
Hi,
Please tell me how to open a JInternalFrame with a JButton click event.
The JButton is on a JDialog.
I'm doing a project in which, when I select an item from the JCombobox and click on the JButton (both components in JDialog), the JInternalFrame should load. But this is not happening. I'm unable to add the JInternalFrame to the existing JDesktopPane instance through the JDialog.
Please help. :)

