I've made the GUI for flipping puzzle, Cancel button still need fixing
[puzzles.git] / src / com / github / puzzles / gui / SlidingPuzzlePanel.java
blob58ca379b93dd2b95be16050c3a4042d3ea712980
1 package com.github.puzzles.gui;
3 import javax.swing.JPanel;
5 public class SlidingPuzzlePanel extends JPanel {
7 /**
8 *
9 */
10 private static final long serialVersionUID = -2769199725994710949L;
12 /**
13 * Create the panel.
15 public SlidingPuzzlePanel() {