Uses of Package
dbrown

Classes in dbrown used by dbrown
GallowsView
          A GUI interface that shows how many guesses a user has made in the form of a hanged man.
GameControlView
          A GUI interface to part of the Hangman game.
Hangman
          The main Hangman game class.
Hangman.GameStateFlags
          The possible states of the game.
LetterButton
          Extends the Java Button class to simplify access to the letter of the alphabet the button holds.
LettersView
          A GUI interface to part of the Hangman game.
PhraseList
          Phrases are stored in a text file and processed by this class.
PhraseView
          A GUI interface to part of the Hangman game.