Draw on a window

Hey everybody,

is it possible to render the jME Window in a simple Swing Window ??

For example i use the SimpleGame class, how can i render this on an other

window ?



Kr0e

Yep, you can embed jme into a swing application by using a canvas. Look at the canvas implementer for this, helpful examples in the source code would be some of the renanse editors (e.g. the Ren Particle Editor).