dbrown
Class Main

java.lang.Object
  extended by dbrown.Main

public class Main
extends java.lang.Object

This is the main class for a GUI interface to the Hangman game.

Version:
2011-11-11
Author:
David Brown (from Byron Weber Becker)

Constructor Summary
Main()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Main

public Main()
Method Detail

main

public static void main(java.lang.String[] args)