Got the following stack trace:
java.lang.InternalError: Could not invert devTX
The problem is occurring during a call to FontMetrics.getStringBounds(String, Graphics) which is occuring during Component.paint(Graphics g), and as a result of event handling on a JComboBox (ActionListener.actionPerformed).
call Graphics2D.getTransform() and check if you've somehow specified a non-invertible transform. That's what it looks like.
-phil
=========================================================================== 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".
