Re: JComboBox cell renderer doesn't render the top item



> How could it be solved? Thanks, again, in advance.

One way would be to set up your comboBox as a listener (this would
involve overriding or wrapping JComboBox in a custom class) to whatever
determines which style should be used, and in your listener code call
setFont on your comboBox (and then invalidate and validate probably).

.