Hi, I have this image in a Buffered Image which I want to draw on, so I get the Graphics2D component:
BufferedImage nwBufferedImage = nwImageComp.getImage(); Graphics2D nwGraphics2D = (Graphics2D) nwBufferedImage.getGraphics(); nwGraphics2D.draw....... Which I draw on, but then I want to return the Graphics2D component to the existing Buffered Image, but I don�t know how, anyone ?? Thanks, Jerome ==========================================================================To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA2D-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
