Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Replies
    5
    Views
    2,160

    Re: java null pointer and paint dirty regions error

    Yes you could use a loop to fill the array.
    In the loop assign each element a new Star object.
  2. Replies
    5
    Views
    2,160

    Re: java null pointer and paint dirty regions error

    There is a null variable at line 32 in your code. Find that variable and back track to see why it has a null value and then change the code so it has a valid value.


    Star stars[] = new...
Results 1 to 2 of 2