I am using JXTreeTable for making treetable structure now I want to change the color of specific cell dynamically. How can I change the color of cell?
JXTreeTable
Use highlighters.
addHighlighter(new ColorHighlighter());