0

ListitemRenderer render time not correct

asked 2017-12-14 17:33:39 +0800

wachio gravatar image wachio
1
private void setListBoxItem() {
    listbox("aItem").getItems().clear();
    listbox("aItem").setModel(new SimpleListModel(aList));
    listbox("aItem").setItemRenderer(new aRender());
}

if the aList size < 36, there no any problem, but when aList size = 36, it only render 35 times for the ListBox, not 36 times, miss 1 timeļ¼Œ I don't know why

delete flag offensive retag edit
Be the first one to answer this question!
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow
1 follower

RSS

Stats

Asked: 2017-12-14 17:33:39 +0800

Seen: 4 times

Last updated: Dec 14 '17

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More