Resizes the grid to the given width and height.
width
height
void resize(int width, int height) { this.width = width; this.height = height; }