YES と NO を Agree/Disagree のように変更したい。私は何をすべきか?
int reply = JOptionPane.showConfirmDialog(null,
"Are you want to continue the process?",
"YES?",
JOptionPane.YES_NO_OPTION);