Results 1 to 3 of 3

Thread: Color

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2002
    Posts
    10

    Unhappy Color

    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!?
    teach yourself as you can, when you get stuck ask and do not shy

  2. #2
    The Devil crptcblade's Avatar
    Join Date
    Aug 2000
    Location
    Quetzalshacatenango
    Posts
    9,091
    Assumes this represents some component

    Code:
    this.setBackground(new Color(255, 255, 255));
    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.

    Laugh, and the world laughs with you. Cry, and you just water down your vodka.


    Take credit, not responsibility

  3. #3
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    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.
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width