[JAVA2D] java2d stuck on FillRect

2007-05-09 Thread Peterson, Brian J.
My client application's graphics appear to lock up as if the EDT has been blocked, but it isn't - the EDT is still working, but the window doesn't update and you can't do anything with it. When this happens, the java2d logging streams out never ending FillRect messages with an occasionally Blit:

Re: [JAVA2D] java2d stuck on FillRect

2007-05-09 Thread Dmitri Trembovetski
Hi Brian, does this happen with all java applications or yours only? Does resizing help? Which java version are you running on? Thanks, Dmitri Peterson, Brian J. wrote: My client application’s graphics appear to lock up as if the EDT has been blocked, but it isn’t – the EDT