Ich möchte JA und NEIN zu etwas wie zustimmen/nicht zustimmen. Was soll ich tun?Wie kann ich die Option Ja/Nein im Bestätigungsdialog ändern?
int reply = JOptionPane.showConfirmDialog(null,
"Are you want to continue the process?",
"YES?",
JOptionPane.YES_NO_OPTION);
[als offensichtlich alles Oracle Tutorial] (http://docs.oracle.com/javase/tutorial/uiswing/components/dialog.html#button) – mKorbel