我以前使用过这个输入对话框,但由于某种原因它使我的程序崩溃。我尝试向输入对话框添加不同的选项,但得到相同的结果
Intelliji 上的错误消息是“进程完成,退出代码 -805306369”
JOptionPane pane = new JOptionPane();
String name = pane.showInputDialog("Name Your Profile");
SaveParameters(name); //this is what takes the output
我以前使用过这个输入对话框,但由于某种原因它使我的程序崩溃。我尝试向输入对话框添加不同的选项,但得到相同的结果
Intelliji 上的错误消息是“进程完成,退出代码 -805306369”
JOptionPane pane = new JOptionPane();
String name = pane.showInputDialog("Name Your Profile");
SaveParameters(name); //this is what takes the output