You need to study what the static modifier does when used with a variable in a class.

private static String color = "white";
color is the only class member that has that modifier and is the only...