Can my applet make calls from JavaFX Script into JavaScript and vice versa?
Yes. JavaFX applets run in the browser with the help of the Java browser plugin that provides the LiveConnect API bridge for JavaScript. LiveConnect allows applets to call into JavaScript methods on the page from JavaFX Script and similarly allows JavaScript to call into JavaFX Script methods of an applet.