How can I set the background color of JLabel?

Can any one tell me how to set the background color of a JLabel?I have:JLabel prop = new JLabel("blahblah");prop.setBackground(Color.red);Thank you in advance...
[203 byte] By [vladshtr] at [2007-9-26 2:36:23]
# 1
JLabel prop = new JLabel("blahblah");prop.setBackground(Color.red);prop.setOpaque(true);
srikanth105 at 2007-6-29 10:04:06 > top of Java-index,Archived Forums,Swing...