L20_pkg
Class L20App2

java.lang.Object
  extended by L20_pkg.L20App2

public class L20App2
extends java.lang.Object

This app is a GUI app. It instantiates a PolkaDotDataModel. It then passed that model to a view that is created via an instance of L20FrameBasicVersion. It also instantiates a controller using the services of DotControllerTrivial.

Author:
mb

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

Constructor Detail

L20App2

public L20App2()
Method Detail

main

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