1[your frame name].getContentPane().setBackground([your color here]);
2
3or
4
5[your panel name here].setBacroundColor([your color here])
6
1[your frame name].getContentPane().setBackground([your color here]);
2
3or
4
5[your panel name here].setBacroundColor([your color here])
6