add information to cellpanel as well.

This commit is contained in:
shark 2019-02-08 15:47:52 +00:00
parent 8582ad5cfc
commit 73b1ce4ada

View File

@ -3,7 +3,9 @@ package cancergrowth;
/**
* File Name: CellPanel.java
* Created: Oct 02, 2017
* Author:
* Author: Cole Deck and Phillip Augustynowicz
*
* Additional comments can be found in the document submitted by Phillip.
*/
import java.util.*; // Import libraries we need
import java.awt.Color;