Problem
What's My Color Write an applet that allows the user to enter three positive integers between 0 and 255, each of which corresponds to a specified red, green, and blue color. Then, when the user clicks a Button object, the background color of the applet changes to match the color created by the red, green, and blue colors. Invalid numbers, less than zero or greater than 255, should display error messages.