Uses of Class
org.apache.wicket.examples.hangman.Word
-
Packages that use Word Package Description org.apache.wicket.examples.hangman -
-
Uses of Word in org.apache.wicket.examples.hangman
Methods in org.apache.wicket.examples.hangman that return Word Modifier and Type Method Description WordGame. getWord()Get the current word that is being guessed or has been guessed.WordWordGenerator. next()Returns the next word from the word generator.
-