Embedded Integration and Swing UI examples/documentation

jME 0.11 features points:

User Interface

-JMEDesktop System allows rendering of Swing components in jME scenes.

Embedded Integration

-Java Applet

-AWT/Swing



I think the second option "Embedded Integration" is the opposite of "User Interface", this is, put jME into Swing. Am I right?

The "awt.swingui.TestJMEDesktop" demo shows how to put Swing into jME but I couldn't find any examples of "Embedded Integration". Do you know any? And which of the packages of jme are related to these 2 UI features?

Check the Wiki article http://www.jmonkeyengine.com/wiki/doku.php?id=writing_a_jme_applet&s=applet

I've found the example I was looking for: jmetest.util.JMESwingTest