【发布时间】:2017-03-10 17:53:50
【问题描述】:
如何在弹出的 JOptionPane.showInputDialog 中编辑按钮位置?
是否有参数可以放入参数中?
String inputValue = JOptionPane.showInputDialog(frame.getFrame(), "Please enter a value from 1 to 9");
if (inputValue == null) { // Cancel button
return 0;
}
【问题讨论】:
标签: input dialog show joptionpane