Each time I create a custom header renderer for JTable, it does not look correct with the look and feel of nimbus. Table headers have a silver gradient by default; custom renderers don't look like this. I used to just avoid creating my own renderings of the headers. Can I copy the default image to my new custom renderer? Basically, I want to add a check box, and the area around it looks like a regular column heading, not just gray. I know how to add a checkbox and make it clickable. Thanks
source
share