I'm looking at the Graphics.drawImage() methods and I don't see anything for setting the alpha value of the image. What I mean is, I want to draw an image that is half transparent, but I don't see a way to do that. I've also looked into the Image, ImageObserver, and Graphics2D classes to no avail.
Does anyone have any suggestions?
