Problem
Use the Java API to research possible colors for use with applets. When the API displays, click the java.awt package. Then click the class, Color. Look at the Field Summary table for possible colors. Then look at the Method Summary table for ways to change those colors. Write an applet that uses some of the methods you found to set both the background and foreground colors in an applet. If necessary, use the Java API Index at the top of the Web page to look up and review the syntax for the set Background() and set Foreground() methods.