[ ] Create two constant colors - INDIGO and VIOLET. [ ] Create an array of colors and put "ROY G. BIV" plus two WHITEs. [ ] In the constructor of Rainbow.java class, set background to WHITE. [ ] ...
Usage: just add a "ConsoleColors.Property" before a text to color it, like this: System.out.println(ConsoleColors.RED_BACKGROUND + "RED COLORED" + ConsoleColors.BLUE + " NORMAL"); "RED COLORED" will ...