I am trying to implement a game using the ACM graphics. For the game, I am trying to make the main frame a Grid of Cells.



I made a Grid class which extends GCanvas:




import...