This exists to provide a simpler way of doing the following, common operation:
KongaList list = ... if (list.getModel().getSize() > 0) { list.setSelectedIndex(0); }
8182838485868788899091
@Override public void actionPerformed(ActionEvent e) { handleDoubleClick(); } }); list.selectFirst(); return list; } private KongaListFactory getListFactory() { KongaListFactory factory = ComponentFactories.newKongaListFactory();