L20_pkg
Class L20App3

java.lang.Object
  extended by L20_pkg.L20App3

public class L20App3
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 L20Frame. This view is different from the one used in L20App1 and L20App2 in that the view installs itself as a listener on the model. It also instantiates a controller using the services of DotController. This controller is different from the one used in L20App1 and L20App2 in that the controller implements a modification to the model when the user performs a mouse click.

Author:
mb

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

L20App3

public L20App3()
Method Detail

main

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