Is it possible, to define values different from the actual content in a JComboBox? In HTML it looks as follows:
I just answered another question at https://stackoverflow.com/a/10734784/11961 that explains a good way to create a custom ListCellRenderer that replaces toString() on the value class with alternative labels.
ListCellRenderer
toString()