About this Website
This
website is intended to be a collection of programming tutorials and
projects. The first major project will be writing a Java program to
display graphs on the Cartesian plane. Before beginning that project
we'll introduce graphics programming in Java, and give you a set of
tools for quickly displaying a window that you can draw on.
- Java Graphics Bootstrap
- Java Graphics Tools
- Java Color Primer
- Cartesian Plane Lesson 1: Starting the Cartesian Plane Project
- Cartesian Plane Lesson 2: Drawing the Grid Lines
- Cartesian Plane Lesson 3: Encapsulation
- Cartesian Plane Lesson 4: Tic Marks, Labels and More
- Cartesian Plane Lesson 5: Documentation
- Cartesian Plane Lesson 6: Unit Testing (Page 1)
- Cartesian Plane Lesson 6: Unit Testing (Page 2)