Paint Letters on a Image

How can I paint a letter on a image?For example I would like to to paint a "T" on the image, just black and white.Does anyone know how this can be done in Java?
[181 byte] By [quereinsteigera] at [2007-10-3 11:25:47]
# 1
1.you load your image in java into an Image object2.you do Image.getGraphics()3. Then you call drawString("T") somewhere in the image
tjacobs01a at 2007-7-15 13:51:42 > top of Java-index,Security,Cryptography...