Class PuzzleApp

java.lang.Object
  extended byPuzzleApp

public class PuzzleApp
extends java.lang.Object

Simple puzzle app which attaches three views to one model and one controller.


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

PuzzleApp

public PuzzleApp()
Method Detail

main

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