Filip Larsen coughed up:
> My question is: in the latest rev's of JTable, are there pre-cooked
> versions
[quoted text clipped - 48 lines]
>
> Regards,
Yes, that was how I /expected/ it to work long ago, yet it still got
sluggish and then croaked at 50,000 lines or so (again, that number is very
approximate).
It sounds as if you're saying that the current JTable keeps no per-row
storage around, and merely asks the tablemodel for data as it needs to be
displayed, give or take some extra for algorithm hoo-hah, which seems ideal.
Are there any issues with such a huge (in pixel terms) JTable under control
of the JScrollPane? I understand that only what's visible is rendered, but
I'd be concerned about some default backing-store that might attempt
enormous pixelmaps.

Signature
Iamamanofconstantsorrow,I'veseentroubleallmydays.Ibidfarewelltoold
Kentucky,TheplacewhereIwasbornandraised.ForsixlongyearsI'vebeenin
trouble,NopleasureshereonearthIfound.ForinthisworldI'mboundtoramble,
Ihavenofriendstohelpmenow....MaybeyourfriendsthinkI'mjustastrangerMyface,
you'llneverseenomore.ButthereisonepromisethatisgivenI'llmeetyouonGod's
goldenshore.
Christian Kaufhold - 11 Jan 2005 16:54 GMT
[JTable will a lot of rows]
> It sounds as if you're saying that the current JTable keeps no per-row
> storage around, and merely asks the tablemodel for data as it needs to be
> displayed, give or take some extra for algorithm hoo-hah, which seems ideal.
If you use variable row heights, it uses one int per row, otherwise none.
> Are there any issues with such a huge (in pixel terms) JTable under control
> of the JScrollPane? I understand that only what's visible is rendered, but
> I'd be concerned about some default backing-store that might attempt
> enormous pixelmaps.
If JViewport uses a backing store at all, then only for the visible area.
I distantly remember some AWT problems with huge components (which the
JTable then is), but cannot reproduce them now.
Christian
Thomas G. Marshall - 11 Jan 2005 18:14 GMT
Christian Kaufhold coughed up:
> Thomas G. Marshall
> <tgm2tothe10thpower@replacetextwithnumber.hotmail.com> wrote:
[quoted text clipped - 21 lines]
>
> Christian
Thanks for your insight. You may have similar war wounds to the ones I
have.

Signature
With knowledge comes sorrow.