Displaying large amount of data with JList?
问题 I have a JList, wich must display more than 3000 items. I wish to have "visible" around 100 items in the list, and when you scroll and getting close to the end (or begining) of the "visible" items the next portion (around 50) must be loaded in the list. Is there any simple way of doing this? 回答1: no there are no simple way for that, you have to implements Pagination(s) easiest job when is managed by Databases engine, most of then support paginations directly in the Model, but I never seen