Can anyone please tell how to delete the color from the background of a JLabel
in Java?
I used these commands to color its background :
R1L1.setBackground(Color.red);
R1L1.setOpaque(true);
Now i have tried setOpaque
to false but it doesn't seem to work. Can anybody help?