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

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -