Is it possible to have different renderers for cells in a JTable... Let's just say one column has different kinds of data..
You want one data to be rendered with a black colored font and the last element in the column be rendered blue?

Can this be done I mean individually setting the cells of a column... Can anyone give me a code or a good site that shows how to customize JTable... I know very little and it only involves data that is same for all cells in a column...