I have a component that inherits Component and then does it's own paint routine. I let the background paint itself (in a native look) and would like to alter the colours I use in the paint routine to match that background. Is it possible to find what kind of background has been chosen by the system when using a native theme?

有帮助吗?

解决方案

f.getStyle().getBgColor();

Will work for forms or components (where f is the form, in this example).

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top