I'm trying to get around my printing problems by using the old PrintJob. This
works except for drawString(), because there is the same method in Graphics2D.
Does anyone know how to use the method of the super class of an object?
I've tried casting to Graphics, but the exception I get is still from
SunGraphics2D.
Graphics is the super.super.super.super.super class of the PrintGraphics that
gets sent to my print method.
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".