https://kotlinlang.org logo
e

edvin

08/30/2016, 7:33 PM
Since JavaFX doesn't have
display: none
I think you might be better off by actually removing and adding the node. TornadoFX has a
Node.removeFromParent()
function that makes it a bit easier.