Search code examples
javajdialogjinternalframe

dialog inside of a JInternalFrame


I have a JInternalFrame and I need to get some Information from user (a JFileChooser & two JTextfield).
Using another JInternalFrame, application continues running and doesn't wait for input.
How can I open a JDialog as a internal dialog?


Solution

  • Dialogs that are internal frames should be implemented using JInternalFrame (or JOptionPane) not JDialog