Is it possible to make JavaFX web applet?
问题 I like old Java applets. But because I really like the way JFX works, I want write some games using it (or even game making system, who knows?), but I'd like to be able to post them on my website. How would one go about doing this? 回答1: Yes, you should be able to embed JavaFX in your web page: http://docs.oracle.com/javase/8/docs/technotes/guides/deploy/deployment_toolkit.html#BABJHEJA http://docs.oracle.com/javase/8/javase-clienttechnologies.htm 回答2: Yes, you can embed a JavaFX GUI into the