http://www.java-forums.org/java-2d/11484-simple-text-image-save.html
Appears that you load your image, then create a new other image (BufferedImage, we’ll call it), paint your first image onto that, then add the text onto the top of that.
http://www.java-forums.org/java-2d/11484-simple-text-image-save.html
Appears that you load your image, then create a new other image (BufferedImage, we’ll call it), paint your first image onto that, then add the text onto the top of that.