CS 4773 Object Oriented Systems
The following was done in class:
- Presentation by Brian McKinnie
- Discussion of the current project
- Hard copy due in my office at noon on Friday.
- Request for volunteers to present on Thursday (2 more needed)
- Presenting on Thursday: Deborah Gawlik, Michael Kopec, Karen Tran
- A list will be made up for presentations after spring break
- Discussion about next assignmnet
- You must pick a topic
- Write down what you want to do by Tuesday after spring break
- Group projects must get special approval
- Discussion of 5 ways to animate in JOTSA
- In applet, controlled by buttons
- Applet's run method used for thread, sleeps between moves
- External threads with own run method, sleep between moves
- External thread which extends JotsaWaitingThread notified
by object when done moving
- In applet, objects produce button events when done moving