Use WebEngine to view applet demo of JDK problem
866755Jun 5 2011 — edited Jun 6 2011When I used webEngine to view applet demo of JDK like this:
WebEngine webEngine = new WebEngine("file:///C:/Program Files/Java/jdk1.6.0_25/demo/applets/BarChart");
I got message on the page inside JavaFX like this:
alt="Your browser understands the <APPLET> tag but isn't running the applet, for some reason." Your browser is completely ignoring the <APPLET> tag!
So, my question is how can I embed applet in webEngine or can webEngine embed applet?
Thank you very much!