Thanks, the snippet you posted was really helpful. The process was
different than what I expected. I thought the composite I was suppose to
make was SWT.EMBEDDED | SWT.NO_BACKGROUND.
My program seems to be working great and performance wise I haven't
noticed a difference (the program has to redraw the screen every .5
seconds or so). I have a few bugs right now and i'm hoping it's on my
end and not the swing integration.
Btw do I need to ever call setFocus()?
Thanks again, you've saved me a lot of hours of work. Hope other people
can use the snippet to help them get started as well.