Creating and rendering an image dynamically with transparent background for use with drawImage
- by Noctis Skytower
Could someone provide an example of how to dynamically create an image in Java, draw lines et cetera on it, and then draw the image so that areas not painted will remain transparent in the drawing process?