Provide a default background color.

Otherwise we get black text on a black background in catastrophic failure
scenarios.
This commit is contained in:
Michael Bayne
2014-02-11 10:41:19 -08:00
parent 0240db1163
commit c1d2946747
@@ -120,7 +120,7 @@ public class Application
public String name;
/** A background color, just in case. */
public Color background;
public Color background = Color.white;
/** Background image specifiers for {@link RotatingBackgrounds}. */
public String[] rotatingBackgrounds;