Class GuessWindow

java.lang.Object
  extended by GuessWindow

public class GuessWindow
extends java.lang.Object

GuessWindow.java Controlling class (main) to create model, view(GUI) and controller for a guessing game implemented as a windows application

See Also:
System

Constructor Summary
GuessWindow()
           
 
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

GuessWindow

public GuessWindow()
Method Detail

main

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