Provide a default background color.
Otherwise we get black text on a black background in catastrophic failure scenarios.
This commit is contained in:
@@ -120,7 +120,7 @@ public class Application
|
|||||||
public String name;
|
public String name;
|
||||||
|
|
||||||
/** A background color, just in case. */
|
/** A background color, just in case. */
|
||||||
public Color background;
|
public Color background = Color.white;
|
||||||
|
|
||||||
/** Background image specifiers for {@link RotatingBackgrounds}. */
|
/** Background image specifiers for {@link RotatingBackgrounds}. */
|
||||||
public String[] rotatingBackgrounds;
|
public String[] rotatingBackgrounds;
|
||||||
|
|||||||
Reference in New Issue
Block a user