60 min
Complete the Gui design, the Use Case Analysis
and the Class Diagram. Document the UML diagrams
and add the GUI to the Visual Paradigm project
in the Use Case Diagram's description.
Check that all the evidence is available
in Visual Paradigm for P3
and M4.
See this as an example
Questions and Answers
Check the UML Documentation
Check UML diagrams and documentation
User Interface Design
UML Analysis Á Design
5.2
10 min
Summarise the analysis and design principles used
last week and outline how that is going to be used
to implement and test the application
10 min
Add a new windows form called PaintCalculatorGui
to your Visual Studio Solution.
60 min
Add common controls to your gui naming each control
such as closeButton and
roomLengthTextBox.
Get your windows form gui signed off
10 min
Update your Assessment 2 Document
with an image of the completed gui.
Questions and Answers
Check windows Gui
Compare the mockup with the Gui
GUI Implementation
5.3
10 min
Generate C# code for the PaintCalculator class
and add it to your Windows Form application.
Format your code to improve readability.