Using image resources instead of CSS for JavaFx checkbox state
dmvFeb 11 2013 — edited Feb 14 2013Has anyone used a series of png image resources instead of CSS for the graphics in the JavaFX checkbox? I have a checkbox tree where I would like to colour certain checkboxes according to the tree contents.
Thanks in advance ...