If your list is not observable, you can do `items ...
# tornadofx
e
If your list is not observable, you can do
items = it.observable()
instead of wrapping in FXCollections.observableList btw.