> Now we can see how to make a nice integration,
> ie using NEWT or keep it special in the SWT realm.
IMHO the best control and least code would be
to implement analog to NewtCanvasAWT a NewtCanvasSWT.
All it needs is to gather the native handles (done),
and use the existing NEWT native window parenting.
We may also need to fwd a few SWT UI events to NEWT via SWT listener.