Strikethrough for entire row in jtable

前端 未结 2 1362
眼角桃花
眼角桃花 2020-12-21 07:16

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

2条回答
  •  臣服心动
    2020-12-21 07:41

    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.

提交回复
热议问题