Search:

Type: Posts; User: Norm

Search: Search took 0.24 seconds.

  1. Replies
    10
    Views
    952

    Re: Multi d. help request

    The code has changed from what was posted before. Hard to talk about something that has changed.

    What happens to the array when the createContentPane() method exits?

    NOTE: The for loops...
  2. Replies
    10
    Views
    952

    Re: Multi d. help request

    The blackPanel array is local to the loops and does not exist when they end.
  3. Replies
    10
    Views
    952

    Re: Multi d. help request

    What is the need for the blackPanel array? Could a non array variable do what is needed?
  4. Replies
    10
    Views
    952

    Re: Multi d. help request

    The first line gives the name/class of the exception: ArrayIndexOutOfBoundsException: 0
    The next line gives the location of the error: line 31 in ConnectFour
    Following that the lines are the call...
  5. Replies
    10
    Views
    952

    Re: Multi d. help request

    Please copy the full text of the error message and paste it here. It has important info about the error.
Results 1 to 5 of 5