edvin
08/26/2017, 3:04 PMlabel()
, and then you add it again with the add command from MigPane
. It would work if you call add(Label("Hello world"),"wrap")
, ie Label with capital L, so you construct a Label instance instead of using the TornadoFX builder. Let me think about a way to get the best of both worlds.