1
edit
Changes
m
→The Big Picture: wip
= The Big Picture =
This assignment is about creating a basic commandline console GUI system. It is meant to show the student how OOP can be used effectively to design a system. The basic setup for this system are the 6 classes iFrame, CFrame, CField, CLabel, CLine, CButton and the supplemental class CDialog provided already implemented as a part of the spec. Let's look at the role of each of these.
== iFrame ==