drawing images?

noob question: (using applets)

how do u draw rotated and scaled images and images with alpha? ???
thanx

what did you tried?

You can try using AffineTransforms to rotate and scale images. To use alpha channel transparency, you must specify the BufferedImage you create to be of type ARGB.