repo.or.cz
/
puzzles.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
I've made the GUI for flipping puzzle, Cancel button still need fixing
[puzzles.git]
/
src
/
com
/
github
/
puzzles
/
gui
/
SlidingPuzzlePanel.java
blob
58ca379b93dd2b95be16050c3a4042d3ea712980
1
package
com
.
github
.
puzzles
.
gui
;
2
3
import
javax
.
swing
.
JPanel
;
4
5
public class
SlidingPuzzlePanel
extends
JPanel
{
6
7
/**
8
*
9
*/
10
private static final long
serialVersionUID
= -
2769199725994710949L
;
11
12
/**
13
* Create the panel.
14
*/
15
public
SlidingPuzzlePanel
() {
16
17
}
18
19
}