Serialized Form


Package amazeproject

Class amazeproject.Maze extends javax.swing.JPanel implements Serializable

Serialized Fields

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

Package gui

Class gui.aMazeGUI extends javax.swing.JFrame implements Serializable

Serialized Fields

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