Re: Slow image draws

1998-07-24 Thread Paul Reavis
Dmitry Malykhanov wrote: > > Hmm, I'm not expert in swing. Actually I'm just playing with swing-0.7 > (very old distribution, right?). Mostly running examples and trying to > modify them. But today I download swing-1.0.3 and found following feature. > Image output speed during image loading (in S

Re: Slow image draws

1998-07-24 Thread Paul Reavis
Vincent Trussart wrote: > > Paul Reavis wrote: > > Sometimes it > > seems to just pause entirely - the breadcrumbs stop, then restart when I > > move my mouse. I do have some things attached as MouseMotionListeners. > > Perhaps there's some strange thread dynamics going on? > > > > This behavio

Re: Slow image draws

1998-07-24 Thread Dmitry Malykhanov
Hmm, I'm not expert in swing. Actually I'm just playing with swing-0.7 (very old distribution, right?). Mostly running examples and trying to modify them. But today I download swing-1.0.3 and found following feature. Image output speed during image loading (in SwingSet example, ScrollePane compone

Re: Slow image draws

1998-07-24 Thread Vincent Trussart
Paul Reavis wrote: > I'm converting my app to Swing. Part of it involves display of large, > tiled images, and I'm seeing enormous performance differences between > Linux and win32 while doing it, more than I would reasonably attribute > to the win32 JIT (especially since I believe, correct me if

Re: Slow image draws

1998-07-24 Thread Paul Reavis
Paul Reavis wrote: > > Sometimes it > seems to just pause entirely - the breadcrumbs stop, then restart when I > move my mouse. I do have some things attached as MouseMotionListeners. > Perhaps there's some strange thread dynamics going on? Update: I disabled all MouseListeners and MouseMotionLi

Slow image draws

1998-07-24 Thread Paul Reavis
I'm converting my app to Swing. Part of it involves display of large, tiled images, and I'm seeing enormous performance differences between Linux and win32 while doing it, more than I would reasonably attribute to the win32 JIT (especially since I believe, correct me if I'm wrong, that gif decodin