Cell Renderer for JTable - coloured rows
问题 I've been looking around for a solution to this and I can't make head nor tail from various places of how to get my table to do coloured rows without asking my own question. From every place I've looked I gather I need to use a cell renderer but the problem is I don't know how to apply it to my own situation. So I have a simple JTable with 3 columns and I simply want each row to be highlighted in either green, yellow or red depending on the value of a separate variable (not displayed in the