You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 28, 2024. It is now read-only.
val textField =TextField()
textField.textFormatter =...
val doubleProperty =SimpleDoubleProperty(0.0)
val converter =...
Bindings.bindBidirectional(textField.textProperty(), doubleProperty, converter)
Hey, i'm new to JavaFX and TornadoFX so i have some questions:
I want to make a double only textfield and bind it to a double property and i want to know how to:
The text was updated successfully, but these errors were encountered: