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?

here can see slight blue/white highlight.

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

Popular posts from this blog

php - trouble displaying mysqli database results in correct order -

depending on nth recurrence of job in control M -

sql server - Cannot query correctly (MSSQL - PHP - JSON) -