Hi there!
I have to create transparent images, but I do not know howto do this at all.
I already tried offscreen-images created with Component.createImage() and did a fillRect with a transparent color, but it did not seem to work well.
When blitting them the whole area is overpainted, with no respect to the transparent areas
What I want to do is to create a image which is transparent except in the areas where I overpainted it.
1.) Is there a way to do this hardware-accerlated?
2.) Is this also possible with buffered-images under 1.2+?
I know this is a bit childish question, but I googled and did not found anything…
Thank you in advance, lg Clemens