Uses of Class
org.apache.wicket.examples.hangman.WordGenerator
-
Packages that use WordGenerator Package Description org.apache.wicket.examples.hangman -
-
Uses of WordGenerator in org.apache.wicket.examples.hangman
Methods in org.apache.wicket.examples.hangman with parameters of type WordGenerator Modifier and Type Method Description voidGame. newGame(int guessesAllowed, WordGenerator wordGenerator)Initialise the hangman read for a new game.
-