We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64ecbf9 commit fbb8ba7Copy full SHA for fbb8ba7
docs/code-howtos/javafx.md
@@ -212,7 +212,7 @@ DialogService dialogService = Injector.instantiateModelOrService(DialogService.c
212
## Properties and Bindings
213
214
JabRef makes heavy use of Properties and Bindings. These are wrappers around Observables. A good explanation on the concept can be found here:
215
-[JavaFX Bindings and Properties](https://edencoding.com/javafx-properties-and-binding-a-complete-guide/)
+[JavaFX Bindings and Properties](https://web.archive.org/web/20240921154452/https://edencoding.com/javafx-properties-and-binding-a-complete-guide/)
216
217
## Features missing in JavaFX
218
0 commit comments