At 12:24 10 Oct 1999 -0500, Roll, Greg wrote:
> Anyone know if there a way to set an applets background color to be
> transparent?
Wouldn't that be wonderful? I wish there was, too.
A couple of ideas.
If it's just a colour you're after, just set it in the applet. An option
is to have a tiny 'startup' class (that doesn't directly reference anything
else) that can be loaded really quickly to just change the colour, and then
Class.forName() the rest of the applet.
If you want to see the background image, a bit of careful placement and
tiling in the applet startup class might make it appear as if it was
transparent.
[ If I'm mistaken, I'd -love- to hear the One True Way to do this ]
Paul
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]