Problem
1. What are the RGB color values of Color.BLUE?
2. How do you draw a yellow square on a red background?
3. What would happen in the investment viewer program if we simply painted each bar as g.fill Rect(0, y, value, BAR_HEIGHT); in the paint Component method of the Chart Component class?