How to put JavaFX in an applet -- sort of. This guy launches a frame. In order to put it right inside the applet, you need to launch the JavaFX code from inside the applet as he does, and then *call the applet* from inside the JavaFX code to find a panel for add()ing the JavaFX-generated panel (e.g. a JavaFX BorderPanel) into.
by
phinexus
2007-09-19 00:37
javafx
·
applet
·
web
·
programming
·
swing