Search:

Type: Posts; User: GregBrannon

Search: Search took 0.07 seconds.

  1. Replies
    3
    Views
    1,115

    Re: Problem with lists

    You're welcome. Glad to help.
  2. Replies
    3
    Views
    1,115

    Re: Problem with lists

    This statement declares the variable wordsForGrid:

    private List<String> wordsForGrid; // line 11

    but it doesn't initialize it, as in:

    wordsForGrid = new ArrayList<String>(); // due to type...
Results 1 to 2 of 2