Package Maze

Class Summary
MazeDrawing MazeDrawing extends JPanel to provide a display of the maze and an editable component which can edit the maze.
MazeInterface Swing interface which uses Maze, MazeUtil, MazeDrawing classes to create a maze program.
MazeUtil Utility methods for working with mazes using the Maze class.