Search:

Type: Posts; User: Jams

Search: Search took 0.08 seconds.

  1. Replies
    18
    Views
    2,326

    Re: Need help adding background image (noob here)

    Anytime. I am willing to help whenever I can.

    --Jams
  2. Replies
    18
    Views
    2,326

    Re: Need help adding background image (noob here)

    Do you remember the paint() function?

    In the end it should look something like:

    paint (Graphics g)
    {
    g.drawImage(parameters)
    }

    You should just be able to use null in place of the image...
  3. Replies
    18
    Views
    2,326

    Re: Need help adding background image (noob here)

    No offense taken.

    Let me know if you need further help.
  4. Replies
    18
    Views
    2,326

    Re: Need help adding background image (noob here)

    Here it is:
    Removed due to one of the "helpers" only having one damn post. Don't want kids to steal my hard work. I guess I'll find help elsewhere.[/QUOTE]

    Whoa. Hey now. Don't be making...
  5. Replies
    18
    Views
    2,326

    Re: Need help adding background image (noob here)

    I am going to assume that GBFrame is extending JFrame. Correct me if I am wrong.

    Take a look at Container (Java 2 Platform SE v1.4.2) This is the container class which contains the all-powerful...
  6. Replies
    18
    Views
    2,326

    Re: Need help adding background image (noob here)

    Well, there are a couple of places that you could start. What do you have so far?
Results 1 to 6 of 6