Rendering 3D jme things inside a fenggui window

hi! I am trying to do a fenggui window to preview 3d models… I wonder what is the best solution for this. I see fenggui has its own canvas who expose opengl methods, but I dont think it is a good idea to rewrite code that already exist in jme (render a 3d model). any suggestion is welcome!