I’m trying to put JButtons and JLabels on this panel and have them being painted over the background Image bg. In this class I paint sprites and the background and this gets put onto a JFrame where other UI components are.
I want to make the image bg the absolute background image instead of the panels raw color background. Pretty much I don’t want the image bg to be painting over the other components? Is what i’m trying to achieve the wrong way of doing so?
And I thought I was overriding the paint method?
Thanks in advance =D.