I'm displaying a table with several read-only pieces of data, and a checkbox field that toggles the row color. The background color for the checkbox is not toggling correctly.
I put together a
SSCCE:
If I comment out the Nimbus look and feel, it works as expected. I googled this problem and found one possible solution on
Stack Overflow. Their suggestion is:
It's a bug in the synth-installed renderer, quick hack is to force the rendering checkbox opacity to true:
I tried using this line and setting the opacity to true, but it renders the background white. I'm using
Java 1.7.0_25.