Re: createImage/swing bug

1999-03-10 Thread David A. Green
OK, switching to 16bpp fixed the problem. The question remains, is this a Linux-Java bug or a Sun-Java bug? As in, should I report it to the blackdown team or to Sun, or have you already reported it? If the same problem occurs displaying to a Linux box from a Solaris machine, then it seems that

Re: createImage/swing bug

1999-03-10 Thread David A. Green
Sorry, the attachment on that last one had a few references to other projects that I had been testing . Here's a clean version of the ame class (it still gets the same exception). Thanks again. -Dave "David A. Green" wrote: > First, let me express my gratitude and cong

createImage/swing bug

1999-03-10 Thread David A. Green
First, let me express my gratitude and congratulations to the blackdown porting team. Great job! Second, I have run into a bug/issue regarding the createImage(int, int) function in java.awt.component. I call this function to create an off-screen image to be used for double-buffering. I get the