Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] Hello


> - Is/will the SWT be redistributable outside of Eclipse? If so, how?
>
See http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/platform-swt-home/faq.html#useStandAlone


> - Are there any plans to provide applet support for SWT-based programs?
> It seems like only applications are supported now (via the Shell class).
>

We haven't spent much time looking at providing Applet support via SWT, since that hasn't been our focus. There are several issues including embedding SWT inside AWT (of which there has been much discussion on the newsgroup), getting the SWT JAR(s) signed properly, and figuring out a strategy for minimizing the size of the download.

Speaking of the newsgroup... That's probably a better place to be asking this kind of question. If you go to eclipse.org you can find out how to sign up for it.

McQ.


Back to the top