public class JLists extends Object
| Constructor and Description |
|---|
JLists() |
| Modifier and Type | Method and Description |
|---|---|
static void |
fillList(JList list,
Collection<?> data,
Object select)
Fill a list model with some datas, and select after all the given object
|
public static void fillList(JList list, Collection<?> data, Object select)
list - the list to filldata - data ot inject in comboselect - the object to select in combo after reflling his modelCopyright © 2008–2015 CodeLutin. All rights reserved.