Sample Code Page
- Code from Lecture 11/29/2011
- Code from Lecture 11/22/2011
- Code from Lecture 11/17/2011
- Code from Lecture 11/15/2011
- Code from Lecture 11/03/2011
- Code from Lecture 11/01/2011
- Code from Lecture 10/27/2011
- Code from Lecture 10/25/2011
- Lect1025a.java Create a collage with two pictures side-by-side
- Lect1025b.java Using the same code as above, create a 3 picture collage
- Lect1025c.java A 3 picture collage that has the picture aligned on the bottom
- Lect1025d.java A collage that has the names hardcoded into the program, but has the user select the directory/folder
- Code from Lecture 10/20/2011
- Code from Lecture 10/18/2011
- Code from Lecture 10/13/2011
- Lect1013a.java Error check code
- Lect1013b.java Posterization: "brown" and orange
- Lect1013c.java Posterization: black, red, blue, green, yellow, magenta, cyan, and white
- Lect1013d.java Posterization: black, blue, cyan, and white
- Code from Lecture 10/11/2011
- Code from Lecture 10/06/2011
- Code from Lecture 10/04/2011
- Lect1004a.java Doing a simple picture manilupation using 2 nested For loops
- Code from Lecture 9/22/2011
- Lect0922a.java Drawing Octagons of varying size and color and saving the final picture to a file
- Lect0922b.java Using a method moveTurtle() to simplify the method main()
- Code from Lecture 9/20/2011
- Lect0920a.java Code showing the Do's and Don'ts of Programming Style
- Lect0920b.java Turtle drawing with multiple Octagons.
- Lect0920c.java Turtle drawing with multiple Octagons to make a complex design
- Lect0920d.java Method drawing with a Color Parameter that saves and restores the original color
- Lect0920e.java Calling a method using the loop counter in a calculation to vary the length of the sides
- Code from Lecture 9/15/2011
- Code from Lecture 9/13/2011
- Code from Lecture 9/08/2011
- Code from Lecture 9/06/2011
- Lect0906a.java Using the SimpleOutput class from the bookClasses library for output
- Code from Lecture 9/01/2011