我想知道我如何从三个输入对话框中做一个messageBox ..
像这样:
JOptionPane.showInputMessageDialog("Enter your FirstName");
JOptionPane.showInputMessageDialog("Enter your MiddleName");
JOptionPane.showInputMessageDialog("Enter your LastName");
Run Code Online (Sandbox Code Playgroud)
但我希望一条消息有三个输入框.