Spring 2008 Using a GUI to display a maze and solving it by recursive back-tracking
Part A Due Date: WED MAR 26, 11:59 pm
Part B Due Date: SAT MAR 29, 11:59 pm
Part a
Use the maze in the following link to generate a maze with blue and white buttons, where the blue ones represent the walls and the white ones, the possible path.
Part b
Use the same technique you used in the second regular assignment to pause as the maze is traversed. You have to have a separate thread for the trace process and one for the retrace process. Nest these in the if statements detecting an action in the actionPerformed() method.
Samuel Marateck