Squeak
  links to this page:    
View this PageEdit this Page (locked)Uploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
ModelViewControllerExercises
Last updated at 3:56 pm UTC on 14 January 2006
The links to a MVC tutorial which introduces a Counter (e.g. IntegerCounter or DateCounter) are from the Squeak mailing list:

Mark Guzdial wrote: I don't know if this is a GOOD tutorial, but you are welcome to check out my lecture notes at:

http://www.cc.gatech.edu/classes/cs2390_98_spring/lectures/count.html - building the model for a "Count".

http://www.cc.gatech.edu/classes/cs2390_98_spring/lectures/countui1.html - building up iterations of UI's in Squeak for the "Count" until we reach MVC.

http://www.cc.gatech.edu/classes/cs2390_98_spring/lectures/countui2.html - building up a windows-based MVC UI in Squeak.