summary refs log tree commit diff stats
path: root/src/com/fourisland/fourpuzzle/Display.java
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2009-02-14 09:18:53 -0500
committerStarla Insigna <hatkirby@fourisland.com>2009-02-14 09:18:53 -0500
commit67890906cf4c4aa2967bdc50cd947335e6fafb5c (patch)
tree150c8a5c1e5224c18674971d040d65e70cbf8652 /src/com/fourisland/fourpuzzle/Display.java
parent165d7e5591b44dce6bf1e090d51e85c4ad5ad2f3 (diff)
downloadfourpuzzle-67890906cf4c4aa2967bdc50cd947335e6fafb5c.tar.gz
fourpuzzle-67890906cf4c4aa2967bdc50cd947335e6fafb5c.tar.bz2
fourpuzzle-67890906cf4c4aa2967bdc50cd947335e6fafb5c.zip
Engine: Compacted MessageWindow
MessageWindow is now shorter, and more compact. The font size has also been decreased to allow for more text.

Closes #5
Diffstat (limited to 'src/com/fourisland/fourpuzzle/Display.java')
-rwxr-xr-xsrc/com/fourisland/fourpuzzle/Display.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/fourisland/fourpuzzle/Display.java b/src/com/fourisland/fourpuzzle/Display.java index ec835ab..0a9bfe1 100755 --- a/src/com/fourisland/fourpuzzle/Display.java +++ b/src/com/fourisland/fourpuzzle/Display.java
@@ -214,7 +214,7 @@ public class Display {
214 Logger.getLogger(Display.class.getName()).log(Level.SEVERE, null, ex); 214 Logger.getLogger(Display.class.getName()).log(Level.SEVERE, null, ex);
215 } 215 }
216 216
217 theFont = theFont.deriveFont(Font.PLAIN, 10); 217 theFont = theFont.deriveFont(Font.PLAIN, 9);
218 } 218 }
219 219
220 public static void setFont(Graphics2D g) 220 public static void setFont(Graphics2D g)