hmmz this ```` with(root) { root = Tre...
# tornadofx
r
hmmz this
Copy code
`
with(root) {
            root = TreeItem<OrderPart>(part)
            populate { parent -> parent.value.orders }
            openallChildren(root)
        }
    }

`