Is there a way to change the flag / radio highlight color?
Here's how to do it for JCheckBox
UIManager.put("CheckBox.focus",Color.RED);
There is a good tool here: http://tips4java.wordpress.com/2008/10/09/uimanager-defaults/ , which, if you run the Java Web Start program, will allow you to view the keys and values for each component.
Source: https://habr.com/ru/post/1783684/More articles:Ninject - How to dynamically select an implementation for binding to an interface - ninjectReplacing wildcard text with jquery - jqueryJava - использование волатильности имеет смысл только в многопроцессорных системах? - javaWindows virtual printer, where to start? - windowsWhat are the benefits of interfaces and abstract classes? - oopCan I use Git for version control and is still SOX compatible? - gitto get property value inside html helper - asp.net-mvcIn mercurial, how to configure and use platform dependent hgrc? - unixSearch product category from UPC code - web-servicesUpdating the GWT Cell Table at Run Time - gwtAll Articles