>Thanks for the response. I put it on the Blackdown mailing list and hope
>that the Blackdown porting team will have time to pursue this problem. Is
>the "more detail" something that I can provide by digging into the SwingSet
>and Swing source or is the problem likely to be in the native Linux code?
>I would also like to help to get the error resolved but I do not have access
>to anything except the Java source.
If you have access to the source for DirectColorModel, take a look at
the isCompatibleRaster(Raster) method. You can see the possible reasons
why it would fail, all of which involve tests on various bits of
information from the ColorModel and the Raster.
Jerry Evans
=====================================================================
To subscribe/unsubscribe, send mail to [EMAIL PROTECTED]
Java 2D Home Page: http://java.sun.com/products/java-media/2D/