You just created a `ComponentView` and didn't do a...
# tornadofx
r
You just created a
ComponentView
and didn't do anything with it. In your case, you could have done
Copy code
left {
    this += ComponentView()
}