Bill Canning's Lab 5 Page

DrawGrid.java

Display a grid of colored boxes on the screen. The user can change the size of the grid by choosing a new size and clicking the "Redisplay" button. To just reassign new colors to the existing grid, just click "Redisplay".

The makefile for this directory is here.
The source code for DrawGrid.java is here.
The API documentation for DrawGrid.java is here.
The class diagram for DrawGrid.java is here.
The class diagram for first exercise is here.
The class diagram for second exercise is here.