Java, two JPanel on JFrame - Settings JPanel, StartMenu JPanel [on hold]
- by Andy Tyurin
There is my first question and I welcome community!
I'm making a simple game and have some problems with Start menu.
I have three buttons on my JPanel StartMenu and when I click "Settings" button, new JPanel will be open, but I don't know why buttons from StartMenu JPanel appeared in my Settings JPanel.
My "Settings" JPanel has one ugly button…