I tried to use the `button` builder in the `MainVi...
# tornadofx
e
I tried to use the
button
builder in the
MainView
. It doesn't look very good. In the
BasicDataPage
I constructed a
Form
by not using builders. Not very good either. However, using the
Wizard
itself works perfectly with no issues or drawbacks. I made some adjustments so you can get a KClass reference using
k(type.class)
and overloaded
find
so it works perfectly and can be used as
inject
even.