[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.platform] Re: Have Java Applet show inside the RCP window

Hi Abrianna,

This would ideally be done by using a Browser widget to show a page
containing the applet.  However the Browser has a problem with applets on
non-linux platforms, see http://www.eclipse.org/swt/faq.php#browserplugins .
I think you'll need to open an external browser to show the applet.

Grant


"Abrianna Zhang" <cloudita@xxxxxxxxx> wrote in message
news:11422390.1150287715379.JavaMail.root@xxxxxxxxxxxxxxxxxxxx
> I have an application that can only show as Java Applet and I need it to
be inside the RCP window, how do I do that?
>
> I know if I want a browser page to be showed inside the RCP window, I just
have to have give the webside address.  What about java applet?
>
> Would anyone tell me how to do that and give code sample?
>
> Thanks very much
>
> Abrianna