Assignment 2


This programming assignment continues the theme from Assignment 1. In this assignment, you will provide a graphical user interface to the forest fire simulation.

Just like Assignment 1, trees are placed in a grid at random starting locations, and the simulation proceeds as trees ignite or burn. The simulation stops after a given number of time-steps. Also, unlike Assignment 1, you will NOT be estimating anything in this assignment.

Create a graphical user interface with the following features:

Start by downloading Assign2.java:

Note:

Deliverables and submission: