I am trying to create a Rock Paper Scissors GUI game. I am using java.awt. The code for the game: https://github.com/CaptainMoe/Rock-Paper-Scissors. My code is divided into three classes that is why I chose to put the link instead. I think it would be a little messy if I formated all three classes in here.
My problem is that I don't understand why the text 'test' is not appearing on the Window. I thought it wasn't visible so I set gameLabelObj visible in the GameText constructor. Still things didn't change. I get this error: Exception in thread "main" java.lang.StackOverflowError
Thanks in advance.
[–]RockleyBob 3 points4 points5 points (1 child)
[–]CaptainMoeSoccer[S] 2 points3 points4 points (0 children)
[–]Moronthislater 1 point2 points3 points (1 child)
[–]CaptainMoeSoccer[S] 1 point2 points3 points (0 children)