I want my JCombobox menu items to have more height.
So I tried creating my own renderer which works but then, I don't
get the √ (check mark) of the selected item. And the alignment is
not good when its LEFT, CENTER works, but who wants to have a menu
where the items are centered.
I simply just want my JCombobox popup menu items to have more height.
Any suggestions?
Perhaps the code of your class implementing ListCellRenderer
could led to some ideas.