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?
I have a JInternalFrame and I need to get some Information from user (a
Share
Dialogs that are internal frames should be implemented using JInternalFrame (or JOptionPane) not JDialog