/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package test1exp; /** * * @author jcmt */ public enum Colors { BLUE, BROWN, GREEN, RED, GREY, MULTI, WHITE }