|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectL20_pkg.L20App3
public class L20App3
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.
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 |
---|
public L20App3()
Method Detail |
---|
public static void main(java.lang.String[] args)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |