<@U6AHR4J4R> A fragment is "too heavy" for contain...
# tornadofx
e
@pike A fragment is "too heavy" for containing just a textfield, that wouldn't make any sense. You would create an extension function that operates on TextField:
fun TextField.addMyCustomMenuAndStyling() { }
. Inside the function,
this
would be the TextField.