PDA

View Full Version : Overwriting ComboBox CellRenderer?



pkarpenko
November 7th, 2007, 10:45 AM
I've successfully overwritten the cellrenderer for my DataGrids, but the same changes don't work when I apply them to a combobox.

Is there something special that needs to be done to the cellrenderer for it to apply to a combobox? It seems like a lot of people are having this problem.