posted 23 years ago
It would be the same way as filling the table's cells with individual values. In your case I would write a table model that returns for this column a set of the appropriate possible values (e.g. an array of values or a self written data class that encapsulates the values) and a table cell renderer for this column that returns a combobox with the appropriate content.
Tom