I have my main JFrame with all of my controls. When a user chooses File-> Open I'm opening a dialog window open that has ~5tb's, ddl's, JFileChooser and a few other controls. right now I have them mounted on a panel in a dialog window.
What is the correct way to do this in JAVA. Do I continue using the dialog box or do I create a new JFrame since there is a great amount of user input required on the newly opened window.
thanks!

