How to make JTable column contain checkboxes?

后端 未结 5 2055
走了就别回头了
走了就别回头了 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:21

    Here's a simple rather elaborate example using a TableCellRenderer and TableCellEditor. See also, Concepts: Editors and Renderers.

    Addendum: @Jay Askren's point is well taken. The default renderer for Boolean.class, as described in the tutorial, may be all you need.

提交回复
热议问题