<< May 2007 >>
Sun Mon Tue Wed Thu Fri Sat
 01 02 03 04 05
06 07 08 09 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31


If you want to be updated on this weblog Enter your email here:



rss feed



Sunday, May 20, 2007
SWT (Standard Widget Toolkit)

Eclipse became famous not only for being a first quality Java IDE developed with extensibility in mind, but also because it has a light graphic interface that is equal to the interface of the operational system where it's being executed. This graphic interface was separated from IDE main code and became what we know today as SWT (Standard Widget Toolkit).

SWT is a component layer over operational system standard components. A SWT button is in fact a button of your operational system. So if you apply a theme that changes the color or shape of your button, SWT button will modify in conformity with your new theme.

SWT Java applications always have the look of the operational system where they are executed in because they directly use those components to generate screen visualization. This approach lets the applications to interact with the environment in a better way, making them appear to be more natural to users and even lighter.


Posted at 12:13 pm by swapnil90

Custom Term Papers
December 16, 2009   01:22 PM PST
 
Nice post. I really liked it.. Don't forget to update it regularly. I am looking for new updates dying to read more stuff from you.
 

Leave a Comment:

Name


Homepage (optional)


Comments




Previous Entry Home