public class MazeGUI
extends java.lang.Object
The MazeGUI class allows the user to create and display mazes. It relies on an underlying MazeGraph, which stores the maze as a Graph, and can perform various algorithms (DFS, BFS, and Dijsktra.)
| Constructor and Description |
|---|
MazeGUI()
Creates and displays the GUI; constructs
a maze to start things off.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args)
Request to the Event Dispatching Thread to create and
display this GUI.
|