Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » develop Applets using SWT
develop Applets using SWT [message #465389] Mon, 12 December 2005 15:01 Go to next message
Eclipse UserFriend
Originally posted by: sriramc.ivycomptech.com

Hi:

Is it possible to develop applets using SWT instead of AWT. Any
pointers/examples will be highly appreciated.

Also any experiences relating to the development will be helpful.

Thanks

Sriram C
Re: develop Applets using SWT [message #465398 is a reply to message #465389] Mon, 12 December 2005 18:37 Go to previous message
Daniel Spiewak is currently offline Daniel SpiewakFriend
Messages: 263
Registered: July 2009
Senior Member
No, it's not possible to develop applets in SWT - unless you can guarentee that every client will have SWT installed and properly configured on their system. Then you can use SWT_AWT and bridge from AWT to SWT in your applet. Of course, then you still won't be able to use the applet on MacOS X.

You can do Java Web Start applications in SWT however. All the platform specific libraries (native and otherwise) can be downloaded through web start for whatever the client's platform. This is a terrific way of doing things, but it's not exactly an applet. :-)
Previous Topic:Browser execute function in child window
Next Topic:SWT bug?
Goto Forum:
  


Current Time: Thu Apr 18 01:01:25 GMT 2024

Powered by FUDForum. Page generated in 0.01967 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top