Hi Guys!
Consider this scenario:
I have four images -> One.gif(1) Two.gif(2) Three.gif(3) Four.gif(4)
Now. i want to concatenate these four images at runtime into, say
(1234) or (1324) etc, i.e., the new image should show 1234 or 1324. Is there some
java api via which this can be done.
Thanks.