Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible to run in SWT instead of Swing? #29

Open
GroovySquirl opened this issue Apr 5, 2013 · 2 comments
Open

Possible to run in SWT instead of Swing? #29

GroovySquirl opened this issue Apr 5, 2013 · 2 comments

Comments

@GroovySquirl
Copy link

Any thoughts on how you might set things up to work in SWT instead of Swing?

@danbernier
Copy link
Owner

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?

@GroovySquirl
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants