<@U6AHR4J4R> That sounds good. Before you assign a...
# tornadofx
e
@pike That sounds good. Before you assign a UI element to a field in your class, consider creating a property and binding towards that instead. More often than not you'll see that it avoids the UI element reference and also cleans up your code in terms of semantics.
👍 1