diff options
Diffstat (limited to 'src/com/fourisland/fourpuzzle/window/Window.java')
| -rw-r--r-- | src/com/fourisland/fourpuzzle/window/Window.java | 12 |
1 files changed, 6 insertions, 6 deletions
| diff --git a/src/com/fourisland/fourpuzzle/window/Window.java b/src/com/fourisland/fourpuzzle/window/Window.java index 582f37e..8cdaf9a 100644 --- a/src/com/fourisland/fourpuzzle/window/Window.java +++ b/src/com/fourisland/fourpuzzle/window/Window.java | |||
| @@ -45,13 +45,13 @@ public enum Window | |||
| 45 | 45 | ||
| 46 | protected enum SystemArea | 46 | protected enum SystemArea |
| 47 | { | 47 | { |
| 48 | TOP(15, 0, 1, 9), | 48 | TOP(15, 0, 1, 8), |
| 49 | TOP_RIGHT(24, 0, 8, 9), | 49 | TOP_RIGHT(24, 0, 8, 8), |
| 50 | RIGHT(24, 15, 8, 1), | 50 | RIGHT(24, 15, 8, 1), |
| 51 | BOTTOM_RIGHT(24, 25, 8, 9), | 51 | BOTTOM_RIGHT(24, 24, 8, 8), |
| 52 | BOTTOM(15, 24, 1, 9), | 52 | BOTTOM(15, 24, 1, 8), |
| 53 | BOTTOM_LEFT(0, 24, 11, 9), | 53 | BOTTOM_LEFT(0, 24, 8, 8), |
| 54 | LEFT(0, 15, 11, 1), | 54 | LEFT(0, 15, 8, 1), |
| 55 | TOP_LEFT(0, 0, 8, 8); | 55 | TOP_LEFT(0, 0, 8, 8); |
| 56 | 56 | ||
| 57 | private final int x; | 57 | private final int x; |
