| [news.eclipse.technology.albireo] Re: Advice on getting started? |
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()?