我想将“是”和“否”更改为“同意/不同意”之类的内容。我应该怎么办?
int reply = JOptionPane.showConfirmDialog(null,
"Are you want to continue the process?",
"YES?",
JOptionPane.YES_NO_OPTION);