Serialized Form
sizeX
int sizeX
sizeY
int sizeY
cells
Cell[][] cells
cellStack
java.util.Stack<E> cellStack
visitedCells
int visitedCells
totalCells
int totalCells
currentCell
Cell currentCell
steps
java.util.Stack<E> steps
drawRoute
boolean drawRoute
routingMap
int[][] routingMap
debugMode
boolean debugMode
Class gui.aMazeGUI extends javax.swing.JFrame implements Serializable |
bGenerate
javax.swing.JButton bGenerate
bSolve
javax.swing.JButton bSolve
jComboBox1
javax.swing.JComboBox jComboBox1
jLabel1
javax.swing.JLabel jLabel1
jPanel1
javax.swing.JPanel jPanel1
maze
Maze maze