Java Swing – Disappearing text in custom combobox renderer in Motif L&F
I’m currently writing a custom ListCellRenderer for a JComboBox. To do this, I’m using a system to fetch a new renderer whenever the L&F changes, and delegate the method to this. This works nicely …