How do i add a start menu page to my java game?
- by user2149407
I have a rather cool space invaders game that my friend and I have been working on for a while, and we have decided it needs an opening page, with "Start" options, "Quit" options and so forth.
I have looked at several methods online, but cant seem to get any of them to work! Does anybody have any ideas?
P.S Using JFrame to draw the main frame
…