Is it possible to create a dialog box with TWO input text fields?
Printable View
Is it possible to create a dialog box with TWO input text fields?
I dont think it is possible with the standard JOptionPane methods. One possibility is to write a custom class which extends JOptionPane and create a GUI similar to a JOptionPane but with two textfields
Kind regards,
Noel