Hello,
I am working on creating a game in which after the user ends the session by pressing the "cash out" button, the game then displays a JLabel that asks them if they would like to play again. I also show them a "Yes" and "No" button.
I am able to get the "Yes" and "No" buttons to display, but I can't get the buttons to do anything (my yes/no button action listeners aren't working).
So far, I have the "Cash Out" button listener that will display the end points and then asks if they want to play again.
Any feedback is highly appreciated!
Thanks!