Here's what I'm doing currently:
So I'm setting both the renderer and editor as a JComboBox. Have I setup the renderer correctly? Functionally, everything works fine as is. I can click on the cell and a combobox appears with the two values (AM/PM). It's just when the table is fist displayed you can't tell that the time period column contains comboboxes to select either AM or PM.
The question is this: What's the best way to indicate visually to the user that a cell's value can be changed using the JComboBox? Some I've talked to have suggested using a column header icon or maybe changing the color of the column.
As an example:

Figure 1: No combo box indicator is displayed (unable to visually tell that the "Time Period" column is selectable using a combo box)

Figure 2: Combo box displayed when user clicks on the cell
Thanks,
Dave
[ March 23, 2006: Message edited by: David Irwin ]
[ March 23, 2006: Message edited by: David Irwin ]
[ March 23, 2006: Message edited by: David Irwin ]