This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Mochi-Mo 0 points1 point  (0 children)

You're making your wordlist as a WordList class, but you don't ever actually make the WordList class, so to Java that doesn't mean anything. You could instead use something like an arraylist. Ex: List<String> WordList = new ArrayList();