I want to print the drawings on my applet. Currently i am using
java.awt.print api. the code is working fine for small images but if
the created image is larger than one page it is not printed
completely.
Plz tell me how can i print the whole image.?