Topics for the Week of Jan 27
Reading: Finish Chapter 2, start Chapter 3
- Lab Reminder
- Lab 1 must be demonstrated today in lab.
- Lab 2, part 1 (any 2 problems) must be demonstrated by the end of the week.
- Lab 2, part 2 must be demonstrated ( 6 or 8, and 7) by the end of next week.
- Lab 2, part 2 code must be submitted Wed of next week.
(submit instructions)
- Review:
- Declaring and Creating Objects
- Declaring and creating integers
- Sending messages to objects
- Patterns:
- guarded command pattern (if statement)
- alternative action pattern (if-else if -else,…)
- sentinel loop pattern (while statement)
- counter loop pattern (while plus counter)
- Practice: The Sorting Robot
- Creating an Applet with Symantec Cafe
- File/New Project/AWT Applet
- Save the project
- Run the Applet!
- Place Applet on web page
- Inheritance
- Understanding Applets: init, start, paint, stop, destroy
- Colors on the Computer
- import statement
- Using the paint Method to make pictures.
[top]
[CS 231 Lectures Page]