With the Java Plug-in, how do I change the default applet window background color?
Created Jan 28, 2002
John Zukowski The special BOXCOLOR attribute allows you to change the background color. You can use any constant from the Color class or specify the RGB value as a comma-delimited list:
BOXCOLOR="cyan" BOXCOLOR="111,222,145"