[SOLVED] How to select an Item of ListBox in lemur GUI?

how to select an Item of ListBox in lemur GUI?

edit:
I think I find the solution, listBox.getSelectionModel().setSelection(index);.

1 Like