How can I add JFXPanel to my
applet?
I read the instructions and it did not help me:
http://docs.oracle.com/javafx/2.0/swing/jfxpub-swing.htm
I added JFXPanel and the program compiles just fine
import javafx.embed.swing.JFXPanel;
....
JFXPanel fxPanel = new JFXPanel();
With parameters: javac -classpath "C:\Program Files\Oracle\JavaFX 2.0 SDK\rt\lib\jfxrt.jar" C:\test.java
But when I try to run the program, I get an error: java.lang.NoClassDefFoundError: javafx/embed/swing/JFXPanel
I asked a question on stackoverflow site. But no one could help me
http://stackoverflow.com/questions/9398266/japplet-java-se-6-javafx-2-0-webview