Putting JComboBox into JTable

前端 未结 9 1282
离开以前
离开以前 2020-11-30 10:22

I want to put individual JComboBoxes into each cells of a JTable. ie. The JComboBox content is not identical for each cell.

I basically would like to be able to jus

9条回答
  •  眼角桃花
    2020-11-30 10:58

    This page might help you, although it seems you are restricted to having the same combobox in all the cells in a column.

提交回复
热议问题