I added a bachground color to a jpanel using
panel.setBackGround(Color.GRAY);
I want to add some color like "light blue." which do not have in the color list.
how can I do.
(2) how to add backgroud picture to jpanel????
(tried using setBackGround but failed!!!)
thankx in advance....