Write a graphics program that draws your name in red, contained inside a blue rect- angle. Provide a class NameViewer and a class NameComponent.
Write a graphics program that draws 12 strings, one each for the 12 standard colors, besides Color.WHITE, each in its own color. Provide a class ColorNameViewer and a class ColorNameComponent.
Write a program that draws two solid squares: one in pink and one in purple. Use a standard color for one of them and a custom color for the other. Provide a class TwoSquareViewer and a class TwoSquareComponent.
Write a program to plot the following face. Provide a class FaceViewer and a class Face Component.
Draw a "bull's eye"-a set of concentric rings in alternating black and white colors. Hint: Fill a black circle, then fill a smaller white circle on top, and so on. Your pro- gram should be composed of classes BullsEyeComponent and BullsEyeViewer.