Multiple input in JOptionPane.showInputDialog

Viewed 171884

Is there a way to create multiple input in JOptionPane.showInputDialog instead of just one input?

2 Answers
Related