Hi there
how to set the color to get Silver, gold or purple, I spent long time to sort that out, however, i did not success. any help please
I know it's trivil!?
Printable View
Hi there
how to set the color to get Silver, gold or purple, I spent long time to sort that out, however, i did not success. any help please
I know it's trivil!?
Assumes this represents some component
That would of course produce a white background. You just need to find the right combo of RGB. I would use Paint or some other picture editor to figure it out.Code:this.setBackground(new Color(255, 255, 255));
:)
Gold is some shade of orange/brown, or yellow if it's very clean. The "golden" look comes from the reflection of it's surroundings, an effect you won't get by setting the color.