424425426427428429430431432433
// Do nothing } public void contentsChanged(ListDataEvent e) { for (int i=e.getIndex0(); i<=e.getIndex1(); i++) { Actor a = (Actor)roosterList.getElementAt(i); tableModel.addUser(new XMUCUser(a.getFullJID(), a.getAffiliation(), a.getRole())); } }