获取JOptionPane的返回值

问题描述 投票:9回答:4

我的JOptionPane代码如下:

selectedSiteName = JOptionPane.showInputDialog("Enter the name of the new site:");

这将使用文本框和“确定”和“取消”按钮呈现输入。我需要检测是否点击了取消。

干杯。

java joptionpane
4个回答
© www.soinside.com 2019 - 2024. All rights reserved.