If I have a JComboBox, depending on the platform, the way it renders cells is different. I'm happy with the way that it renders strings. What I would like to achieve is to define a ListCellRenderer that maps from Pojos to Strings, so that I can populate the JComboBox with any objects, but display something other than the contents of the toString method.If I have a JComboBox, depending on the platfor