How to make JTable column contain checkboxes?

后端 未结 5 2052
走了就别回头了
走了就别回头了 2020-12-20 15:53

Preface: I am horrible with java, and worse with java ui components.

I have found several different tutorials on how to add buttons to tables, however I am strugglin

5条回答
  •  轮回少年
    2020-12-20 16:35

    The easiest solution is to use the DefaultTableModel and use Boolean object as values.

提交回复
热议问题