3

Is there any way to change the background colour of a JCheckBox ? I mean the colour inside the little square, not everything around it which is what setBackground does.

Thanks.

mre
  • 43,520
  • 33
  • 120
  • 170
pgpv
  • 335
  • 2
  • 10

1 Answers1

3

You'll need to implement your own Icon.

mre
  • 43,520
  • 33
  • 120
  • 170