Computer Science 225
Advanced Programming
Spring 2020, Siena College
Lecture 17: Custom Graphics Objects; Introduction to Animation
Date: Monday, March 2, 2020
Agenda
- Announcements
- Problem Set 4 is your focus this week
- group formation and repository creation deadline today
- remember you can get your design questions graded early to
help make your coding process smoother
- note the special late clock rules related to spring break
- Any grading questions on Exam 1 must be resolved by
Wednesday
- Problem Set 3 grading not yet complete
- More event-driven programming
- completing the in-class "drag 2" example from last week
- dragging one of many items
- Introduction to animation
Terminology
- multithreading
- thread of execution
- concurrent execution
Examples