Alternate row color for treetable component Permanently deleted user 创建于 2016年02月09日 11:52 How can I go about adding alternate row colors for the intellij TreeTable component? My desired result is something like this. Thanks
Unfortunately, additional color is hardcoded now.
You can switch off stripes:
Also you can overwrite the following method and implement needed functionality:
thanks! this helped.