Is there a simpler way to call alignment type stat...
# tornadofx
c
Is there a simpler way to call alignment type static utility methods on layout panes in TornadoFX? There are times in JavaFX when you want to use static utility methods such as the following: AnchorPane.setTopAnchor(someJfxNode, 0.0); AnchorPane.setLeftAnchor(someJfxNode, 0.0); Didn't know if there was a more convenient way. 😃