> -----Original Message-----
> From: Phil Race [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, November 18, 2003 11:54 AM
> To: Rosenstrauch, David
> Cc: [EMAIL PROTECTED]
> Subject: Re: [JAVA2D] Stumped on WEIRD swing/2d error
>
>
> Rosenstrauch, David wrote:
> > Got the following stack trace:
> >
> > java.lang.InternalError: Could not invert devTX

> call Graphics2D.getTransform() and check if you've somehow specified
> a non-invertible transform. That's what it looks like.
>
> -phil


And so it is!  Thank you SO much, you kind soul!  I've been tearing my hair
out about this for the better part of 2 days now!

Turns out that due to a bug in my coding, I was inadvertently setting an
incorrect scaling transformation (Graphics2D.scale(0,0)) which was causing
this bug.

Once I fixed that, the problem went away.

Thanks again!  You're a life saver!


DR

==============================================================================
This message is for the named person's use only. It may contain sensitive and
private proprietary or legally privileged information. No confidentiality or
privilege is waived or lost by any mistransmission. If you are not the
intended recipient, please immediately delete it and all copies of it from
your system, destroy any hard copies of it and notify the sender. You must
not, directly or indirectly, use, disclose, distribute, print, or copy any
part of this message if you are not the intended recipient. CREDIT SUISSE
GROUP and each legal entity in the CREDIT SUISSE FIRST BOSTON or CREDIT SUISSE
ASSET MANAGEMENT business units of CREDIT SUISSE FIRST BOSTON reserve the
right to monitor all e-mail communications through its networks. Any views
expressed in this message are those of the individual sender, except where the
message states otherwise and the sender is authorized to state them to be the
views of any such entity.
Unless otherwise stated, any pricing information given in this message is
indicative  only, is subject to change and does not constitute an offer to
deal at any price quoted. Any reference to the terms of executed transactions
should be treated as  preliminary only and subject to our formal written
confirmation.
==============================================================================

===========================================================================
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".

Reply via email to