我的JOptionPane代码如下:
selectedSiteName = JOptionPane.showInputDialog("Enter the name of the new site:");
这将使用文本框和“确定”和“取消”按钮呈现输入。我需要检测是否点击了取消。
干杯。