Bottom of the Frame contains 4 buttons, Menu - redirects back to the console to choose a new image as a puzzle,
Project Demo: Picture Puzzle
A Menu is displayed on the Console for the user input
The chosen image is displayed as a puzzle in a Swing Frame for the user to solve. The last tile containing a star is the movable tile with which the puzzle can be solved.
Solution Button at the bottom displays the Solution for the particular chosen image.
When the puzzle is solved, a JOptionPane is displayed with a congratulatory text along with the time taken to complete the puzzle and the amount of button clicks required.
Similarly the other two image puzzles can be solved.