I have a JTable that takes their value over a mysql data base. I made several customcolumn renderers in order the JTable to show the data formated
JTable
Here is partial example of what you want to do,
How to strikethrough text of a selected row(having checkbox in first column) of JTable?
Please have a look at code, it should solve your problem.