JOptionPane Yes or No window
I am trying to create a message with a Yes or No button. Then a window will appear with a certain message that depends on if the user clicked Yes or No. Here is my code: Right now it prints HELLO whether or not you press Yes or No. How do I get it to … Read more