I am trying to change the JCalendar component background color from the component properties itself with no success. While changing the foreground color from the component proprieties is working fine.
I also tried menuCalendar.setBackground(new Color(135,239,251)) with no success.
Can anyone help?