jframe - Java - JComboBox remove highlight -
currently working jcomponents build little tool. while changing things background-color became visible combobox has highlighting border. removed border , changed options apperance. know highlight called or how can removed?
you talking renderer combobox.
the following link might out:
http://docs.oracle.com/javase/tutorial/uiswing/components/combobox.html#renderer
you can override default implementation of combobox create own custom version.
more specifically, check out setbackground
, setforeground
parts.
Comments
Post a Comment