This document is a draft chapter from 'Introduction to Computer Science with Java' focused on Java graphics programming, particularly using classes from the java.awt package. It outlines how to create and manipulate two-dimensional graphics, detailing the use of graphics classes, drawing methods, and coordinate systems. The chapter is designed for students in a computer science course and includes programming examples, such as drawing basic shapes and creating a histogram.