Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "SWT"

m (add link to more information)
(More information)
Line 11: Line 11:
  
 
==More information==
 
==More information==
* [[The Official Eclipse FAQs#Standard Widget Toolkit (SWT)| Standard Widget Toolkit (SWT)]] section of [[The Official Eclipse FAQs]]
 
* [[SWT Widget Style Bits]]
 
 
* [http://eclipse.org/swt/ SWT home page]
 
* [http://eclipse.org/swt/ SWT home page]
 +
* [http://www.eclipse.org/swt/faq.php SWT FAQ]
 
* [http://eclipse.org/swt/snippets/ SWT snippets]
 
* [http://eclipse.org/swt/snippets/ SWT snippets]
 +
* [[SWT Widget Style Bits]]
 +
* [[The Official Eclipse FAQs#Standard Widget Toolkit (SWT)| Standard Widget Toolkit (SWT)]] section of [[The Official Eclipse FAQs]]
 
* The [[JFace]] framework builds on top of SWT and can also be used in standalone apps
 
* The [[JFace]] framework builds on top of SWT and can also be used in standalone apps
  
 
[[Category:Eclipse Project]]
 
[[Category:Eclipse Project]]

Revision as of 16:38, 29 May 2008


SWT, the Standard Widget Toolkit, is an open source widget toolkit for Java designed to provide efficient, portable access to the user-interface facilities of the operating systems on which it is implemented.

SWT can be used independently of the rest of the Eclipse Platform. See the Standard Widget Toolkit (SWT) section of The Official Eclipse FAQs for more information on SWT.

Screenshots

http://www.eclipse.org/swt/widgets

More information

Back to the top