Hi
My question concerns producing transparent gifs thar are transparent on all
platforms (linux, win95 and Macintosh).
If I print the RGB value in Java of SystemColor.window I get the following
values:
Linux 199,199,199
Win95 255,255,255
First of all the values for Win95 seem not good. Second in a Win95 image
tool (like for example PaintShop Pro) transparency is palette color 7 with
RGB 192,192,192
If I convert the background of a gif file to any of the above rgb values,
the background is always displayed white and never transparent. On the other
hand the gif files in the SwingSet demo application are transparent on all
platforms.
Does anyone know how to make a transparent gif like the ones used in the
SwingSet demo?
Wim Ceulemans
Nice Software Solutions