Hi gang. I posted a message about this back in April, but it never really
got worked out. So now I'm posting again. I have 2 questions for everyone
out there:
a) I am trying to create an offscreen JPanel which will accept basic draw
methods to create a map. I have an onscreen version, but I would also like
an offscreen version (which will be bigger so i can print at a higer dpi)
I would like to be able to draw to this, but not have to add() it to my
applet.
b) once the information is drawn to the panel, i would like to print it at
a higher dpi than 72. would my best bet be to scale the panel at draw time
and then scale it down at print time?
Thanks! I can clear this up if anyone needs more information.. thanks
again..
John
===========================================================================
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".