- Joined
- Apr 25, 2008
- Messages
- 11,629
- Reaction score
- 1,783
I have a long switch sequence with 39 cases. I also have a JMenuItem: "Go Back", which switches me to another JPanel, but once I start the switch sequence, I can no longer use that button. Any idea how I can fix that?
nvm, i'm an idiot. Should just have put "else{}" around the switch.
nvm, i'm an idiot. Should just have put "else{}" around the switch.
Last edited: