Non Standard Window

Is there any way in jME to create a non standard window? I mean that instead of having the normal look and feel of the OS or whatever, have your own. (Got this idea from seeing the beginning of Neverwinter Nights game) Or does this have nothing to do with jME?



                              -Gibi }:-@

You should be able to embed jME into a Swing panel can't you?  If so you can use a custom look and feel to change the frame decoration.

I assume this is my lack of knowledge.  :?


You should be able to embed jME into a Swing panel can't you?

Um... and link or demo of this? Not sure what this is. Maybe just not understanding correctly?

                      -A Very Confused Gibi }:-@ :?

This has to do with an aspect of jME I have yet to touch.  I know that jME supports being embedded in an applet, and my assumption is that it's just an AWT Component that renders LWJGL in it, so you could simply create a JFrame and add to the content pane of that instead of to an applet.  Look at the source for embedding in an applet for more.

RenParticleEditor is a good example of using jme embedded in a swing app.