What is JavaFX Script?
JavaFX Script is a simple declarative language designed for creative minds who like to program in a visual context. It’s easy-to-learn and familiar syntax allows content authors to write in a format that closely matches the layout of graphical user interfaces. A core strength of the language is it’s unique data binding feature, which is a simple syntax for synchronizing the state of multiple objects, thus allowing GUI components to automatically change state with changes in underlying data. The language is fully object-oriented, complete with method and attributes, thus allowing expert programmers to build highly complex and robust interfaces.