Skip to main content



      Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » develop Applets using SWT
develop Applets using SWT [message #465389] Mon, 12 December 2005 10: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 13:37 Go to previous message
Eclipse UserFriend
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: Mon Jul 07 12:54:16 EDT 2025

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

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

Back to the top