Re: How to model a GUI based application?
Posted By:
Cengiz_Sahin
Posted On:
Wednesday, December 12, 2001 09:01 AM
Hi,
a good approach for that is to look at the dialog boxes.
Many dialog boxes have grouped fields which would make sense to combine in one single object like 'PersonalInformation' or sth. like that. Also look on the title-bar of each dialog. Maybe this is also a good class candidate?
Also consider to make a CRC-Card session too!
Happy modelling
Cengiz