Myself, I'd simply create an array of Color, say, Color colorArray = {Color.RED, Color.BLUE, Color.Green, Color.ORANGE}; and would give the class an int variable, say called colorIndex, and then...