Hello, First off, I am trying to create a very simple start screen layout(one that has a title at the top with buttons(rectangles) that change colors if the mouse is over top and have strings drawn on top of them) but I ran into a problem with the rectangles.
The problem was that the rectangles and Strings were flickering and after many google attempts, I think that the problem involves a paint and repaint method on the JFrame.
My question is what component could hold a game menu without flickering and how would I connect that to the main JFrame?
Thank You!