this is my first post, I'm actually implementing JXtreetable component, which I have managed to display all the data contained in it, but I want to create a custom cell rendering in order to display parent's row different with their child (i.e make the font to be bold), is there anyone that can help? So far,I can only change column's render by using
myTreeTable.getColumn (int col). setCellRenderer (myRendererObj);
where I had made earlier myRendererObj,