Links for JavaFx
Excellent tutorial by Pol. Torino (see also pointers for further reading at the end)
Oracle's getting started with JavaFX tutorial, v. 2014
Oracle's getting started with JavaFX tutorial, v. 2013
All Oracle's tutorials on JavaFX
Note that, at the time of this write-up, all documentation is still only for Java 8 (not 9 or 10).
Fix me instructions
Δείτε οδηγίες για τη διόρθωση της μη απ' ευθείας αναγνώρισης της JavaFx από το Eclipse via e(fx)clipse . Αν κλικάρετε στις εικόνες της πιο upvoted λύσης, φαίνεται καθαρά τι κάνει.
You need to register a run configuration with arguments. Specifically, I use:
--module-path "C:/Program Files/Java/JavaFX/javafx-sdk-12.0.1/lib" --add-modules javafx.controls,javafx.fxml
for the code in my MYY301 scripts