The Artima Developer Community
Sponsored Link

Java Buzz Forum
Migrate your Swing application to SWT

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Goldy Lukka

Posts: 1008
Nickname: xyling
Registered: Jan, 2004

Goldy Lukka is a Java Developer and an Entrepreneur. He is Founder of xyling.com.
Migrate your Swing application to SWT Posted: Jan 21, 2004 11:25 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Goldy Lukka.
Original Post: Migrate your Swing application to SWT
Feed Title: Xyling Java Blogs
Feed URL: http://javablogs.xyling.com/thisWeek.rss
Feed Description: Your one stop source for Java Related Resources. These feeds are filtered, categorized and maintained by us to help ourselvs and the people around Java Community. We are continuously exploring and improving our blogs and would love to see your feedback at feedback@xyling.com
Latest Java Buzz Posts
Latest Java Buzz Posts by Goldy Lukka
Latest Posts From Xyling Java Blogs

Advertisement
SWT was created to solve the problems existing in AWT (lack of functionality) and Swing (inconsistency with the native look and feel, and poor performance). This has been achieved by using a solution that lies between the two extreme approaches represented by AWT (using the smallest set of common features) and Swing (emulating everything). Like Swing, SWT provides a rich collection of widgets with all the functionality required by a modern UI -- but like AWT, SWT also makes use of the native widgets and libraries of the underlying platform.

SWT (the Standard Widget Toolkit) is an alternative toolkit that was created by IBM and has become popular due to its use in the Eclipse platform. SWT has now been donated to the open source community along with the rest of the Eclipse platform.

Read this exclusive tutorial from IBM developerworks and get your hands and apps on SWT.
Happy Coding...

[Resrouce-Type: Tutorial, Category: Java/GUI, Level: IMD/ADV, XRating: 4]

Read: Migrate your Swing application to SWT

Topic: My laptop is dying... Previous Topic   Next Topic Topic: Corect Speling

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use