Swing rendering

Hi !



For my application I need to have control on Swing rendering. I would like to know how JME does to render Swing components.

Can anyone explain, tell me where to see ?



Anthoyn

Check the class jmetest.util.JMESwingTest in the jME source directory. It has less than 400 lines of code, and if you are familiar with jME and Swing you should have no problem reading over it.  XD