Creating an Applet of a JME-Game with a Swing-GUI

Hello!



I have a Swing-GUI done with a JME-Canvas inside. Done by just following this tutorial: https://wiki.jmonkeyengine.org/legacy/doku.php/jme3:advanced:swing_canvas?s[]=swing

Works fine.



Now I want to create an Applet of my Application by doing this: jMonkeyEngine SDK: Application Deployment :: jMonkeyEngine Docs



This does work well for the games in the code tutorials but not for my SwingGUI Game.



I think this is because of the swing integration. When doing the swing integration my project loses the structure which could be required for the jME to generate the correct applet.



What do I have to do to create a working Applet of my Project?