alex
11/21/2018, 4:17 PMit.root.getChildList()?.add(Label("Test"))
seems to work (in console output with println), but I do not observe any changesalex
11/21/2018, 4:21 PMval view = SomeView()
<do insert here>
val stage = view.openWindow()!!
<not here>
stage.show()