Hi
I have tried to set the background color of a JLabel. It should be very simple, however it does not seem to work. I am trying to use the setBackGround method, and teh JLabel is added to a JPanel...
JLabel label = new JLabel("Hello World"
label.setBackGround(java.awt.Color.red);
Any suggestions ...
I have tried to set the background color of a JLabel. It should be very simple, however it does not seem to work. I am trying to use the setBackGround method, and teh JLabel is added to a JPanel...
JLabel label = new JLabel("Hello World"
label.setBackGround(java.awt.Color.red);
Any suggestions ...