Package dbrown

Class Summary
ConsoleMain Starts the Hangman game with a text/console interface.
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.
HangmanGUI A GUI interface that brings together all of the sub interfaces to the Hangman 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.
Main This is the main class for a GUI interface to 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.
TextView A simple text interface to the Hangman game.
 

Enum Summary
Hangman.GameStateFlags The possible states of the game.