App using JME to draw to an SWT Component

I have been considering an attempt at an application like Moray: The Moray Homepage - Welcome



One of the bullet points on the "Absolutely Required" list is nice integration between JME and SWT. I've been looking for a couple days, including finding this: http://www.jmonkeyengine.com/wiki/doku.php?id=offscreen_renderer . I tried following that tutorial, but was unable to resolve the compile errors. Is there a newer equivalent version of this class, or should I just fight with the compiler for a while?



Ideally, I'd like to have something like a normal SWT application, with a little extra code to tie in one or more JME displays (viewports).



Any suggestions are welcome.

Did you take a look at jmetest.util.JMESWTTest ?

Also it seems the source of Monkey World 3D could also be a good starting point.