Just found a nice reference sheet which is useful for people who are just starting to get aquatinted with JavaFX Script: http://jarfiller.com/reference/javafxscript/
It covers almost everything of the scripting language a quick grasp of the sections:
- Basic Types,
- Sequences,
- Conditionals and Loops,
- Functions,
- Classes,
- Bindings,
- Exceptions (try/catch/finally),
- Java Interoperability,
- Packages and Access Modifiers,
- GUI Features
Advertisement