I have a question regarding the JOptionPane.showConfirmDialog.
The buttons I get are Yes, No and Cancel, but I was wondering if it was possible to localize these three buttons to my language?
I realize I can just create a confirmation dialogue of my own with my JButtons but I was wondering if this was possible as well.
Thanks in advance.