Search:

Type: Posts; User: Spidey1980

Search: Search took 0.08 seconds.

  1. Re: java null pointer and paint dirty regions error

    null pointer and dirty regions issue SOLVED Thank you all for your help.
  2. Re: java null pointer and paint dirty regions error

    so I just tried this:


    Star stars[] = new Star[maxStars];//make 100 star objects
    for (index = 0; index < maxStars; index++)
    {
    stars[index] = new Star[];//fill array with...
  3. java null pointer and paint dirty regions error

    I have a project for class. It compiles but does not run and I just cannot understand why.

    It is a not so simple starscape.

    my folder set up is StarScape/Star/

    I have my main applet in...
Results 1 to 3 of 3