I'd like to be able to change the font color of a jSearchView at runtime, to switch between different color schemes at runtime. For example, a dark background with white font color.
However, it looks like SearchView doesn't support changing FontColor programmatically, not just in LAMW, but in general. It looks like it's a difficult thing to do.
I understand that one can change these colors with manifest themes or in some XML resources, but I'd like to be able to do it at runtime, just like you can do with other components, e.g.: jTextEdit1.FontColor := colbrSomething;
Am I missing something? Is it really a difficult thing, or is there perhaps an easy way?
Any help is most appreciated!