I have the folowing custom JPanel and I have aded it to my frame using Netbeans GUI builder but the background won\'t change! I can see the circle, drawing with g.fillOval()
If your panel is 'not opaque' (transparent) you wont see your background color.