How draw TEXT to Image

I have a Image component loaded from file :private Image bgImage;bgImage = new ImageIcon("images/BackGround.jpg").getImage();And I want draw text to this image.How to do it?Best Regards.
[228 byte] By [ptibull77a] at [2007-10-3 1:50:12]
# 1
Use BufferedImage class, it has method getGraphics (or somethig like this). And how to draw text on Graphics you should know.
vitallisa at 2007-7-14 18:48:36 > top of Java-index,Java Essentials,Java Programming...
# 2
Related to this posting: http://forum.java.sun.com/thread.jspa?threadID=756975It would be nice if the OP will keep all the information together in one place so everybody knows what has already been suggested.
camickra at 2007-7-14 18:48:36 > top of Java-index,Java Essentials,Java Programming...