This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
i have created 1 buffered image in "Class A"..."Class B" calls this 'BufferedImage 1' and in "Class B" 'Buffered Image 2' is present....now i want to combine these two images to create one image....please note these images are not loaded these are created in applet using canvas and converted to image object.
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35253
7
posted
0
Welcome to JavaRanch.
I don't understand how an image can "not be loaded" if it's in an "image object". Are these BufferedImage object or not? If not, in which format are they?
Also, what do you mean by "combine" - blend them into one? Put them next to one another? Something else?