I use `fun update(category: PhotoCategory) { ...
# tornadofx
r
I use
Copy code
fun update(category: PhotoCategory) {
        root.items = category.photolist.observable()
    }