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;
|
||||
|
||||
/** A background color, just in case. */
|
||||
public Color background;
|
||||
public Color background = Color.white;
|
||||
|
||||
/** Background image specifiers for {@link RotatingBackgrounds}. */
|
||||
public String[] rotatingBackgrounds;
|
||||
|
||||
Reference in New Issue
Block a user