I programmed the game Hangman, which displays all its components onto one panel.
That panel is then displayed onto the JFrame
but now I want to have a startup screen with two different buttons, "normal mode" and "timed mode". I also want to have a win and losing screen both of which have a label stating that "you won/lost."
They also have 3 different buttons, "play again","go to main menu", and "exit". Can someone explain how I would go about doing this?