Yes, other than set the cell editor to be a combo box, you need to set the cell renderer (view -- when/where users can see).
Here is a custom one that you can set for the "time period" column:
then
Good luck.
ps. To be just on the safe side, to prevent MyTableCellRenderer (now a JComboBox) to get too many items added, do "removeAllItems()" before "addItem(value)".
If the our renderer was a Label, text field, there is no such worry.
[ March 23, 2006: Message edited by: Ben Zung ]
[ March 23, 2006: Message edited by: Ben Zung ]