My java intro programming professor has a requirement for a private color data field named guitarColor with a default value of Color.Red. He said there is a real gotcha to this requirement. He said to use a string variable to store the color instead of using colors from the java color class. Can anyone explain the gotcha?