Hi,
I am trying to set the background color of my applet to white but it
keeps coming up gray.Strangely when I open the applet on a local web
page (not live on the web), applet viewer (thru eclipse) or even live
on the web from my own home PC it appears white as expected. But from
every other machine that I access it the background is gray. Even when
i run it thru Eclipse on other PCs the background is gray.I have tried
to set the background to white by calling
setBackground(Color.white)
and
setBackground(Color.WHITE)
from the
init()
method. In the HTML that calls the applet i also set
the <body bgcolor=#FFFFFF></body> and i do the same for the <HEAD>.
However from every other machine that I access my web page/applet
except my own home PC the background still appears as gray.
Any ideas?
Thanks
WS