From 73b1ce4ada8138543911e18cd02cfe9b594d688d Mon Sep 17 00:00:00 2001 From: shark Date: Fri, 8 Feb 2019 15:47:52 +0000 Subject: [PATCH] add information to cellpanel as well. --- src/cancergrowth/CellPanel.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/cancergrowth/CellPanel.java b/src/cancergrowth/CellPanel.java index d2179d1..70be9e0 100644 --- a/src/cancergrowth/CellPanel.java +++ b/src/cancergrowth/CellPanel.java @@ -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;