public List (Skin skin, String styleName) {
this(skin.get(styleName, ListStyle.class));
}
public List (ListStyle style) {
selection = new ArraySelection(items);
selection.setActor(this);
selection.setRequired(true);
setStyle(style);
setSize(getPrefWidth(), getPrefHeight());