WordCram
WordCram copied to clipboard
Possible to run in SWT instead of Swing?
Any thoughts on how you might set things up to work in SWT instead of Swing?
I'm not sure. WordCram doesn't depend on Swing (unless some of Processing's guts are Swing, which I don't believe), so I'd guess it should Just Work. I've never worked with SWT.
Have you tried? Any particular problems you're seeing?
The issue is that SWT is just "different" and you can't add the Applet to a Composite easily, like with JPanel.add(this).
I'll try going down this path -> http://christian.liljedahl.dk/guides/processing-and-swt-in-eclipse but it requires a lot of rejigging for my solution and I may just abandon.