How to implement a class which extends SimpleApplication to a applet in JME3

As I know ,the classes from the tutorial are extends from SimpleApplication, but SimpleApplication did not extends Applet.

So how to put this kinds of classes to applet?

Just check the checkbox in jMP :P. The AppletHarness is wrapping the application.

Thanks,I will have a try.

I’m not using the jMP gui, I’m using eclipse and Maven for my project. How can I use the AppletHarness class in this scenario?

You will need to configure it manually … There’s both the AppletHarness and the AppletLoader from LWJGL that is used

Are there any examples of this? I don’t even know where to start. Should I look at what the jMP IDE code does when that box is clicked?

Yeah