Class SetMasterApplication

java.lang.Object
  |
  +--SetMasterApplication

public class SetMasterApplication
extends Object

Plays the game of SetMaster providing a GUI in an application. Current version just displays a few cards.

Version:
January 2004
Author:
Tim Corica

Constructor Summary
SetMasterApplication()
          Constructor.
 
Method Summary
static void test()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetMasterApplication

public SetMasterApplication()
Constructor. Builds frame and shows it.

Method Detail

test

public static void test()