CS 371 Lab #10: Strapping in GUI Dialogs
Friday, November 14, SH 118
Lab Work Step by Step
Work in subteams on this lab.
- Take your GUI prototypes from previous labs and/or homeworks, and
copy the file(s) into your project directory. Develop Netbeans or
Ivib prototypes for anything that is so far drawn by hand or done
using a non-code drawing tool.
- Add the GUI prototype to cvs and commit the "add".
- Add the GUI prototype to the makefile, and commit this addition.
- Figure out where in the sequence of play your GUI dialog would
be called. The answer might be "always call during XX phase"
or it might be "call if condition X occurs during YY phase".
- Either place a call to your GUI prototype in the main project cvs,
or else see your instructor or relevant classmate to get them
to call your GUI. If you do the latter, you need to make a clear
public interface (how to call, what globals or objects does it require).