主题:[讨论]JOptionPane.showInputDialog的一个小问题
你好,我在使用java GUI的时候在输入框中碰到个小问题
String inputValue = "";
inputValue = JOptionPane.showInputDialog("Input the name of the file:");
使用这句话后,会弹出一个输入框,上面有"OK","Cancel"两个按钮,请问如何判断用户点击的是哪个按钮呢 ????
String inputValue = "";
inputValue = JOptionPane.showInputDialog("Input the name of the file:");
使用这句话后,会弹出一个输入框,上面有"OK","Cancel"两个按钮,请问如何判断用户点击的是哪个按钮呢 ????