How do I create a parameter option in a method? For example JOptionPane.showConfirmDialog has the third parameter as different options "YES_NO_OPTION, YES_NO_CANCEL_OPTION....". I want to create my...