You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TweetBox
Attempted to improve scrolling. It has gotten better, but I am far
from happy yet.
The ListBox component now only re-renders cells that scroll into view.
The rest just shifts up or down. Cells that scroll out of view are
reused for cells that scroll into view at the other end of the list.
Sounds like an efficient scheme, but scrolling still isn't as smooth
as I would like when the individual rendering of the cells becomes
more complex.
The tweet lists use the ListBox and each cell is rendered using a
JEditorPane from Swing for its HTML rendering capabilities. That
apparently is too complex, because the tweet lists still scroll poorly.