Skip to content
Snippets Groups Projects
Commit 4458d896 authored by Hari's avatar Hari
Browse files

Now closes description frame. Added title to new frames

parent 686c3e00
Branches master
No related tags found
No related merge requests found
...@@ -52,7 +52,7 @@ public class MazeView extends JFrame{ ...@@ -52,7 +52,7 @@ public class MazeView extends JFrame{
mazeOptionsFrame(); mazeOptionsFrame();
} else { } else {
solveOptionsFrame(); solveOptionsFrame();
descriptionFrame("The golden cells are the start and end cells (top right to top left). " + descriptionFrame("The golden cells are the start and end cells (top left to bottom right). " +
"The purple path is the path found by the recursive maze solver. The red" + "The purple path is the path found by the recursive maze solver. The red" +
"cells are cells that were visited and found to be a dead end. If the maze is impossible there " + "cells are cells that were visited and found to be a dead end. If the maze is impossible there " +
"will be no purple path and 'Impossible maze' will be printed."); "will be no purple path and 'Impossible maze' will be printed.");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment