I've made the GUI for flipping puzzle, Cancel button still need fixing
commit0dce84aaf0251824c626c177a703cd1e3f48b77d
authorLa VloZ <lavloz@hotmail.fr>
Fri, 31 Jan 2014 04:15:21 +0000 (31 05:15 +0100)
committerLa VloZ <lavloz@hotmail.fr>
Fri, 31 Jan 2014 04:15:21 +0000 (31 05:15 +0100)
treed82ed6e4b2bcb6c4817d07ddb0291b1538bf1c14
parentd0897446407a1c792dbe83fafe6b8f723ec13779
I've made the GUI for flipping puzzle, Cancel button still need fixing
in the flipping puzzle dialog :)
src/com/github/puzzles/core/AbstractPuzzle.java
src/com/github/puzzles/core/AbstractRectangularPuzzle.java
src/com/github/puzzles/core/FlippingPuzzle.java
src/com/github/puzzles/core/InvalidPuzzleSizeException.java [new file with mode: 0644]
src/com/github/puzzles/core/NegativePuzzleSizeException.java [new file with mode: 0644]
src/com/github/puzzles/core/NoEmptyCaseAdjacentSlidingPuzzleException.java [moved from src/com/github/puzzles/core/NoEmptyCaseAdjacentSlidingPuzzleExecption.java with 84% similarity]
src/com/github/puzzles/core/SlidingPuzzle.java
src/com/github/puzzles/gui/AbstractCellPuzzlePanel.java [moved from src/com/github/puzzles/gui/AbstractPuzzlePanel.java with 65% similarity]
src/com/github/puzzles/gui/FlippingPuzzleDialog.java
src/com/github/puzzles/gui/FlippingPuzzlePanel.java
src/com/github/puzzles/gui/MainWindow.java