質問

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